Seedance 2.5 現已上線 — 首發於 Atlas Cloud
首頁
探索
Suno Chirp
suno/chirp-v3-5
Suno chirp-v3-5
文字轉音訊

Suno chirp-v3-5 API by SUNO

suno/chirp-v3-5
Chirp-v3-5

Suno text-to-music via APIMart: inspiration mode (custom=false) turns a description into a song; custom mode (custom=true) uses your own lyrics. Async; returns 2 tracks per generation.

Suno chirp-v3-5

Generate a full song — vocals or instrumental — from a text prompt, powered by Suno (version v3.5). Each generation returns 2 tracks plus cover art.

Two modes

modesetprompt means
Inspirationcustom: false (default)a description of the song: style, mood, genre, theme
Customcustom: truethe actual lyrics, e.g. [Verse] ... [Chorus] ...

In custom mode you can also set title, style, negative_tags, auto_lyrics, persona_id, style_weight, weirdness_constraint and audio_weight. Those fields are silently ignored in inspiration mode. vocal_gender and instrumental work in both.

Parameters

fieldrequirednotes
promptyesdescription (inspiration mode) or lyrics (custom mode), ≤3000 chars. Optional only when custom: true and instrumental: true
customnofalse = inspiration (default), true = your own lyrics
instrumentalnoinstrumental only, no vocals
vocal_gendernoMale / Female — both modes
titlenosong title — custom mode only
stylenostyle tags, e.g. synthwave, female vocal, cinematic — custom mode only
negative_tagsnostyles to avoid — custom mode only
auto_lyricsnolet the model rewrite your lyrics — custom mode only
style_weightno0.00–1.00 — custom mode only
weirdness_constraintno0.00–1.00 — custom mode only
audio_weightno0.00–1.00 — custom mode only
persona_idnovoice identity id — custom mode only

Output

outputs holds 2 audio URLs (two takes of the same request); the cover art is returned separately in thumbnail so it is never mixed into the audio list.

Notes

  • Async: submitting returns a request id; poll /api/v1/model/prediction/{request_id} until status is completed or failed. Generation typically takes 30–120s.
  • Billing: $0.12 per generation (both tracks included) — charged per request, not per track.

Example

Inspiration mode:

{ "model": "suno/chirp-v3-5", "prompt": "Late-night city lo-fi piano with the sound of rain" }

Custom mode with your own lyrics:

{ "model": "suno/chirp-v3-5", "custom": true, "prompt": "[Verse]\nNeon streets on a rainy night\n[Chorus]\nDrive on, drive on", "title": "Midnight Drive", "style": "synthwave, female vocal, cinematic", "vocal_gender": "Female" }

探索類似模型

一個 API,暢享全模態 AI。

探索全部模型