Back to catalog
Suno·Audio19%+ off vs official

Suno V5API

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

Our price

$0.09

per song

Official price

$0.111

Provider list price

Specs

Model ID
suno-v5
Endpoint
POST /v1/audio/music
Category
Audio
Provider
Suno

Drop-in OpenAI compatibility

Point your existing OpenAI SDK at api.kunavo.com/v1 and swap the model id. No streaming changes, no SDK changes.

View docsSuno API guide

Try it

Set KUNAVO_API_KEY from /app/keys, then run any of the snippets below.

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
  }'

Kunavo vs calling Suno directly

Same Suno V5 weights, same responses. What a gateway changes is the account, the SDK and the bill — here is the honest side-by-side.

KunavoSuno direct
Price (per song)$0.09 (−19%)$0.11
AccountOne Kunavo account, key in 2 minutes, $5 minimum top-upA Suno account plus its own billing setup
SDKKeep the OpenAI SDK — change base_url, set model to "suno-v5"Suno's SDK, or their OpenAI-compatible layer where offered
Same key also reachesClaude, Gemini, GPT, image, video and audio modelsSuno's own catalog only
BillingOne Stripe balance, pay-as-you-go, never expires; failed requests unbilledA separate invoice per provider
Rate limitsShared gateway capacity, no contractual per-account limitSuno's own tier limits, raised by usage history or contract

Go direct to Suno when you need a contractual rate limit, an enterprise SLA, or a provider-only feature on day one. Use Kunavo when you want one key, one bill and a lower per-token rate across every provider.

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.

What is different from calling Suno directly?

The model is the same, at about 19% under Suno's list price. What changes is around it: one key and one Stripe balance instead of a Suno account with its own billing, the OpenAI SDK with base_url swapped instead of a provider-specific SDK, and the same key also reaching Claude, Gemini, GPT, image, video and audio models. The tradeoff is that gateway capacity is shared — if you need a contractual rate limit or an enterprise SLA on Suno V5 specifically, go direct to Suno.

Is Suno V5 cheaper on Kunavo?

Yes — Suno V5 is about 19% under Suno's official list price on Kunavo, with no subscription and no minimum monthly spend. You pay per token from a $5 top-up, failed requests are never billed, and the balance never expires.