Skip to content
FAQ

MiniMax M3: Chinese Open-Weight AI Achieves Frontier-Class Scores with 1M-Token Context

Chinese AI startup MiniMax has released M3, an open-weight model boasting a one-million-token context window, native multimodal inputs, and benchmark scores that rival GPT-5.5 and surpass Claude Opus 4.7 on several web research tasks. The release intensifies pressure on proprietary frontier models and arrives precisely as the US export ban on Anthropic's Fable 5 left international developers without their top-tier alternative.

6 min read

When the US government pulled Anthropic’s Fable 5 and Mythos 5 from global availability in June 2026, the export ban created an unexpected vacuum in the frontier AI market: international developers who had built on those models needed alternatives, and they needed them immediately. MiniMax, a Chinese AI startup founded in 2021, stepped into that vacuum with M3 — and the timing could hardly have been more pointed.

M3 is the first open-weight model to simultaneously combine frontier-class coding performance, a genuine one-million-token context window, and native multimodal inputs. Its benchmark scores place it ahead of GPT-5.5 on web research tasks and within competitive range of Claude Opus 4.7 on software engineering benchmarks. Because it is open-weight, no government can restrict its use by pulling a server-side switch. That distinction, until recently a niche concern, has become one of the most commercially significant properties a frontier model can have.

What M3 Actually Does

The case for M3 begins with three capabilities that, individually, several other models already offer. The combination in a single open-weight package is what makes the release significant.

One million tokens of context. M3’s context window is five times longer than its predecessor, M2.7, and an order of magnitude beyond what most production models offered as recently as 2024. At one million tokens, M3 can ingest an entire software repository, a multi-year legal document archive, or hundreds of research papers in a single inference call. This is not merely a benchmark metric — it changes the structure of what AI applications can realistically attempt.

Native multimodality. M3 accepts text, images, and video as input, with text as output. MiniMax describes this as a “computer-use” capability comparable to Anthropic’s computer-use API: the model can be directed to observe a desktop environment, interpret its visual state, and generate instructions for interacting with it. This is a capability previously available only in proprietary closed-source models.

Frontier-class coding. On SWE-Bench Pro, M3 scores 59.0%, placing it ahead of GPT-5.5’s 58.6% and behind Claude Opus 4.7’s 64.3%. On BrowseComp, a web research evaluation benchmark, M3 scores 83.5 against Opus 4.7’s 79.3 — surpassing the previous open-weight record by a significant margin and outperforming the proprietary frontier on this specific task.

Caveats apply. Several of MiniMax’s benchmark runs were conducted on the company’s own infrastructure with its own agent scaffolding, and independent third-party verification is pending. The SWE-Bench Pro gap against Opus 4.7 of 5.3 percentage points is meaningful, not merely cosmetic. M3 is competitive with the frontier; it has not matched it across the board.

The Architecture: MiniMax Sparse Attention

The enabling innovation behind M3’s million-token context is a new architectural component called MiniMax Sparse Attention (MSA). Processing a million tokens with standard full-attention transformers is prohibitively expensive: attention cost scales quadratically with sequence length, meaning million-token context costs roughly 250 times more compute than 64k-token context. That math had effectively capped open-weight models at context windows a fraction of what M3 offers.

MSA approaches the problem with a block-based key-value cache. Rather than computing attention over every token in a sequence for every query, MSA divides stored context into blocks, pre-filters which blocks are relevant to the current query, and batches queries that need the same blocks — eliminating redundant memory reads across a session. The result, according to MiniMax’s own measurements, is 15.6x faster decoding and 9.7x faster prefill at million-token context compared to M2, with per-token compute at one million tokens reduced to approximately 1/20th of the previous generation’s cost.

This matters enormously for practical deployment. A model that can theoretically process a million tokens but requires $100 of compute per inference is not practically deployable. The MSA architecture brings M3’s per-million-token cost into a range where it is competitive with narrower-context models for long-context tasks — a threshold that opens up real application development.

Autonomous Capability Demonstrations

MiniMax published three internal demonstrations of extended autonomous operation that underscore M3’s agentic potential:

