@seclink: MiniMax M3开源了。 一般愿意开源的,都是过时的,还有未开源的弹药未释放。 Hugging Face 主仓库(推荐): https://huggingface.co/MiniMaxAI/MiniMax-M3… 这里提供完整模型权重…

X AI KOLs Timeline 模型

摘要

MiniMax 开源了其原生多模态大模型 M3,参数约 428B(激活约 23B),支持 1M 上下文,并引入了 MiniMax Sparse Attention (MSA) 技术以提升长上下文效率。

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)相关支持等。
查看原文
查看缓存全文

缓存时间: 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


MiniMax AgentAPIMiniMax Website ModelScope MiniMax AIWeChatDiscordHugging FaceGitHubarXiv PaperLICENSE

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.

GQA vs MSA Efficiency Comparison

📄 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:

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

Hugging Face Models Trending

MiniMax 发布 M3,一款原生多模态模型,拥有100万上下文和约4280亿参数,采用 MiniMax Sparse Attention (MSA) 实现高效长上下文处理,达到前沿级别的编码和智能体性能。

MiniMax M3(2分钟阅读)

TLDR AI

MiniMax 推出了 M3,这是首个结合编程、智能体与多模态能力的开源权重模型,通过稀疏注意力机制支持高达 100 万 token 的上下文。

MiniMaxAI/MiniMax-M2.7

Hugging Face Models Trending

MiniMaxAI发布了MiniMax-M2.7,这是一个开放权重模型,具备自我进化能力、先进的智能体团队支持,并在软件工程基准测试中表现出色(SWE-Pro上56.22%,MLE Bench Lite上66.6%奖牌率),在生产事故恢复和专业工作任务中有显著应用。