Maintaining thematic coherence over whole songs is a persistent challenge for text-to-music systems. MiniMax Music 3 addresses this by separating global musical planning from local acoustic detail and decoding audio from fused continuous hidden states, enabling structurally coherent, expressive songs conditioned on lyrics and a structured music description.
Key Capabilities
- Long-form song generation: produces structurally coherent songs up to five minutes, supporting common section tags (Intro, Verse, Pre-Chorus, Chorus, Bridge, Outro) so the model can follow multi-section arrangements rather than only short clips — meaning you can request full song shapes rather than isolated loops.
- Hybrid hierarchical modeling: an 8B Global LLM models song-level semantics while a 0.6B Local LLM handles frame-level acoustic detail; fused hidden states drive a Flow-Matching + Flow-VAE decoder to synthesize 32 kHz, 16-bit stereo audio, which improves vocal articulation and temporal continuity versus purely token-decoded pipelines.
- Fine-grained control via dual inputs: accepts explicit lyrics (with section tags) and a Structured Caption describing global metadata, vocal details, and arrangement, allowing section-level instrumentation and vocal instructions so prompts can meaningfully influence arrangement and performance.
- Integration and runtimes: supported via SGLang-Omni and a Diffusers modular pipeline with examples for CPU/GPU offloading and lower-VRAM strategies, enabling deployment on common ML stacks while offering deterministic seed control for reproducibility.
Who it's for and tradeoffs
Great fit if you need a controllable text-to-music model that aims for full-song coherence and expressive synthesized vocals — useful for demos, prototyping theme songs, game/music content generation, or research into long-horizon audio generation. Look elsewhere if you require real-time/streaming inference, symbolic-accurate MIDI outputs, or production-ready stems and stems-level isolation. Current tradeoffs: inference requires CUDA, generation is non-streaming, prompt token length and audio-frame limits constrain the longest or most highly-detailed prompts, and section-level instructions are guidance rather than strict guarantees.
Where It Fits
Technically sits between short-clip audio generators and sample-based music production tools: it prioritizes semantic/song-level planning and vocal realism over deterministic symbolic control. Use it when you want a single-model path from lyrics+description to finished stereo audio and are prepared to handle GPU-based inference and post-production externally.