NEWS / ARCHIVE · 多模态与端侧

AIHOT ARCHIVE

MiniMax 发布 MiniMax-Music3:开源权重音乐模型,从歌词与结构化描述生成完整五分钟歌曲。

AIHOT 于 2026-08-17 收录了“MiniMax 发布 MiniMax-Music3:开源权重音乐模型,从歌词与结构化描述生成完整五分钟歌曲”这一公开动态。以下先呈现从来源页面抓取的正文,再给出 AIHOT 摘要与 TopoReduce 编辑解读。

PUBLIC SOURCE CONTENT

公开原文内容

已抓取公开正文

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

- Editors Pick

- Agentic AI

- Technology

- AI Shorts

- Artificial Intelligence

- Applications

- Language Model

- Audio Language Model

- Large Language Model

- New Releases

- Open Source

- Staff

- Tech News

- Uncategorized

MiniMax released MiniMax-Music3, an open-weights text-to-music model. The model takes two separate inputs: lyrics carrying section tags, and a detailed music description. It returns a complete song of up to five minutes in a single generation, as 32 kHz, 16-bit stereo WAV. The architecture pairs a Hybrid-LM, an 8B Global LLM with a 0.6B Local LLM, with a continuous synthesis stack built on flow matching and a Flow-VAE. Weights, inference code and three documented serving paths shipped the same day.

Is it deployable?

Yes, MiniMax published usable weights, inference code and three documented serving paths on day one, so this is deployable now rather than a research preview.

- Company level: Solo creators, indie studios and mid-market teams can ship on it directly. The MiniMax-Music3 Community License permits commercial use, but it requires you to display ‘MiniMax-Music3’ prominently in the product UI, and any organization whose aggregate yearly revenue from those products exceeds US$ 20 million must obtain separate prior written authorization from MiniMax. Anyone hosting third-party generation must also implement and maintain safeguards against infringing outputs.

- Industries: Game development, advertising and brand agencies, short-form video and creator tools, e-learning, podcasting, fitness and wellness apps, retail in-store audio, and music-tech SaaS.

- Applications: Background scoring for UGC video, adaptive game and level music, localized ad beds and sonic branding, scratch and demo tracks for songwriters, mood-conditioned playlist generation, and offline batch generation where per-song API cost is the constraint.

The Architecture

MiniMax-Music3 combines a hierarchical autoregressive stack with a continuous synthesis path.

The training tokenizer uses eight layers of residual vector quantization (RVQ). The first, semantic codebook has 16,384 entries and carries core musical semantics and structure. The remaining seven acoustic codebooks have 1,024 entries each and encode residual detail. Training optimizes the semantic layer first, then all eight jointly.

The Hybrid-LM splits the modeling problem. An 8B Global LLM predicts the first RVQ codebook frame by frame and holds long-range structure; a 0.6B Local LLM predicts the remaining codebooks within each frame. The model card and license state the Global LLM is initialized from Qwen3-8B; the MiniMax Research post says Qwen3.5-8B, so treat the exact base checkpoint as unsettled.

The synthesis stage is the more interesting design choice. Rather than decoding from discrete RVQ tokens, MiniMax fuses the final hidden states of both LLMs and conditions a 2.4B flow-matching module on them, which maps into a latent space decoded by a 123M Flow-VAE inherited from MiniMax Speech. At inference the discrete tokenizer decoder is not loaded at all.

Two-input control

Lyrics carry the words and section tags on their own lines: [Intro], [Verse], [Pre-Chorus], [Chorus], [Post-Chorus], [Bridge], [Instrumental], [Solo], [Outro]. A separate Structured Caption carries Global Metadata, Vocal Details and Arrangement. MiniMax also ships a music-caption-rewriter agent skill that expands a short description into that three-part format offline.

Interactive explainer

Running it

