W
MiniMax Music 3.0
MiniMax Music 3.0, a music model from WaveSpeed.
musicModelOverride: { model: "minimax-music-3.0" }
MMiniMax·served viaWaveSpeed·Released August 2026
Pricing
- List price
- $0.15/song
- Per generation
- $0.00010
Specifications
- Context window
- 2,000 tokens
- Released
- August 2026
- Model string
- minimax/music-3.0
Parameters
Model options, passed in
musicModelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
lyricsSong lyrics with optional structure tags such as [Verse], [Chorus], and [Bridge]. Leave empty to auto-generate lyrics from the prompt. You can use a newline to separate each line, two newlines for a pause, and ## around lyrics to add accompaniment. Valid input: 10-3000 characters when provided. | Prompt | — | — |
is_instrumentalGenerate a backing track without vocals. | Boolean | false | |
bitrateAudio bitrate in bits per second. Higher values produce better audio quality. | Select | 256000 | 320006000064000128000256000 |
sample_rateAudio sample rate in Hz. Higher values capture more detail. | Select | 44100 | 16000240003200044100 |
Use this model
await mindstudio.generateMusic({ prompt: "...", musicModelOverride: { model: "minimax-music-3.0", }, });