| Model Name | Price (PTC/time) |
|---|---|
| music-2.5 | 0.15 |
| music-2.0 | 0.05 |
| music-1.5 | 0.05 |
{
"model": "music-2.5",
"prompt": "indie folk, melancholy, introspective, longing, solitary walk, coffee shop",
"lyrics": "[verse]\nStreet lights dimly glow, evening breeze caresses\nShadows stretch long as I walk alone\nOld coat wrapped around deep melancholy\nNot knowing where to go, yearning for somewhere\n[chorus]\nPushing open the wooden door, fragrance fills the air\nFamiliar corner, strangers stare",
"audio_setting": {
"sample_rate": 44100,
"bitrate": 256000,
"format": "mp3"
}
}curl --location --request POST 'https://api.302.ai/minimaxi/v1/music_generation' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "music-2.5",
"prompt": "indie folk, melancholy, introspective, longing, solitary walk, coffee shop",
"lyrics": "[verse]\nStreet lights dimly glow, evening breeze caresses\nShadows stretch long as I walk alone\nOld coat wrapped around deep melancholy\nNot knowing where to go, yearning for somewhere\n[chorus]\nPushing open the wooden door, fragrance fills the air\nFamiliar corner, strangers stare",
"audio_setting": {
"sample_rate": 44100,
"bitrate": 256000,
"format": "mp3"
}
}'{
"data": {
"audio": "https://minimax-algeng-chat-tts.oss-cn-wulanchabu.aliyuncs.com/audio%2Feffect%2F05cb5016f546a9b535e1bf90e5c3b045_1769741732855_6954.mp3?Expires=1769828132&OSSAccessKeyId=LTAI5tGLnRTkBjLuYPjNcKQ8&Signature=Dx%2Fm2h1HSEfoVuDiNL0DyybCypE%3D",
"status": 2,
"audio_url": "https://file.302.ai/gpt/imgs/20260130/98d09739b1044f3e8ec0e355bcfab10f.mp3"
}
}