model release

MiniMax Releases M3: 428B-Parameter Multimodal Model with 1M Context Window and 15× Decode Speedup

TL;DR

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.

2 min read
0

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

model release

Moonshot AI's Kimi k3 claims top performance among Chinese models with 1M token context

Moonshot AI has released Kimi k3, positioning it as China's leading AI model. The company claims the model features a 1 million token context window and improved reasoning capabilities, though independent benchmarks are not yet available.

model release

Moonshot AI Releases Kimi K3: Open-Weight Multimodal Reasoning Model with 1M Context Window

Moonshot AI has released Kimi K3, an open-weight multimodal reasoning model with a 1-million token context window. The model is priced at $3 per 1M input tokens and $15 per 1M output tokens, available through OpenRouter.

model release

Moonshot AI releases 2.8T parameter Kimi K3, pricing at $3/$15 per million tokens

Chinese AI lab Moonshot AI released Kimi K3, a 2.8 trillion parameter model priced at $3 per million input tokens and $15 per million output tokens. The model is currently available via API, with open weights promised by July 27, 2026. This represents the most expensive pricing from a Chinese AI lab to date, matching Anthropic's Claude Sonnet series.

model release

Thinking Machines Lab releases Inkling: 975B-parameter open-weights multimodal model under Apache-2.0

Thinking Machines Lab released Inkling, a Mixture-of-Experts transformer with 975B total parameters and 41B active parameters, trained on 45 trillion tokens of text, images, audio and video. The Apache-2.0 licensed model is designed as a base for fine-tuning rather than a frontier model.

Comments

Loading...