Suno AI
Music Generationby Suno Inc.
AI music generation creating full songs with vocals, lyrics, and instrumentation from text prompts.
Registration & API Key Steps
Try Free Tier
Free: 50 credits/day (~5 songs). Explore before subscribing.
API via Third-Party
No official API. Use SunoAPI.org, GoAPI, or DuomiAPI for programmatic access.
Pricing
| Tier | Price | Features |
|---|---|---|
| Free | Free (50 credits/day) | ~5 songs/day, Non-commercial, Shared queue |
| Pro | $10/month ($8 annual) | 2,500 credits/mo (~250 songs), Commercial license, Priority |
| Premier | $30/month ($24 annual) | 10,000 credits/mo (~1000 songs), Commercial, 8-min songs (v4.5) |
| Third-Party API | ~$0.02-$0.04/song | REST API, Pay-as-you-go, Various providers |
Application Tips
No Official API
All API solutions are third-party. Popular: SunoAPI.org, GoAPI, DuomiAPI.
Detailed Style Tags
Specify genre, mood, instruments, tempo for better results.
China Payment
Use DuomiAPI or shared accounts (~40 RMB/mo) accepting Alipay/WeChat.
China Access Solutions
Third-Party Services
DuomiAPI (duomiapi.com) supports Alipay and provides Suno API.
VPN
Access suno.com web interface via VPN.
Code Example
// Third-party Suno API example (no official API)
const response = await fetch('https://apibox.erweima.ai/api/suno/submit/music', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer YOUR_API_KEY',
},
body: JSON.stringify({
prompt: 'An upbeat indie pop song about summer',
style: 'indie pop, acoustic guitar, upbeat',
title: 'Summer Days',
model: 'V4',
}),
});
const { data } = await response.json();
console.log('Task ID:', data.taskId);Rate Limits
| Tier | Limits |
|---|---|
| Free | 50 credits/day |
| Pro | 2,500 credits/month |
| Premier | 10,000 credits/month |
Recommended Use Cases
Related API Guides
OpenAI GPT-4o / GPT-4.1 / o3
OpenAI
OpenAI's flagship LLM family including GPT-4o for multimodal tasks, GPT-4.1 for long-context coding, and o3 for advanced reasoning. Industry-leading models with the largest developer ecosystem.
Anthropic Claude (Sonnet 4.5 / Opus 4.5)
Anthropic
Anthropic's Claude model family excels in nuanced reasoning, safety, and long-context tasks. Claude Sonnet 4.5 offers the best balance of cost and performance, while Opus 4.5 delivers frontier intelligence.
Google Gemini (2.5 Pro / 2.5 Flash)
Google's Gemini models offer a generous free tier, 1M token context window, and strong multimodal capabilities. Gemini 2.5 Pro leads in reasoning, while Flash models provide cost-effective alternatives.
Meta Llama 4 (Scout / Maverick)
Meta
Meta's open-source Llama 4 models are free to use and available through multiple cloud providers. Llama 4 Scout and Maverick offer competitive performance at extremely low cost through partner APIs.