
Suno
Suno
From $0.001 per request
Suno V6 turns one line of text into a produced track with sung lyrics, and it returns two takes every time. Pick the Suno V6 variant that suits the job: V6 for the most natural vocals, V6 Mini when speed matters, V6 Wild when you want the odd idea. Set the length anywhere from 10 seconds to 6 minutes, and pay per request instead of per month.
In custom mode this text is sung verbatim.
Off = Suno V6 writes the lyrics from your idea.
In custom mode this drops the lyrics requirement.
V6 balanced · V6 Mini fastest · V6 Wild boldest.
Comma-separated works best: "synthwave, dreamy, female vocal".
Required in custom mode.
e.g. "metal, screaming".
Try one of these prompts
Suno V6 is the current generation of Suno's music models, and it ships as three of them: V6, V6 Mini and V6 Wild. You choose one per request. Give Suno V6 a sentence and it writes the lyrics, sings them and arranges the backing; switch on custom mode and your own words are sung verbatim, with style, title and track length under your control. Every Suno V6 generation comes back as two complete takes, each with its own track id, and those ids are what the rework operations on this page read. Requests are async and priced one at a time. There is no seat licence and no monthly plan.

Real-world workflows and production use cases you can build and ship with this model.

Describe the song and Suno V6 handles the rest: lyrics, melody, vocals, arrangement. Two takes come back so you can pick rather than re-roll. When the words matter more than the idea, custom mode treats your text as the exact lyrics and lets you name the style and the title yourself. Instrumental mode drops the vocals for beds and intros. The variant you pick is the main dial: V6 for detail, V6 Mini for turnaround, V6 Wild for something stranger.
Generate a track
A first take is rarely the last one. Extend a Suno V6 track from any second when it ends too early. Upload a recording of your own and have it covered in a different genre, or extended in the style it already has. Add sung vocals over an instrumental, build accompaniment under a vocal stem, or blend two uploads into one track. Each of those runs on the Suno V6 version you name in the request, so a rework does not quietly drop back to an older model.

The same Suno V6 family generates short sounds instead of full tracks: ambience for a game level, a stinger for a video, a bed that loops cleanly. Ask for a loop, pin a tempo in BPM, fix the musical key so the result sits inside an existing mix, or let Suno V6 choose all three. Sound requests are billed at their own lower rate, so iterating on a five-second effect does not cost what a full song costs.
Credit-based — 1 credit = $0.001 USD. Pay only for completed generations.
One sample at the cheapest tier (1 request).
| Model | Category | Price |
|---|---|---|
| Generation | Suno V6 song generation, cover, mashup, added vocals | $0.06 60 credits · 1 request (2 tracks) |
| Extend and upload-based rework | $0.06 60 credits · 1 request | |
| Sound design | Sound effects and loops | $0.013 13 credits · 1 request |
V6, V6 Mini and V6 Wild are the same call with one value changed. Send the balanced model by default, drop to V6 Mini when a queue is backing up, reach for V6 Wild when a safe result is the wrong result. Nothing else about the integration changes: same endpoint, same fields, same Suno V6 response shape.
Custom mode takes up to 5,000 characters of your own lyrics, 1,000 characters of style direction and a title. Track length is yours between 10 and 360 seconds. Negative tags, vocal gender, style weight and weirdness are all Suno V6 request fields, not sliders hidden behind a subscription tier.
Suno V6 bills a flat rate per completed request, and 1 credit is $0.001. Failed generations are refunded automatically. Finished audio is rehosted on reAPI storage, so the URLs in your task output keep working instead of expiring on someone else's retention clock.
V5.5 was the line Suno V6 replaced. It is still named in the API schema so old integrations do not break at the gateway, but it no longer runs upstream. Here is what actually changed.
Comparison reflects the model versions and per-version rules published in the vendor's own API reference at the time of writing. Version availability changes; check the documentation for current values.
Sign up, open Settings → API Keys and mint a key. New accounts start with promotional test credits, which covers a handful of Suno V6 generations before you top up.
OpenPick an operation, type a song idea (or paste exact lyrics and switch custom mode on), choose your Suno V6 variant and submit. The playground polls the task and plays both takes inline.
OpenPOST to /api/v1/audio/generations with model suno-music and your Suno V6 version, then poll /api/v1/tasks/:id. Keep output.tracks[].id: that id is what extend, cover and every other follow-up reads.
Opencurl https://reapi.ai/api/v1/audio/generations \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"suno-music","custom_mode":false,"instrumental":false,"version":"V6","prompt":"A dreamy synthwave track about driving through a neon city at midnight, breathy female vocals, wide analog pads"}'Rejected synchronously with the failing field named. Check enum values, ranges, and URL fields — nothing is charged.
401 means a missing or invalid Bearer key; 402 means the reserve exceeds your balance. Manage keys and credits in the console.
Reference material and outputs pass automated moderation. Rejected tasks fail with a clear error and a full refund.
A task that reaches a failed state is never charged — the reserve refunds automatically. Keep the task id and retry when ready.
Common questions about this model.
Try it in the playground or grab an API key to integrate now.