Paper reproduction over 12 hours. M3 was given the task of independently reproducing an ICLR 2025 fine-tuning paper. Without human intervention, the model generated 18 commits and 23 figures, achieving a reproduction score of 0.650 — a metric indicating it replicated the paper’s core findings with partial fidelity. The multi-hour, multi-commit nature of this task places it well beyond what single-pass generation can accomplish.

GPU kernel optimization over 24 hours. Tasked with optimizing a CUDA kernel for NVIDIA Hopper architecture, M3 improved hardware utilization from 7.6% to 71.3% across 147 attempts, a 9x efficiency gain. Most competing models, MiniMax reports, abandoned the optimization after dozens of attempts. M3’s persistence — and its ability to maintain coherent context across a full day of iteration — reflects the practical advantage of long-context architecture over extended autonomous tasks.

PostTrainBench autonomous training. M3 autonomously trained four base models, including data synthesis and iterative refinement, without human intervention. This is a capability that, if it generalizes, has significant implications for AI self-improvement pipelines.

These demonstrations should be taken with appropriate skepticism — they were conducted and evaluated by MiniMax, not independent researchers. But they are specific enough to be falsifiable, and their publication signals a confidence level that invites verification.

The Open-Weight Advantage

M3 is available via MiniMax’s API with tiered pricing ($20–$120 monthly plans) and at standard per-token rates up to 512,000 tokens, with additional pricing for longer contexts. Model weights and a technical report were scheduled for release on Hugging Face within ten days of the announcement.

The open-weight release is strategically significant beyond the technical specifications. An open-weight model can be self-hosted, fine-tuned, and deployed behind the host organization’s own firewall. It cannot be taken offline by a government directive, because there is no central server to pull. For enterprises that experienced the disruption of Anthropic’s sudden model withdrawal, the value of this property has gone from theoretical to immediately concrete.

It also matters for the geopolitical texture of the AI market. For the past two years, the most capable AI models have been exclusively proprietary and exclusively American — GPT-5.5, Gemini 3.5, Claude Opus 4.7 and 4.8. DeepSeek’s earlier releases suggested a Chinese open-weight model could reach near-frontier performance. M3 makes a stronger case that the gap has narrowed further.

The export control dynamics cut both ways. American companies face increasingly restrictive rules around deploying US-origin AI models internationally. A Chinese open-weight model at frontier-comparable performance, available to anyone with the compute to run it, is not subject to those rules. For international developers and enterprises, M3 and its successors represent a credible alternative supply chain.

What Comes Next

MiniMax is not alone in this space. Moonshot AI’s Kimi K2.7 Code, released June 12, offers strong competition on repository-level software engineering tasks with a 256k-token context and a 1-trillion-parameter Mixture-of-Experts architecture. Zhipu AI’s GLM-5.2, also released in June, offers a million-token context with strong planning-phase performance. The Chinese open-weight AI field has converged on these capability targets — long context, strong coding, multimodal input — within weeks, suggesting coordinated roadmap awareness if not explicit coordination.

For developers evaluating M3, the practical questions center on inference cost, fine-tuning stability, and the gap between MiniMax’s internal benchmark methodology and independent replication. Those questions will be answered in coming weeks as the research and development community exercises the released weights.

The bigger-picture question is whether June 2026 marks the point at which frontier-class AI became genuinely available as open infrastructure — not in theory, but in practice, at production cost, with a context window long enough to ingest real-world problem complexity. The M3 release makes a credible argument that it does.

MiniMax M3 open-weight LLM multimodal China open-source frontier-AI context-window
Share

Related Stories

DeepSeek Closes $7.4 Billion First-Ever Funding Round at $50B+ Valuation

DeepSeek, the Chinese AI lab that shook the world in early 2025 by training frontier models at a fraction of Western costs, has raised over $7.4 billion in its first external funding round, valuing the company at $52–59 billion. The deal, led by Tencent and CATL with backing from China's state AI fund, comes with zero voting rights for outside investors and a five-year lock-up — preserving ironclad founder control.

5 min read