MiniMax Music 3.0 (GMI Cloud)
GMI Cloud 官方提供的 MiniMax Music 3.0 端到端音乐生成端点。单 Prompt 即可一键生成人声与立体声伴奏完整全曲。
Updated 8/29/20261 code examples
About the Model
Why Choose MiniMax Music 3.0?
MiniMax Music 3.0 enables generating complete musical arrangements with vocals and instrumental tracks.
How to Access for Free (via GMI Cloud)
免费依据与活动说明
MiniMax Week 期间 100% 免费开放,直接调用即可生成完整风格歌曲。
Try it in your browser
Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.
Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.
Code Examples
curl
curl https://api.gmi-serving.com/v1/audio/music \
-H "Authorization: Bearer $GMI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "music-3.0",
"prompt": "一首轻快欢畅的赛博朋克电子流行乐,带有动感的合成器贝斯和清脆的女声主唱。"
}'
Community Feedback
Comments are tied to your GitHub account — sign in to join the discussion.