MiniMax Releases M3: 428B-Parameter Multimodal Model with 1M Context Window and 15× Decode Speedup
MiniMax has released M3, a multimodal model with approximately 428 billion parameters and 23 billion activated parameters. The model supports a 1 million token context window and uses MiniMax Sparse Attention to achieve 9× prefill and 15× decode speedups compared to its predecessor M2.
MiniMax-M3 — Quick Specs
MiniMax Releases M3: 428B-Parameter Multimodal Model with 1M Context Window and 15× Decode Speedup
MiniMax has released M3, a multimodal model with approximately 428 billion parameters and 23 billion activated parameters. The model supports a 1 million token context window and uses MiniMax Sparse Attention (MSA) to achieve 9× prefill and 15× decode speedups compared to its predecessor M2, reducing per-token compute to 1/20.
Technical Specifications
M3 uses native multimodal training from the first step, processing text, image, and video inputs through mixed-modality training rather than adapting a text-only model. The model employs MiniMax Sparse Attention, which the company claims dramatically reduces attention compute and memory footprint compared to Grouped Query Attention (GQA) while preserving model quality.
The model features two operating modes: a "thinking" mode for complex reasoning and agentic tasks, and a "non-thinking" mode for latency-sensitive scenarios like chat and code completion. According to MiniMax, M3 achieves frontier-level performance across long-horizon agentic benchmarks.
Pricing details have not been disclosed. The model is available through the MiniMax API and for local deployment via Hugging Face.
Deployment Options
M3 can be deployed locally using three inference frameworks: SGLang, vLLM, and Transformers. MiniMax recommends specific inference parameters: temperature=1.0, top_p=0.95, and top_k=40.
The model supports API access through MiniMax's own API service, with Novita listed as an additional inference provider on Hugging Face. The technical details are available in a research paper on arXiv (arXiv:2606.13392).
What This Means
M3's sparse attention architecture addresses a critical bottleneck in long-context models: compute cost at scale. The claimed 15× decode speedup at 1M tokens, if validated in independent benchmarks, would make M3 significantly more practical for production use cases requiring extended context.
The native multimodal training approach contrasts with common industry practice of adapting text models for visual inputs. This architectural choice suggests MiniMax is betting on deeper semantic integration across modalities, though real-world performance comparisons with models like GPT-4o or Gemini 1.5 Pro will determine whether this approach delivers measurable advantages. The emphasis on agentic capabilities and coding performance positions M3 as a competitor in the autonomous agent and development tools market.
Related Articles
Alibaba Releases Qwen3.8 Max (0902), a 2.4-Trillion-Parameter MoE Model With 1M-Token Context
Alibaba's Qwen team released Qwen3.8 Max (0902), a 2.4-trillion-parameter mixture-of-experts model with a 1M-token context window that accepts text, image, and video input. The snapshot is post-trained for coding, agentic workflows, and long-horizon task execution, priced at $2/$6 per 1M input/output tokens.
OpenAI Launches GPT-Live-1 API for Full-Duplex Voice Apps That Talk and Listen Simultaneously
OpenAI has released GPT-Live-1 as a developer API, a speech model capable of full-duplex conversation—listening and talking simultaneously. It already powers ChatGPT's voice mode and costs $0.05 per minute, with benchmark scores showing sharp improvements over GPT-Realtime-2.1.
OpenAI's GPT-6 Astra Tops Math Benchmark Despite Deliberately Skipping Math Optimization
OpenAI's GPT-6 Astra took first place on ulam.ai's ErdosBench, solving 106 of 226 open math problems and disproving 27 others. Chief scientist Jakub Pachocki says the company deliberately didn't optimize for math research, prioritizing recursive self-improvement work instead.
DeepSeek V4.1-Flash Cuts KV Cache Memory by Up to 8x, Matches Opus 5 on Coding Benchmark
DeepSeek released V4.1-Flash, a 552-billion-parameter model built to slash the memory overhead of long-context AI agents. The model cuts GPU cache needs to roughly a quarter of its predecessor's and matches closed models from OpenAI and Anthropic on select coding benchmarks.
Comments
Loading...