MiniMax has released the music generation model MiniMax-Music3, which employs a hierarchical autoregressive architecture featuring an 8B-parameter global language model responsible for modeling long-range semantics and structural changes, and a 0.6B-parameter local language model tasked with predicting acoustic codebook details. Users can input lyrics and musical descriptions to generate complete songs up to 5 minutes long, output as 32kHz, 16-bit stereo WAV files. The model preserves musical themes, rhythm, vocal identity, and arrangement progression, fully covering structures such as intro, verse, pre-chorus, chorus, bridge, instrumental interlude, and outro. The official model page and generation examples are available on GitHub and Hugging Face. This technology will further advance the field of AI music generation.Article author and source: Hugging Face
MiniMax today launched the music generation model MiniMax-Music3, which can generate complete songs up to 5 minutes long by inputting lyrics and musical descriptions, outputting as 32kHz, 16-bit stereo WAV files.
This capability is powered by a hierarchical autoregressive architecture, with two models working in tandem, each handling distinct roles. The Global LLM, with 8 billion parameters, predicts the first RVQ codebook frame by frame, specifically modeling the long-range semantics and structural changes of songs—it is initialized from Qwen3-8B, with its embedding and output layers first adapted to musical semantic tokens, then jointly trained with the local model to model all codebooks. The Local LLM, with only 0.6 billion parameters, predicts the remaining acoustic codebooks for each frame, gradually recovering fine-grained acoustic details. One large model manages the structural framework, while a smaller model fills in the acoustic details—clearly divided responsibilities.

The official team states that the model reliably preserves the musical theme, rhythm, vocal identity, and arrangement progression in long audio tracks, accurately maintaining all structural elements such as the intro, verse, pre-chorus, chorus, bridge, instrumental break, and outro. The official model page has been released on GitHub, along with sample generated songs for listening.
Address: https://huggingface.co/MiniMaxAI/MiniMax-Music3
