Seedance 2.5 is live — 30-second cinematic video with native audio & real-person references

Suno V6 — Full-Song Music Generation with Vocals

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.

Highlights
Suno V6, V6 Mini and V6 Wild · 10–360 second tracks · two takes per request
Best for
Suno V6 songs with vocals, reworks of your own audio, sound design
Input
A song idea, your own lyrics, or an audio URL
Output
Two finished Suno V6 tracks per request
Input
Create
Rework

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".

Estimated cost~$0.0660 credits
Result

Try one of these prompts

What is Suno V6?

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.

Suno V6 poster — a glass microphone unrolling a ribbon of light into a waveform

What you can build with this model

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

A glass microphone with a ribbon of blue light unrolling into a waveform

One prompt, one finished Suno V6 song

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 chrome waveform with one glowing block lifted out of the gap it left

Keep working the track after Suno V6 generates it

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.

A chrome tuning fork sending rings of blue light past three lit glass cubes

Sound design, not only songs

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.

Pricing

Credit-based — 1 credit = $0.001 USD. Pay only for completed generations.

First test cost
$0.01313 credits

One sample at the cheapest tier (1 request).

Testing budget guide
Add credits
$10
≈ 800 tests
$50
≈ 4000 tests
$100
≈ 8000 tests
ModelCategoryPrice
GenerationSuno 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 designSound effects and loops
$0.013
13 credits · 1 request

Why reAPI

Three Suno V6 models, one request field

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.

Control that survives contact with real work

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.

Pay per request, keep the files

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.

Suno V6 vs Suno V5.5

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.

Capability
Suno V6 on reAPI
Suno V5.5
Availability today
Current Suno V6 line: V6, V6 Mini and V6 Wild all serve requests
Marked discontinued upstream; a request naming it fails at the provider
Models to choose from
Three Suno V6 variants selectable per request: balanced, fast, bold
A single model, no per-request choice
Track length control
Suno V6 honours a duration of 10–360 seconds in custom mode
The duration field no longer applies to this version
Lyrics and style headroom
Up to 5,000 characters of lyrics, 1,000 of style, 80-character title
Documented at the same caps before the line was retired
Voice and style personas
Persona ids apply, as style_persona or voice_persona
Listed as persona-capable, but deactivated, so the path is unreachable
Downstream toolchain
Suno V6 track ids feed WAV, stems, MIDI, cover art and music video
Cannot produce new source tracks to feed them

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.

Ship your first Suno V6 track in minutes

  1. step 01

    Create an API key

    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.

    Open
  2. step 02

    Generate in the playground

    Pick 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.

    Open
  3. step 03

    Move it into code

    POST 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.

    Open
docs/api/suno-v6

API reference

Drop-in code and the full parameter table.

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

Parameter validation failed

Rejected synchronously with the failing field named. Check enum values, ranges, and URL fields — nothing is charged.

Authentication or balance issue

401 means a missing or invalid Bearer key; 402 means the reserve exceeds your balance. Manage keys and credits in the console.

Content or material rejected

Reference material and outputs pass automated moderation. Rejected tasks fail with a clear error and a full refund.

Task failed or timed out

A task that reaches a failed state is never charged — the reserve refunds automatically. Keep the task id and retry when ready.

Frequently asked questions

Common questions about this model.

Suno V6 is the current generation of Suno's music-generation models, released as three variants: V6, V6 Mini and V6 Wild. On reAPI it runs as an async task: POST a prompt to /api/v1/audio/generations with the model id and your chosen Suno V6 version, then poll /api/v1/tasks/:id. Each generation request returns two finished tracks with audio URLs, lyrics, duration, style tags and per-track ids.

start building

Ready to ship?

Try it in the playground or grab an API key to integrate now.