854 GB
80 files
Updated 3 days ago
Name
Size
figures
.gitattributes1.58 kB
xet
LICENSE3.34 kB
xet
README.md4.89 kB
xet
added_tokens.json1.66 kB
xet
chat_template.jinja11.8 kB
xet
config.json5.25 kB
xet
configuration_minimax_m3_vl.py4.36 kB
xet
generation_config.json150 Bytes
xet
image_processor.py7.86 kB
xet
merges.txt2.41 MB
xet
model-00001-of-00059.safetensors5.58 GB
xet
model-00002-of-00059.safetensors10.9 GB
xet
model-00003-of-00059.safetensors16.1 GB
xet
model-00004-of-00059.safetensors16.1 GB
xet
model-00005-of-00059.safetensors16.1 GB
xet
model-00006-of-00059.safetensors16.1 GB
xet
model-00007-of-00059.safetensors16.1 GB
xet
model-00008-of-00059.safetensors16.1 GB
xet
model-00009-of-00059.safetensors16.1 GB
xet
model-00010-of-00059.safetensors16.1 GB
xet
model-00011-of-00059.safetensors16.1 GB
xet
model-00012-of-00059.safetensors16.1 GB
xet
model-00013-of-00059.safetensors16.1 GB
xet
model-00014-of-00059.safetensors16.1 GB
xet
model-00015-of-00059.safetensors16.1 GB
xet
model-00016-of-00059.safetensors16.1 GB
xet
model-00017-of-00059.safetensors16.1 GB
xet
model-00018-of-00059.safetensors16.1 GB
xet
model-00019-of-00059.safetensors16.1 GB
xet
model-00020-of-00059.safetensors16.1 GB
xet
model-00021-of-00059.safetensors16.1 GB
xet
model-00022-of-00059.safetensors16.1 GB
xet
model-00023-of-00059.safetensors16.1 GB
xet
model-00024-of-00059.safetensors16.1 GB
xet
model-00025-of-00059.safetensors5.25 GB
xet
model-00026-of-00059.safetensors15.3 GB
xet
model-00027-of-00059.safetensors14.8 GB
xet
model-00028-of-00059.safetensors14.8 GB
xet
model-00029-of-00059.safetensors14.8 GB
xet
model-00030-of-00059.safetensors14.8 GB
xet
model-00031-of-00059.safetensors14.8 GB
xet
model-00032-of-00059.safetensors14.8 GB
xet
model-00033-of-00059.safetensors14.8 GB
xet
model-00034-of-00059.safetensors14.8 GB
xet
model-00035-of-00059.safetensors14.8 GB
xet
model-00036-of-00059.safetensors14.8 GB
xet
model-00037-of-00059.safetensors13.6 GB
xet
model-00038-of-00059.safetensors13.6 GB
xet
model-00039-of-00059.safetensors13.6 GB
xet
model-00040-of-00059.safetensors13.6 GB
xet
model-00041-of-00059.safetensors13.6 GB
xet
model-00042-of-00059.safetensors13.6 GB
xet
model-00043-of-00059.safetensors13.6 GB
xet
model-00044-of-00059.safetensors13.6 GB
xet
model-00045-of-00059.safetensors13.6 GB
xet
model-00046-of-00059.safetensors13.6 GB
xet
model-00047-of-00059.safetensors13.6 GB
xet
model-00048-of-00059.safetensors13.6 GB
xet
model-00049-of-00059.safetensors13.6 GB
xet
model-00050-of-00059.safetensors13.6 GB
xet
model-00051-of-00059.safetensors13.6 GB
xet
model-00052-of-00059.safetensors13.6 GB
xet
model-00053-of-00059.safetensors13.6 GB
xet
model-00054-of-00059.safetensors13.6 GB
xet
model-00055-of-00059.safetensors13.6 GB
xet
model-00056-of-00059.safetensors13.6 GB
xet
model-00057-of-00059.safetensors13.6 GB
xet
model-00058-of-00059.safetensors13.6 GB
xet
model-00059-of-00059.safetensors16.1 GB
xet
model.safetensors.index.json2.71 MB
xet
preprocessor_config.json772 Bytes
xet
processing_minimax.py9.97 kB
xet
special_tokens_map.json277 Bytes
xet
tokenizer.json9.73 MB
xet
tokenizer_config.json11.3 kB
xet
video_processor.py7.32 kB
xet
vocab.json4.71 MB
xet
README.md
MiniMax

MiniMax Agent API MiniMax Website
ModelScope MiniMax AI WeChat Discord Hugging Face GitHub arXiv Paper LICENSE

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.

MiniMax Sparse Attention (MSA)

M3 is powered by MiniMax 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

How to Use

M3 supports three reasoning modes through the thinking parameter:

  • enabled โ€” Reasoning is always enabled.
  • adaptive โ€” M3 automatically determines when additional reasoning is beneficial.
  • disabled โ€” Reasoning is disabled to minimize latency and maximize throughput.

Local Deployment

Download the model:

hf download MiniMaxAI/MiniMax-M3 --local-dir MiniMax-M3

We recommend the following inference frameworks (listed alphabetically) to serve the model:

Inference Parameters

We recommend the following parameters for best performance: temperature=1.0, top_p=0.95, top_k=40.

Contact Us

Contact us at model@minimax.io.

Total size
854 GB
Files
80
Last updated
Jun 15
Pre-warmed CDN
US EU US EU

Contributors