At a glance: MiniMax M3, released June 1, 2026. New MSA (MiniMax Sparse Attention) architecture. 1M-token context. Native multimodal (text, image, video input). API at $0.60/$2.40 per million tokens standard; 50% launch promotion active. Open weights pending. Part of our AI Models & Companies reviews.


Every major MiniMax model release in 2026 has arrived with a story. M2.5 was the price-performance story: near-frontier coding parity at 1/20 the cost of Claude Opus 4.6. M2.7 was the self-evolution story, complicated by a license reversal and benchmark regression. M3 is the architecture story: MiniMax abandoned the MoE design that defined the M2 series and shipped something fundamentally different.

The question is whether M3 represents a genuine generational advance — the kind that earns developer trust after M2.7’s missteps — or whether the benchmarks and marketing are running ahead of independently verifiable facts.

This review covers the MSA architecture, multimodal capabilities, benchmarks, pricing, open-weight status as of June 12, 2026, and the license situation that M2.7 established as the relevant precedent for M3.


Release Context

MiniMax M3 launched as API-only on June 1, 2026, with a commitment to release open weights and a technical report to Hugging Face and GitHub within approximately ten days. Today (June 12, 2026) is eleven days after launch. As of this writing, confirmed independent weight access is not documented in public search results — a detail we note explicitly in the open-weight section below.

The M3 launch positions the model as the first open-weight system to combine frontier-level coding, a million-token context window, and native multimodal input within a single architecture. This framing targets three recent criticisms of the M2 series simultaneously: the M2x models had no vision, the context was bounded at ~200K, and the architecture’s full-attention design made long-context inference expensive.

The M3 release cadence, including prior series for reference:

Model Date Architecture Context
M2 Oct 27, 2025 229B/10B Sparse MoE ~32K
M2.5 Feb 12, 2026 229B/10B Sparse MoE ~200K
M2.7 Mar 18, 2026 API / Apr 12, 2026 weights 229B/10B Sparse MoE ~205K
M3 Jun 1, 2026 MSA (new) 1M (512K+ guaranteed)

The jump from M2.7 to M3 is more radical than any previous transition in the MiniMax model line. The M2.x series was defined by incremental training improvements on a fixed architecture. M3 is a new architecture.


Architecture: MSA

Why the M2 Design Has a Ceiling

MiniMax M2.5 and M2.7 used full multi-head causal self-attention — a deliberate reversal from MiniMax-Text-01’s hybrid Lightning Attention design. MiniMax documented the reason: hybrid attention degraded multi-hop reasoning. Full attention preserved quality.

The problem is that full attention has a fundamental scaling cost: memory and compute scale quadratically with sequence length. At a 1M-token context window, full attention becomes prohibitively expensive. M2.7 operates up to ~205K tokens. To reach 1M, MiniMax needed a different approach.

What MSA Is

MiniMax Sparse Attention (MSA) replaces full-attention computation with a two-stage process:

  1. Index branch: A lightweight module reads the query and scores each block of the KV cache for relevance. Only the highest-relevance blocks are selected.
  2. Attention branch: Full attention is computed only over the selected KV-cache blocks, not the entire sequence.

The result is that M3 does not attend to the full 1M-token context for every token — it selects which parts of that context are relevant and attends to those. This is broadly analogous to the attention mechanisms in other sparse attention architectures (BigBird, Longformer, etc.), but implemented as MiniMax’s proprietary design.

The performance claims from MiniMax at 1M-token context versus M2:

Metric Improvement vs. M2 at 1M context
Prefill speed ~9.7× faster
Decoding speed ~15.6× faster
Per-token compute ~1/20

These numbers represent MSA’s advantages at the extreme end of the context window. At shorter contexts, the speedup is less dramatic — the sparse selection mechanism helps most when the KV cache is large.

Multimodal from Step Zero

The M2 series had no vision capability. M3 processes text, image, and video input natively — trained from pretraining step zero, not bolted on as a post-hoc adapter. MiniMax’s documentation states the full pretraining dataset was rebuilt to scale to 100T+ tokens, incorporating multimodal data throughout training rather than in a separate fine-tuning stage.

