Retour au catalogue
Suno·Audio19 %+ sous l'officiel

Suno V5API

Best-in-class AI music generation — vocals, lyrics, style blending.

Tarif Kunavo

$0.09

per song

Tarif officiel

$0.111

Prix catalogue du fournisseur

Spécifications

ID du modèle
suno-v5
Endpoint
POST /v1/audio/music
Catégorie
Audio
Fournisseur
Suno

Compatibilité OpenAI drop-in

Pointez votre SDK OpenAI existant sur api.kunavo.com/v1 et changez l'ID du modèle. Pas de changement de streaming, pas de nouveau SDK.

Voir la docSuno API guide

Essayez vous-même

Récupérez KUNAVO_API_KEY depuis /app/keys puis exécutez le snippet ci-dessous.

curl
curl https://api.kunavo.com/v1/audio/music \
  -H "Authorization: Bearer $KUNAVO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "suno-v5",
    "prompt": "uplifting lo-fi hip hop with mellow piano",
    "instrumental": true
  }'

FAQ

How much does Suno V5 cost?

On Kunavo, Suno V5 is $0.09 per song — about 19% under Suno's official price. Failed requests are never billed, and it's pay-as-you-go — you only pay for successful calls.

Can I call Suno V5 with the OpenAI SDK?

Yes. Set base_url to https://api.kunavo.com/v1, pass your Kunavo key, and set model to "suno-v5". Requests and responses are OpenAI-compatible.

What endpoint does Suno V5 use?

Suno V5 is called via POST /v1/audio/music on Kunavo's OpenAI-compatible API.