Suno Audio Available

Suno V5.5 API

Suno 5.5 音乐生成模型,支持根据文字描述生成歌曲,也支持自定义歌词、风格标签和纯音乐。

Starting price $0.0600 / 次 · Price snapshot

Waiting to refresh live prices…

Get started Developer guide

Model pricing

Compare all public tiers and current prices for this series on one page.

Per request

$0.0600 / 次

Output

Context

Max output

Model ID
suno-v5.5
Billing model
Per-request billing
Available groups
default
Capabilities
text-to-music

API reference

Base URL is https://api.rokoapi.com/v1. The model in requests must use the model IDs listed above.

curl https://api.rokoapi.com/v1/audios/tasks \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "suno-v5.5",
    "action": "generate",
    "mode": "easy",
    "prompt": "Upbeat summer pop song, female vocals, bright guitar"
  }'

For more parameters, limits, and async task queries, read the Suno V5.5 developer guide. Suno V5.5 Developer guide · Authorization