Documentation Index Fetch the complete documentation index at: https://novita.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
MiniMax AI music generation model, supporting creating AI music from text descriptions and lyrics across various styles, moods, and scenes
Supports: application/json
Bearer authentication format, for example: Bearer {{API Key}}.
Request Body
Model version. music-2.5+ is the latest recommended version supporting instrumental generation; music-2.5 is the standard version; music-2.0 is the base version Optional values: music-2.5+, music-2.5, music-2.0
Song lyrics separated by \n. Supports structure tags: [Intro], [Verse], [Pre Chorus], [Chorus], [Interlude], [Bridge], [Outro], [Post Chorus], [Transition], [Break], [Hook], [Build Up], [Inst], [Solo] Length limit: 0 - 3500
Music description specifying style, mood, scene, etc. Required when is_instrumental is true (music-2.5+ only) Length limit: 0 - 2000
Audio parameter settings Audio encoding format Optional values: mp3, wav, pcm
Bitrate Optional values: 32000, 64000, 128000, 256000
Sample rate Optional values: 16000, 24000, 32000, 44100
Output format, fixed to url, returns audio link Optional values: url
Whether to add AIGC watermark at the end of audio
Generate instrumental music (no vocals). Only supported by music-2.5+, prompt is required when enabled
When enabled and lyrics is empty, automatically generates lyrics from prompt. Only supported by music-2.5 and music-2.5+
Response