音频受欢迎
Suno
Suno API
UniRoute Music API is an AI music-generation model that converts text prompts into full vocal and instrumental tracks with natural dynamics and coherent musical progression, and it currently supports the latest V5.5 model for enhanced realism and scalable performance.
定价
| 档位 | UniRoute 价格 | 市场参考价 |
|---|---|---|
| Boost Music Style Boost | $0.002 | — |
| convert-to-wav-format | $0.002 | — |
| Generate Lyrics | $0.002 | — |
| TimeStamped Lyrics | $0.003 | — |
| create-music-video | $0.01 | — |
每次请求
模型介绍
UniRoute Music API is an AI music-generation model that converts text prompts into full vocal and instrumental tracks with natural dynamics and coherent musical progression, and it currently supports the latest V5.5 model for enhanced realism and scalable performance.
文本转音乐
一次请求即可调用
兼容 OpenAI SDK —— 只需修改 base URL。
api.uniroute.dev
curl https://api.uniroute.dev/v1/audio/generations \
-H "Authorization: Bearer $UNIROUTE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "suno-api",
"prompt": "Lo-fi hip hop beat, 90 BPM, rainy mood"
}'


