@seclink: MiniMax M3开源了。 一般愿意开源的,都是过时的,还有未开源的弹药未释放。 Hugging Face 主仓库(推荐): https://huggingface.co/MiniMaxAI/MiniMax-M3… 这里提供完整模型权重…
摘要
MiniMax 开源了其原生多模态大模型 M3,参数约 428B(激活约 23B),支持 1M 上下文,并引入了 MiniMax Sparse Attention (MSA) 技术以提升长上下文效率。
查看缓存全文
缓存时间: 2026/07/14 10:22
MiniMax M3开源了。
一般愿意开源的,都是过时的,还有未开源的弹药未释放。
Hugging Face 主仓库(推荐):
https://huggingface.co/MiniMaxAI/MiniMax-M3… 这里提供完整模型权重(~428B 总参数、~23B 激活参数,原生多模态,支持 1M 上下文),支持 Safetensors/PyTorch 格式下载,还有量化版本(如 MiniMaxAI/MiniMax-M3-MXFP8)。
GitHub 仓库(配套代码和文档): https://github.com/MiniMax-AI/MiniMax-M3… 包含推理指南、MSA(MiniMax Sparse Attention)相关支持等。
MiniMaxAI/MiniMax-M3 · Hugging Face
Source: https://huggingface.co/MiniMaxAI/MiniMax-M3
MiniMax-M3 is a native multimodal model with 1M context. It has ~428B parameters and ~23B activated parameters.
Highlights:
- **Native Multimodality:**M3 undergoes mixed-modality training from the very first step, enabling deeper semantic fusion across text, image, and video.
- **Context Scaling via Sparse Attention:**M3 introduces MiniMax Sparse Attention (MSA) to improve long context efficiency. M3 delivers 9× prefill and 15× decode speedups compared to M2 at 1M context, reducing per-token compute to 1/20.
- **Coding & Cowork Capability:**M3 achieves frontier-level performance across long-horizon agentic benchmarks, excelling in both coding and cowork.

https://huggingface.co/MiniMaxAI/MiniMax-M3#minimax-sparse-attention-msaMiniMax Sparse Attention (MSA)
M3 is powered byMiniMax Sparse Attention (MSA), a high-performance sparse attention operator designed for million-token contexts. Compared with GQA, MSA dramatically reduces the attention compute and memory footprint while preserving model quality.

📄 Read the technical report:arXiv:2606.13392·Hugging Face Papers
https://huggingface.co/MiniMaxAI/MiniMax-M3#how-to-useHow to Use
M3 supports three reasoning modes through thethinkingparameter:
enabled— Reasoning is always enabled.adaptive— M3 automatically determines when additional reasoning is beneficial.disabled— Reasoning is disabled to minimize latency and maximize throughput.
https://huggingface.co/MiniMaxAI/MiniMax-M3#local-deploymentLocal Deployment
Download the model:
hf download MiniMaxAI/MiniMax-M3 --local-dir MiniMax-M3
We recommend the following inference frameworks to serve the model:
- SGLang- seeSGLang cookbook.
- vLLM- seevLLM recipes.
- Transformers- seeTransformers docs.
- KTransformers- seeKTransformers MiniMax-M3 tutorial.
- unsloth- seetutorial
https://huggingface.co/MiniMaxAI/MiniMax-M3#inference-parametersInference Parameters
We recommend the following parameters for best performance:temperature=1\.0,top\_p=0\.95.
https://huggingface.co/MiniMaxAI/MiniMax-M3#contact-usContact Us
Contact us at[email protected].
相似文章
MiniMaxAI/MiniMax-M3
MiniMax 发布 M3,一款原生多模态模型,拥有100万上下文和约4280亿参数,采用 MiniMax Sparse Attention (MSA) 实现高效长上下文处理,达到前沿级别的编码和智能体性能。
MiniMax M3(2分钟阅读)
MiniMax 推出了 M3,这是首个结合编程、智能体与多模态能力的开源权重模型,通过稀疏注意力机制支持高达 100 万 token 的上下文。
@TeksEdge: 随着MiniMax M3开源发布,以下是关于量化版本和模型大小的预期,包括所需VRAM:MiniMax M3 (428…
MiniMax M3是一款428B参数的MoE模型,活跃参数约23B,现已开源。它支持超长上下文(最高达1M)并提升了效率,提供了多种量化尺寸以及本地部署所需的VRAM要求。
MiniMaxAI/MiniMax-M2.7
MiniMaxAI发布了MiniMax-M2.7,这是一个开放权重模型,具备自我进化能力、先进的智能体团队支持,并在软件工程基准测试中表现出色(SWE-Pro上56.22%,MLE Bench Lite上66.6%奖牌率),在生产事故恢复和专业工作任务中有显著应用。
@PrajwalTomar_:这太疯狂了。MiniMax 刚刚发布了 M3,它可能是目前构建应用最强大的开源模型。我给了……
MiniMax 发布了 M3,这是一款在编程基准测试中领先的开源 AI 模型,拥有 100 万 token 的上下文窗口,可处理整个代码库。