The headline number needs context
MiniMax's M3 scores 59.0% on SWE-Bench Pro — a benchmark that measures an AI agent's ability to resolve real GitHub software issues autonomously — putting it ahead of GPT-5.5 and Gemini 3.1 Pro on that specific test. That is a genuine result. It is also a carefully selected one.
On the same class of agentic benchmarks, Anthropic's Claude Opus 4.8 scores 69.2% on SWE-Bench Pro, 74.6% on Terminal-Bench 2.1 (versus M3's 66.0%), and 83.4% on OSWorld-Verified (versus M3's 70.0%). The cost story is real; the "eclipsing" framing in the original headline is not the full picture.
What M3 actually is
M3 is a natively multimodal large language model — meaning it was trained on interleaved text and image data from the start, rather than having vision capabilities bolted on afterward. MiniMax says the pretraining corpus exceeded 100 trillion tokens. The model supports a 1-million-token context window, which is competitive with the longest-context proprietary models currently available.
The efficiency gains come primarily from a new attention mechanism MiniMax calls MiniMax Sparse Attention (MSA). Standard transformer attention scales quadratically with sequence length — costs and compute grow explosively as inputs get longer. MSA partitions the key-value matrices used in attention into blocks and processes only the relevant ones, reducing per-token compute at maximum context to 1/20th of MiniMax's previous generation. The company claims a 9x speedup in the prefilling stage and 15x during decoding. These are internal figures and have not been independently verified.
The pricing case
At its promotional launch price of $0.30 per million input tokens and $1.20 per million output tokens, M3 is cheaper than every major proprietary frontier model currently on the market. Even at its full price of $0.60/$2.40, it sits well below GPT-5.5 ($5.00/$30.00) and Claude Opus 4.8 ($5.00/$25.00).
For context, DeepSeek-V4 Pro is marginally cheaper at $0.435/$0.87 per million tokens, and scores 55.4% on SWE-Bench Pro — below M3's 59.0%. The two models are statistically close on BrowseComp (M3: 83.5%, DeepSeek: 83.4%) and MCP Atlas (M3: 74.2%, DeepSeek: 73.6%).
Open weights — with an asterisk
MiniMax has committed to releasing model weights on HuggingFace and GitHub within ten days of launch. For enterprise buyers, this matters: local deployment eliminates API data-egress risk, enables fine-tuning, and removes vendor lock-in.
The significant unknown is the license. MiniMax has not yet specified whether weights will be released under a permissive license like MIT or Apache 2.0, a more restrictive research license, or something like the newer OpenMDW framework. Until that is confirmed, enterprises with compliance requirements should treat the open-weights announcement as a promise, not a deliverable.
What the benchmarks don't settle
Benchmark performance on SWE-Bench Pro and BrowseComp is meaningful but narrow. These tests measure specific agentic behaviors — code patching, web retrieval — and do not capture reliability across the full range of enterprise tasks: long-document summarization, structured data extraction, multilingual performance, or safety and refusal behavior under adversarial prompting.
MiniMax's 12-hour autonomous research replication demo — in which M3 reportedly reproduced experiments from an ICLR 2025 paper without human intervention — is an interesting data point, but it comes from MiniMax's own researchers and has not been independently replicated.
The cost-to-capability ratio here is genuinely notable. The claim that M3 eclipses the frontier is not.