Skip to main content

Suno Music Generator

Generate original music compositions using Suno with access to the latest Suno model versions including v4 and v4.5. Features custom lyric support and advanced controls for professional music creation.

Parameters

ParameterTypeRequiredDescription
typestringYesMust be "MUSIC_GENERATOR"
modelstringYesMust be "suno-ttapi"
conversationIdstringNoConversation ID for context
promptObjectobjectYesSuno - specific parameters

Prompt Object Parameters

ParameterTypeRequiredDescription
mvstringYesModel version: "chirp-v3-0", "chirp-v3-5", "chirp-v4", "chirp-v4-5"
custombooleanYesWhether to use custom mode (true) or auto mode (false)
promptstringConditionalRequired when custom is true - custom lyrics
gpt_description_promptstringConditionalRequired when custom is false - music description
instrumentalbooleanNoWhether to create instrumental version
titlestringNoSong title
tagsstringNoGenre tags, comma-separated

Model Versions

VersionFeaturesBest For
chirp-v4-5Latest model with improved qualityProfessional projects
chirp-v4Advanced model with better coherenceHigh-quality music
chirp-v3-5Enhanced v3 with stability improvementsBalanced quality/speed
chirp-v3-0Original stable modelBasic music generation

Generation Modes

Custom Mode (custom: true)

  • Provide your own lyrics
  • Full control over song structure
  • Best for specific lyrical content

Auto Mode (custom: false)

  • AI generates lyrics from description
  • Quick and simple generation
  • Best for concept exploration

Interactive API Testing

API Playground

https://api.1min.ai/api/features

Generated cURL Command:

curl -X POST "https://api.1min.ai/api/features" \
-H "API-KEY: <your-api-key>" \
-H "Content-Type: application/json" \
-d '{
"type": "MUSIC_GENERATOR",
"model": "suno-ttapi",
"conversationId": "MUSIC_GENERATOR",
"promptObject": {
"mv": "chirp-v4",
"custom": false,
"gpt_description_prompt": "upbeat indie rock song about chasing dreams",
"prompt": "",
"instrumental": false,
"title": "",
"tags": "indie rock, upbeat, dreams"
}
}'

Response Format

Successful requests return:

{}

Example Requests

Auto Mode Rock Song

{
"type": "MUSIC_GENERATOR",
"model": "suno-ttapi",
"promptObject": {
"mv": "chirp-v4-5",
"custom": false,
"gpt_description_prompt": "powerful rock anthem about overcoming obstacles and finding inner strength",
"title": "Rise Above",
"tags": "rock, anthem, powerful, guitar",
"instrumental": false
}
}

Custom Folk Song

{
"type": "MUSIC_GENERATOR",
"model": "suno-ttapi",
"promptObject": {
"mv": "chirp-v4",
"custom": true,
"prompt": "[Verse 1]\nBy the riverside where willows grow\nI found a place where time moves slow\nThe water whispers ancient tales\nOf love that never fails\n\n[Chorus]\nTake me to the river\nWhere my heart can heal\nIn the flowing water\nFind what's truly real",
"title": "River Song",
"tags": "folk, acoustic, peaceful, nature",
"instrumental": false
}
}

Instrumental Jazz

{
"type": "MUSIC_GENERATOR",
"model": "suno-ttapi",
"promptObject": {
"mv": "chirp-v4-5",
"custom": false,
"gpt_description_prompt": "sophisticated jazz composition with piano, bass, and subtle drums",
"tags": "jazz, instrumental, piano, sophisticated",
"instrumental": true
}
}

Model Version Comparison

  • Quality: Highest
  • Coherence: Excellent song structure
  • Naturalness: Most human-like vocals
  • Use Case: Professional projects, final versions

chirp-v4

  • Quality: High
  • Coherence: Good song structure
  • Features: Improved lyrical flow
  • Use Case: Quality projects, detailed work

chirp-v3-5

  • Quality: Good
  • Stability: Enhanced reliability
  • Speed: Faster than v4 models
  • Use Case: Balanced quality/performance

chirp-v3-0

  • Quality: Standard
  • Reliability: Very stable
  • Speed: Fastest generation
  • Use Case: Quick prototypes, testing ideas