MusicMiniMaxv2.0· Released 2025-05-15
MiniMax Music V2
Affordable text-to-music with style prompts, structured lyrics, and vocals.
MiniMax Music V2 is MiniMax's affordable music generation model with text-to-music capabilities, style-based generation, and structured lyrics support. It produces full tracks with vocals at competitive pricing. On Oakgen, a track costs about 31 credits (~$0.12) per generation.
Capabilities at a glance
- Most affordable music model at ~$0.12 per track
- Style-based generation with prompt control
- Structured lyrics support (verse/chorus)
- Vocal and instrumental modes
- Fixed pricing per generation
Specs
- Starting price
- $0.12 / generation
- Generation time
- 30–50 seconds
- Max resolution
- 44.1 kHz stereo
- Inputs → outputs
- text → audio
How to use MiniMax Music V2
- 1Describe style and moodUse style tags — 'pop', 'rock', 'jazz', 'electronic', combined with mood descriptors like 'upbeat', 'melancholic', 'dreamy'.
- 2Provide structured lyricsFormat lyrics with [Verse], [Chorus], [Bridge] tags for precise song structure control.
API access
curl -X POST https://api.oakgen.ai/v1/generate/music \
-H "Authorization: Bearer $OAKGEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "minimax-music-v2",
"prompt": "Chill lofi beats, piano and vinyl crackle, 75 BPM"
}'Compared to other models
vs. suno-v4 — cost
MiniMax Music V2 is ~60% cheaper than Suno v4. Suno v4 has better vocal quality, more natural song structure, and downloadable stems.
License & commercial use
Licensed through MiniMax's commercial terms.
Permitted on all paid Oakgen plans.
FAQs
How much does MiniMax Music V2 cost on Oakgen?
MiniMax Music V2 starts at $0.12 per generation on Oakgen. Most generations complete in 30–50 seconds. The $19/month Pro plan includes 5,000 credits, covering roughly 160 generations per month.
Can I use MiniMax Music V2 commercially?
Permitted on all paid Oakgen plans.
What is the maximum output resolution?
MiniMax Music V2 supports up to 44.1 kHz stereo.
Does Oakgen provide API access to MiniMax Music V2?
Yes. Oakgen's REST API exposes MiniMax Music V2 under the model slug 'minimax-music-v2'. See the API snippet below for an example request.