Playground

Generate a song

Describe the sound. Add lyrics if you want.

Request

minimax-music-3
82 / 2000
147 / 6000 · optional
10–300 seconds
90s
optional
$0.0103 · checking credit…

Result

idle
Your track will appear here.

API request

curl https://api.bluemetal.ai/v1/music/generations \
  -H "Authorization: Bearer $BLUEMETAL_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
          "model": "minimax-music-3",
          "prompt": "Upbeat indie pop, 120 BPM, female vocal, bright guitars and synth, festival energy",
          "duration": 90,
          "format": "mp3",
          "lyrics": "[Verse]\nCity lights are humming low\nWe drive with nowhere left to go\n[Chorus]\nHold on, hold on, the night is ours\nWe're counting every falling star"
        }'