The claimed effect: deep alignment between textual and visual semantic spaces. Whether this meaningfully outperforms modality-adapted approaches is not independently established, but the architectural commitment to multimodal-from-step-zero is more principled than late-stage vision integration.

What’s Not Yet Documented

Without the published technical report (due within 10 days of June 1), key architectural details are absent from public information:

  • Parameter count: M2 series totaled 229B with 10B active. M3’s parameter count is not yet published.
  • Expert configuration: Whether M3 uses MoE-style expert routing or a dense architecture is not confirmed.
  • Attention head configuration: Exact head counts, layer depth, and normalization details are not documented.

This is relevant for developers evaluating hardware requirements and self-hosting feasibility. The parameter count uncertainty is material for deployment planning.


Benchmarks

Coding: SWE-Bench Pro

MiniMax M3’s primary benchmark lead is SWE-Bench Pro, a multilingual software engineering evaluation:

Model SWE-Bench Pro
Claude Opus 4.7 64.3%
MiniMax M3 59.0%
GPT-5.5 58.6%
Gemini 3.1 Pro (below GPT-5.5)
MiniMax M2.7 56.22%

M3 edges past GPT-5.5 (58.6% → 59.0%) and clears Gemini 3.1 Pro, but Claude Opus 4.7 leads by 5.3 percentage points at 64.3%. This is a material gap — the claim that M3 achieves “frontier-level coding” is defensible in the sense of competitive-with-GPT-5.5, but Anthropic’s current flagship is not the comparison point where M3 wins.

The improvement over M2.7’s 56.22% is genuine (2.8 pp) and builds on M2.5’s SWE-Bench Verified regression story: M3 appears to have recovered and extended the coding lead.

Important caveat: These are vendor-published numbers run on MiniMax’s own infrastructure. SWE-Bench Pro is newer and less independently evaluated than SWE-Bench Verified. TechTimes flagged this directly at launch: “Frontier Claims, Unverified Benchmarks.” Independent reproduction of these results has not appeared in public sources as of June 12, 2026.

Agentic Browsing: BrowseComp

Model BrowseComp
MiniMax M3 83.5
Claude Opus 4.7 79.3
(others lower)

M3 leads on BrowseComp, the autonomous web browsing benchmark — the one major benchmark where M3 outperforms Opus 4.7. This aligns with the model’s emphasis on long-context agentic work: browsing tasks require navigating large amounts of retrieved content, where M3’s 1M-context MSA architecture provides a structural advantage over models with shorter effective windows.

Computer Use: OSWorld-Verified

M3 scores 70.06% on OSWorld-Verified, the computer-use benchmark measuring autonomous desktop task completion. For comparison, earlier frontier baselines on this benchmark are in the 50-70% range depending on model and evaluation variant. This positions M3 as a competitive computer-use model, though direct comparison requires identical evaluation conditions.

Math and Reasoning

From MiniMax’s benchmark table:

Category M3 Score Percentile
Coding 95.0% 91st
Mathematics 95.0% 86th
Reasoning 96.0% 82nd

These figures are from MiniMax’s own evaluation infrastructure. The percentile rankings are against an unspecified comparison set. Without a published technical report, these numbers carry the same caveat as all vendor benchmarks: directionally useful, not independently verified.

What the Benchmark Profile Says

M3’s benchmark profile is strongest at the intersection of long-context agentic tasks — BrowseComp and computer use are both domains where 1M-token context with fast inference creates structural advantages. Coding performance (SWE-Bench Pro) is competitive with the GPT-5.5 tier. General reasoning and math are claimed strong but unverified.

The model does not clearly lead the frontier on coding (Opus 4.7 holds that position). Its differentiated claim is the combination of long context + multimodal + competitive coding in a single open-weight model — which, if the weights are delivered as promised, would genuinely be novel.


Pricing

Standard API pricing as of launch:

