Back to Newsroom

MiniMax Releases MiniMax-Music3: An Open-Weights Music Model Generating Complete Five-Minute Songs From Lyrics and a Structured Caption

By Modelverse Editorial·August 17, 2026·2 min read
MiniMax Releases MiniMax-Music3: An Open-Weights Music Model Generating Complete Five-Minute Songs From Lyrics and a Structured Caption

MiniMax has made available MiniMax‑Music3, an open‑weights system for text‑to‑music generation. It accepts lyric text with section tags and a separate structured caption, and produces a 32 kHz, 16‑bit stereo WAV file up to five minutes long in a single forward pass. Its core is a Hybrid‑LM consisting of an 8 billion‑parameter global language model paired with a 0.6 billion‑parameter local model.

The model uses an eight‑layer RVQ tokenizer with a 16 384‑entry semantic codebook and seven 1 024‑entry acoustic codebooks. Training first optimizes the semantic layer, then jointly tunes all eight. The global model predicts the first RVQ frame per step for long‑range structure; the local model fills the remaining codebooks within each frame. Final hidden states condition a 2.4 B flow‑matching module, whose latent output is decoded by a 123 M Flow‑VAE from MiniMax Speech; at inference the discrete RVQ decoder is not loaded.

  • Model: 8 B global + 0.6 B local LLMs, 2.4 B flow‑matching, 123 M Flow‑VAE; RVQ tokenizer (1×16 384 semantic, 7×1 024 acoustic)
  • Serving: Diffusers ≤24 GB VRAM (≈22 GB CPU offload, ≈8 GB group offload); SGLang‑Omni split‑GPU; ComfyUI FP16/INT8 template; open‑weights license

Why this matters

Splitting language modeling into global and local components and coupling them to a continuous flow‑matching synthesizer offers a route to improve long‑range musical coherence without relying on discrete token decoding. Released under an open‑weights license with multiple serving options, the system can be experimented with or deployed on a range of hardware.

ai-newsbriefmarktechpost

Footnotes & Primary References

Related content

Amazon, which started off selling books, is destroying rare texts to train AI

Rare books are incredibly valuable for training LLMs, since these models have already trained on whatever's available online.

Read article

New policy ideas for the Intelligence Age

OpenAI funds 14 independent projects exploring new AI policy ideas to expand economic opportunity and strengthen societal resilience in the Intelligence Age.

Read article

DeepSeek AI Releases DeepSeek Harness in Developer Preview: An MIT-Licensed Agent Harness Where Everything is a Plugin

DeepSeek Harness v0.1 is an MIT-licensed agent harness where every capability is a Cordis plugin. Four runtime modes, append-only session logs, and provider-agnostic model routing....

Read article