suno_music
Suno · Per Request
suno-musicAvailableAudioMusicAsync
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Price | $0.10 | $0.07 |
API Code Example
POST/v1/chat/completions
curl https://api.lemondata.cc/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-xxx" \
-d '{
"model": "suno-music",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
How much does suno_music cost?
On LemonData, suno_music costs $0.0700 Per Request, which is up to 30% off the official pricing.
What is suno_music best for?
suno_music excels at Audio, Music, Async. Access it through LemonData's unified API with a single API key.
How to use suno_music API?
Get your API key from LemonData, then call https://api.lemondata.cc/v1/chat/completions using any compatible SDK. See the code examples above for detailed integration.