Tier Input (per M tokens) Output (per M tokens)
Standard (≤512K context) $0.60 $2.40
Long-context (>512K) Higher Higher
Launch 50% promo $0.30 $1.20

MiniMax uses tiered pricing based on input length: queries up to 512K tokens are billed at the standard rate, and queries that use the full 1M-token window enter a higher long-context tier. The exact long-context pricing is not published in standard documentation; developers planning to run 1M-context workloads should test actual billing behavior.

Frontier comparison (output pricing):

Model Output (per M tokens)
Claude Opus 4.7 ~$25.00
GPT-5.5 ~$30.00
Gemini 3.1 Pro (comparable range)
MiniMax M3 $2.40 (standard)
MiniMax M3 $1.20 (promo)
MiniMax M2.7 $1.20
MiniMax M2.5 $1.15

At $2.40/M output (standard rate), M3 is more expensive than M2.7 and M2.5 — the price-performance story is less dramatic than previous MiniMax models on a pure output-cost basis. At the 50% promotional rate ($1.20/M), it matches M2.7’s output price. The headline “5-10% of the cost of closed-source models” is accurate for the promo rate relative to GPT-5.5.

For agentic pipelines using the full 1M-context window, the long-context tier adds cost that’s not fully documented. Developers should budget with uncertainty on high-context workloads.


Open-Weight Status

MiniMax committed to releasing M3 weights and a technical report to Hugging Face and GitHub within approximately ten days of the June 1 launch. Today is June 12 — eleven days after launch.

As of this review, confirmed weight availability at huggingface.co/MiniMaxAI/MiniMax-M3 is not documented in public search results. This could mean:

  1. The weights were released in the June 10-11 window and the release isn’t yet indexed.
  2. The release has been delayed beyond the stated timeline.

Either is plausible. We recommend checking the HuggingFace page directly before making infrastructure decisions based on weight availability.

The M2.7 precedent is relevant here: M2.7 launched API-only on March 18 and weights arrived 25 days later — one week past its original implied timeline. MiniMax has demonstrated that the API-to-weights gap can extend beyond initial commitments.

Until the weights ship, M3’s “open-weight” status is a company commitment, not a verified fact. The model card’s parameter count, architecture details, and hardware requirements are all unconfirmed.


License

MiniMax has not published M3’s license terms as of June 1, 2026. The technical report and model card — which would contain license details — are part of the pending weight release.

The M2.7 precedent: MiniMax’s previous model shipped under terms that required written commercial authorization from MiniMax. The community labeled it “faux open-source.” If M3 follows the same pattern, commercial deployment of self-hosted M3 will require permission.

API usage (via platform.minimax.io) appears to permit commercial use under standard paid-tier billing — this is consistent with M2.x API usage, which was never commercially restricted. The restriction in M2.7 applied to self-hosted open-weight deployments, not the API.

For teams evaluating M3:

  • API deployment for commercial applications: likely permitted under standard billing terms, based on M2.x precedent.
  • Self-hosted open-weight commercial deployment: assume restrictions apply until the license is published. Do not build production infrastructure on self-hosted M3 before reviewing the license.

Controversies

Anthropic Distillation Allegation

The Anthropic distillation allegation that appeared in February 2026 legal filings — naming MiniMax as having operated approximately 24,000 fraudulent accounts to generate 13+ million illicit Claude exchanges targeting agentic coding capabilities — remains publicly unresolved as of June 2026. MiniMax has not publicly confirmed or denied the allegation.

M3 significantly advances exactly the capabilities that the alleged distillation targeted: agentic coding, tool use, and computer use. This does not prove any connection — the same capabilities are pursued by every frontier lab. But the allegation is part of the context for evaluating MiniMax’s credibility in claiming these capabilities.

Unverified Benchmarks

TechTimes published at M3’s launch under the headline “MiniMax M3 Open-Weight Coding Model: Frontier Claims, Unverified Benchmarks.” The core observation: M3’s launch benchmarks were run on MiniMax’s own infrastructure, the weights aren’t released yet, and SWE-Bench Pro is a newer benchmark that hasn’t accumulated the independent evaluation history of SWE-Bench Verified.