Three documented paths. SGLang-Omni is the reference server; the GitHub page specifies two CUDA GPUs, with GPU 0 running Qwen3 and RVQ autoregressive generation and GPU 1 running flow matching and DAV decoding. The diffusers modular pipeline fits under 24 GB VRAM at full precision, about 22 GB with automatic CPU offload, and down to 8 GB with leaf-level group offloading. ComfyUI has a native Text to Music template using repacked FP16/INT8 weights from Comfy-Org.

Key Takeaways

- Open-weights model generating complete five-minute songs at 32 kHz, 16-bit stereo, released August 13, 2026.

- Hybrid-LM design: 8B Global LLM plus 0.6B Local LLM, feeding 2.4B flow matching and a 123M Flow-VAE.

- Synthesis runs on fused continuous hidden states, skipping the discrete tokenizer decoder entirely.

- Runs on two GPUs via SGLang-Omni, under 24 GB via diffusers, or 8 GB with group offloading.

- Commercial use allowed with visible attribution; above USD 20M revenue needs written authorization.

Check out the Model on HF and GitHub Repo. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.

Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us

Asif Razzaq

Website |  + postsBio
Asif Razzaq is the CEO of Marktechpost Media Inc.. As a visionary entrepreneur and engineer, Asif is committed to harnessing the potential of Artificial Intelligence for social good. His most recent endeavor is the launch of an Artificial Intelligence Media Platform, Marktechpost, which stands out for its in-depth coverage of machine learning and deep learning news that is both technically sound and easily understandable by a wide audience. The platform boasts of over 2 million monthly views, illustrating its popularity among audiences.

- Asif Razzaq

NVIDIA Releases TensorRT Model Connect in Public Preview: Hugging Face Checkpoint to Native C++ Inference in Two Commands

- Asif Razzaq

Cartesia Ships Sonic-3.6: A Streaming TTS Model That Now Leads Both Artificial Analysis Speech Arenas

- Asif Razzaq

ByteDance Seed and Tsinghua AIR Introduces CUDA Agent: A Large-Scale Agentic RL System for CUDA Kernel Generation

- Asif Razzaq

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

AIHOT 摘要

MiniMax 发布开源权重文本转音乐模型 MiniMax-Music3,输入带段落标签的歌词和详细音乐描述,单次生成最长五分钟的 32 kHz、16-bit 立体声 WAV 歌曲。

为什么值得关注

对比按曲调取 API 的音乐生成,开放权重和本地部署路径让需要离线批量或控制音频资产的团队可以把生成环节纳入自有流程,许可证的收入门槛则划出了商用的规模边界。

工程化解读

从 TopoReduce 的工程视角看,这条信息属于“多模态与端侧”主题。它的价值不只在于一个新产品或新观点本身,还在于说明 AI 系统正在如何影响模型接入、智能体协作、研发流程、基础设施和团队决策。实际采用前,应结合原文确认版本、适用范围、价格和运行条件。

  • 发布时间:2026-08-17;AIHOT 分类:多模态与端侧。
  • AIHOT 标签:多模态开源生态模型发布
  • AIHOT 判断:对比按曲调取 API 的音乐生成,开放权重和本地部署路径让需要离线批量或控制音频资产的团队可以把生成环节纳入自有流程,许可证的收入门槛则划出了商用的规模边界。
  • AIHOT 评分:57;评分用于站内排序,不等同于独立评测结论。

TopoReduce 编辑观察

当 AI 动态进入真实生产环境,团队需要同时关注能力边界、数据来源、调用成本、权限控制和可回滚性。把单条新闻放回完整工程链路中阅读,比只看标题更有助于判断它是否适合自己的产品和工作流。

来源链路AIHOT 条目:MiniMax 发布 MiniMax-Music3:开源权重音乐模型,从歌词与结构化描述生成完整五分钟歌曲公开原文:MiniMax Releases MiniMax-Music3: An Open-Weights Music Model Generating Complete Five-Minute Songs From Lyrics and a Structured Caption - MarkTechPost
← 返回全部文章News 首页 →

把 AI 动态放回工程现场。

了解 TopoReduce 的模型路由、工具集成和研发自动化能力。

建立合作连接