Suno AI Music API
Generate full songs with vocals, instruments, and lyrics from a single prompt
Overview
Suno is the leading AI music generation model. Create full songs with vocals, instruments, and lyrics from a simple prompt. AI Generate provides access to all Suno variants including v4.5, generate-lyrics, and stems.
All 19 Suno AI Music variants & pricing
Every variant is accessible via the same API endpoint. Switch variants by changing the model parameter. No extra setup.
Use Suno AI Music via API
Example call with the default variant. Replace model with any slug from the table above.
curl https://aimarcusimage.eu/api/v1/jobs/createTask \
-H "Authorization: Bearer sk-aig-..." \
-H "Content-Type: application/json" \
-d '{
"model": "suno-suno-generate-midi-from-audio",
"input": {
"prompt": "upbeat synthwave, driving bass"
}
}'
FAQ
How much does Suno AI Music cost?
Pricing starts at $0.0000 per request for the most affordable variant. You pay per call from your credit balance — no monthly subscription, no minimum commitment. Starter top-up is $10 → 1,430 credits.
Is this an official Suno API?
AI Generate is an AI model aggregator that routes calls to Suno's upstream API. You get the exact same model outputs with simpler billing (pay per call, no contracts), one API key for 307 models, and the same OpenAI-compatible request shape across all providers.
Can I use Suno AI Music in production?
Yes. The endpoint is rate-limited to 20 requests per 10 seconds per API key, retries are idempotent via taskId, and async results are delivered via polling or webhook. Set a spend cap in dashboard settings to protect against runaway usage.
Which Suno AI Music variant should I pick?
For first tests, start with the cheapest variant (lowest "Price USD" in the table above). Upgrade to higher-resolution or "Quality" tiers only when you have validated prompts. The Playground lets you A/B test all variants with the same per-call pricing as the API.