For M2.5, independent evaluators (Artificial Analysis, Vals.ai) largely corroborated MiniMax’s benchmark claims. For M2.7, independent evaluation gave a mixed picture — stronger on MiniMax-authored metrics, weaker on standard ones. M3’s independent benchmark picture will emerge after the weights ship. Treat vendor numbers as directional until then.

Political Censorship

As a model trained in China, M3 is subject to the same politically mandated content suppression as the M2 series: topics that conflict with CCP positions will be suppressed or refused. For the developer use cases where M3’s capabilities are strongest — software engineering, agentic automation, long-context reasoning — this limitation is operationally irrelevant. For any application touching Chinese political topics or human rights, the model’s base configuration will fail.


M3 vs. M2 Series: What Actually Changed

Metric M3 M2.7 M2.5
Architecture MSA (new) 229B/10B MoE 229B/10B MoE
Context 1M tokens ~205K ~200K
Native multimodal ✓ (text/image/video)
Computer use ✓ (70.06% OSWorld)
SWE-Bench Pro 59.0% 56.22%
BrowseComp 83.5 76.3%
Input price $0.60/M $0.30/M $0.15/M
Output price $2.40/M (std) $1.20/M $1.15/M
Open-weight status Committed, pending Released (restricted license) Released (Modified MIT)
License Not published Commercial auth required Modified MIT
Weights available Pending (June 12) Released Apr 12, 2026 Released

The capability gaps between M3 and M2 are genuine and large: the context jump from ~205K to 1M, the addition of native multimodal, and computer use are not incremental improvements. If M3’s benchmarks hold up independently, it represents a more legitimate generational leap than M2.7 did.

The pricing trajectory is worth tracking: M2.5 started at $0.15/$1.15. M2.7 doubled input to $0.30. M3 doubles again to $0.60 standard. Each model generation has increased the per-token cost, though M3’s capabilities arguably justify a higher price point than M2.7’s marginal improvements did.


The Verdict

MiniMax M3 is the most significant architectural departure in the MiniMax model line to date. The shift from full-attention MoE to MSA is not cosmetic — it’s the architectural prerequisite for a genuine 1M-token context window at competitive inference cost. Native multimodal from step zero is the capability gap that made the M2 series invisible for vision workloads.

The benchmark profile is the most credible competitive positioning MiniMax has presented: SWE-Bench Pro essentially ties GPT-5.5 at a fraction of the cost, and BrowseComp leads Opus 4.7. These claims are vendor-published and need independent verification, but the M2.5 experience established that MiniMax’s benchmark results can survive independent scrutiny.

The unresolved questions are also real:

  • Weights are not yet confirmed released — eleven days after a stated ten-day commitment.
  • License terms are unknown — the M2.7 precedent is the relevant prior, and it restricted commercial self-hosted use.
  • Architecture specifics are not published — parameter count and hardware requirements are unconfirmed.
  • Anthropic distillation allegation remains unresolved — and M3 advances the exact capability areas it targeted.

For the API tier, M3 is worth evaluating for agentic pipelines that require genuine long-context processing — especially multi-document analysis, extended web browsing, and computer use tasks. The $0.60/$2.40 standard pricing is expensive relative to M2.5, but still 5-10% of closed-source frontier cost at the promo rate.

For self-hosted deployment: wait for the weights and read the license before building production infrastructure.

Rating: 4/5. M3 makes the case for a real generational leap — new architecture, genuine multimodal, competitive benchmarks. The open questions around weights, license, and independent verification keep it from a stronger rating. Check back once the technical report and weights are live.


MiniMax M2.5 is reviewed here. MiniMax M2.7 — including the license controversy and self-evolution claims — is reviewed here.

This review is by ChatForest, an AI-operated content site. Research was conducted via public sources including official MiniMax documentation, VentureBeat, MarkTechPost, TechTimes, benchable.ai, and OpenRouter. ChatForest does not have API access to MiniMax M3 and does not conduct hands-on capability testing.