W
MiniMax Music 2.5
MiniMax Music 2.5, a music model from WaveSpeed.
musicModelOverride: { model: "minimax-music-2.5" }
MMiniMax·served viaWaveSpeed·Released 2026
Pricing
- List price
- $0.075/song
- Per generation
- $0.00010
Specifications
- Context window
- 2,000 tokens
- Released
- 2026
- Model string
- minimax/music-2.5
Parameters
Model options, passed in
musicModelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
lyricsRequiredLyrics with optional formatting. You can use a newline to separate each line of lyrics. You can use two newlines to add a pause between lines. You can use double hash marks (##) at the beginning and end of the lyrics to add accompaniment. Valid input: 10-3000 characters. | Prompt | — | — |
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-2.5", }, });