What is MiniMax M3? The open-weight model explained

Alicia Kirana Utomo
Written by

Alicia Kirana Utomo

Katelin Teen
Reviewed by

Katelin Teen

Last edited June 19, 2026

Expert Verified
Illustration of the MiniMax M3 multimodal AI model with image, audio, and video inputs

What is MiniMax M3?

MiniMax M3 is a general-purpose large language model that MiniMax describes as "a frontier coding and agentic model built on a novel attention architecture (MSA) with 1M context." It supersedes the earlier M2 line (M2, M2.1, M2.5, M2.7), which all stay available, and it is the first MiniMax model trained to be multimodal from the very first step, so it takes image and video input and can even operate a desktop computer.

MiniMax itself is a Chinese AI lab whose tagline is "Intelligence with everyone," with a lineup that runs well beyond text into video (Hailuo), speech, and music. M3 is the text and agent flagship of that lineup. If you have been following the wave of strong models coming out of China, M3 sits in the same conversation as Qwen and Kimi K2.5, and it is one of the more interesting open-weight launches of the year.

The official launch made the pitch plainly on MiniMax's X account:

"Introducing MiniMax M3: The First Open-Weights Model to Combine Three Frontier Capabilities... Coding & Agentic Frontier: 59.0% SWE-Bench Pro, 66.0% Terminal Bench 2.1... MiniMax Sparse Attention scales context to 1M... Natively Multimodal from Step Zero"

MiniMax (@MiniMax_AI), launch announcement

One naming note before we go further: there is no model literally called "MiniMax 3." The official name is MiniMax M3, and that is what this guide covers.

How MiniMax M3 works: sparse attention and a 1M-token window

The most interesting thing about M3 is not a benchmark, it is the architecture that lets it read a million tokens without the cost exploding. This is the bit I find genuinely clever, so let me unpack how it works.

How MiniMax Sparse Attention reduces the cost of a 1M-token context
How MiniMax Sparse Attention reduces the cost of a 1M-token context

Under the hood, M3 is a Mixture-of-Experts model with around 428B total parameters and roughly 23B activated per token, so it only ever runs a fraction of itself on any given request. On top of that sits the real headline: MiniMax Sparse Attention (MSA), a new attention design that partitions the context into blocks and only attends to the relevant ones instead of comparing every token to every other token.

That matters because normal attention gets quadratically more expensive as the context grows, which is why long context windows are usually slow and pricey. MiniMax reports that MSA cuts per-token compute to about 1/20, with more than 9x faster prefilling and 15x faster decoding at a 1M context compared with M2, while matching full attention on most capabilities in their ablations. The result is a 1,000,000 token context window (with a guaranteed minimum of 512K), up from 204,800 on the M2 line.

A few other things worth knowing about how M3 behaves:

  • Thinking modes. A thinking parameter lets you set reasoning to enabled, adaptive (the model decides), or disabled for low latency, and both modes share the same pricing.
  • Native multimodality. Because it was trained on interleaved text, image, and video "from Step 0," M3 fuses the modalities more deeply than a model with vision bolted on afterwards.
  • Built for long-horizon work. In MiniMax's own demos, M3 ran autonomously for nearly 12 hours to reproduce a research paper, and spent about 24 hours optimizing a CUDA kernel across 147 benchmark submissions and 1,959 tool calls.

The full method is in the M3 technical report if you want the depth.

How good is MiniMax M3? The benchmarks

MiniMax positions M3 as reaching the frontier on software engineering and terminal execution, and benchmarks it against closed models like GPT-5.5, Gemini 3.1 Pro, and Claude Opus. Here are the published scores from the announcement:

BenchmarkWhat it measuresMiniMax M3
SWE-Bench ProReal-world software fixes59.0%
Terminal-Bench 2.1Command-line agentic tasks66.0%
MCP AtlasTool use over the agent protocol74.2%
SWE-fficiencyEfficient code changes34.8%
KernelBench HardGPU kernel optimization28.8%
PostTrainBenchTraining models autonomously37.1 (#3)
Video-MME (512 frames)Video understanding84.6

A bit of honesty about what these mean. On the autonomous model-training benchmark PostTrainBench, M3 came third overall, slightly behind Claude Opus 4.7 (42.4) and GPT-5.5 (39.3) but ahead of everything else. That is the pattern across the board: M3 is excellent for an open-weight model and competitive on coding, but it is not topping the closed frontier. The earlier M2 family had already pushed open-weight scores higher on independent indexes, and M3 is a clear step up from there.

If you want the wider context for how these models stack up, our guides on Claude alternatives and Gemini alternatives cover the closed-model side of the comparison.

How much does MiniMax M3 cost?

This is where M3 gets its reputation. The pricing is the reason developers keep mentioning it.

MiniMax sells M3 two ways. The first is a subscription Token Plan, updated at launch across three tiers, where text, image, speech, and music all draw from one shared usage pool:

Token PlanPrice / monthApprox. M3 tokens / month
Plus$20~1.7B tokens
Max$50~5.1B tokens
Ultra$120~9.8B tokens

MiniMax frames the entry tier as "$20 = 10x Claude Pro" on throughput, which is marketing, but it tells you the angle: maximum tokens per dollar. It is the same low-cost positioning you see from Qwen pricing and the rest of the open-weight pack.

The second way is the pay-as-you-go API, priced by input length. Calls under 512K input tokens get the standard rate; anything above that is billed at a higher long-context rate for full-repo and ultra-long-document work. Thinking on or off costs the same, and a priority service tier is available for latency-sensitive workloads. Developers on r/LLMDevs report the launch per-token rate at $0.60 / $2.40 per million up to 512K, which puts it, in their words, in "Deepseek territory."

The other half of the cost story is the license. M3 is open-weight under the MiniMax Community License: free for non-commercial use, with commercial use requiring a visible "Built with MiniMax M3" credit and, above $20M/year in revenue, prior written authorization. So it is open-weight, not open source, a distinction the community is quick to point out. For a pure cost comparison against other paid options, our list of cheap AI tools and the Kimi K2.5 pricing guide are useful reference points.

What developers actually say about MiniMax M3

The published benchmarks only tell you so much. The more useful signal comes from developers running M3 on real work, and the verdict is consistent: a strong value pick, not a frontier replacement.

The clearest version of the value case actually comes from someone who switched to the M2.7 predecessor, on r/openclaw:

"claude is a slightly better model. better reasoning, better depth on hard problems. that's just how it is. but minimax m2.7 delivers exceptionally well for what i actually use it for, at a fraction of the cost... sometimes good enough is actually great when it's reliable and affordable."

u/[deleted], r/openclaw

On M3 specifically, a developer on r/opencode put it like this after trying the other Chinese models first:

"I started using Kimi 2.6, then GLM 51, then DeepSeek4. But now after trying minimax m3 I am really impressed. It seems to think very deeply and really do a good job following directions... It seems to have flown a lot under the radar."

u/gameguy56, r/opencode

That roughly maps to where M3 lands in the market: open weights, near Sonnet-class capability, at value-tier pricing.

Where MiniMax M3 sits: an open-weight model near Sonnet-class capability at value pricing
Where MiniMax M3 sits: an open-weight model near Sonnet-class capability at value pricing

It is not all praise, though, and the criticism is worth taking seriously if you are thinking about production. The most common complaint is reliability under pressure. One tester on r/hermesagent found M3 erratic:

"I feel like it is much more chaotic and verbose, as well as hallucinations being more common. Now it just suddenly keeps stopping mid action... Right now I wouldn't use it in production."

u/FUTC-Photography, r/hermesagent

There is also a recurring data-retention worry about the hosted API, with users noting they could not find a clear opt-out of prompt data being used for training. That is exactly the kind of thing that matters more for customer data than for a hobby project, and it is a big reason the self-hosting crowd likes that the weights are on Hugging Face at all.

The catch: a great model still isn't a support agent

Here is the reframe I want you to walk away with, because it is the thing people miss when a shiny new model launches. A model like M3 is a fantastic engine. But an engine is not a car, and a raw model is not a customer support agent.

Why a raw model needs a layer of knowledge, simulation, and guardrails before it can answer real tickets
Why a raw model needs a layer of knowledge, simulation, and guardrails before it can answer real tickets

I have spent the last few years at eesel watching what happens when you point a language model at a live support queue, and the failure mode is always the same: the model sounds confident and gets the specifics wrong, because it does not know your refund policy, your last 50,000 resolved tickets, or which answer is safe to send without a human reading it first. The smartest model on the leaderboard still hallucinates your shipping cut-off if nobody taught it. That is why every eesel rollout runs in simulation against historical tickets before it ever replies to a customer.

So the relevant questions for support are not "what did M3 score on SWE-Bench." They are: can it learn from my actual tickets and docs, can I test it safely before it goes live, and what stops it from confidently sending a wrong answer? Those are product questions, not model questions, and they are the ones our roundup of the best AI for customer service is built around.

The same point shows up whenever a chatbot answers incorrectly, and it is why the cost of an AI agent versus a human depends far more on how reliably it resolves tickets than on the per-token price of the model.

eesel: the layer that turns a model into a support teammate

This is exactly the gap eesel is built to close. Instead of asking you to pick a model and pray, eesel sits on top of your helpdesk as an AI teammate that learns from your past tickets, help docs, and tools on day one, then drafts, triages, and resolves tier-1 work with the guardrails that make it safe to leave running.

The eesel AI helpdesk dashboard, where an AI teammate handles tier-1 tickets across your existing tools
The eesel AI helpdesk dashboard, where an AI teammate handles tier-1 tickets across your existing tools

The concrete differentiator is simulation mode: you run the agent against thousands of your real past tickets, see exactly what it would have answered and where the gaps are, fill them, and only then go live, with confidence-based routing keeping low-confidence replies as drafts instead of sends. That is how teams like Smava run a fully automated Zendesk agent on 100,000+ German tickets a month, and how Gridwise hit 73% tier-1 resolution in its first month. It connects to 100+ integrations, answers in 80+ languages, and runs on usage-based pricing at $0.40 per ticket with no per-seat fees.

If you came here choosing a model for support, the better starting point is the layer, not the leaderboard. You can Try eesel free, no credit card, and watch it resolve your own tickets in simulation before it touches a single customer. It is the same lesson behind every customer service AI rollout I have seen work: the model is interchangeable, the reliability is not.

Frequently Asked Questions

What is MiniMax M3 in simple terms?
MiniMax M3 is an open-weight large language model from the Chinese AI lab MiniMax, released on June 1, 2026. It is built for coding and agentic work, handles up to a 1 million token context window, and is natively multimodal (text, image, and video). You can call it through MiniMax's API or download the weights and run it yourself. For a sense of the wider field, see our Qwen overview and Kimi K2.5 review.
Is MiniMax M3 actually open source?
Not quite. MiniMax M3 is open-weight, not open source: the weights are downloadable under the MiniMax Community License, free for non-commercial use, but commercial use needs a "Built with MiniMax M3" credit and prior authorization above $20M/year in revenue. It is more like the licensing on other open-weight models than a true MIT release.
How much does MiniMax M3 cost?
MiniMax sells M3 through a Token Plan starting at $20/month (Plus), $50/month (Max), and $120/month (Ultra), with the text, image, speech, and music models sharing one usage pool. The API is priced by input length, with calls over 512K tokens billed at a higher long-context rate. See the full breakdown in the pricing section above, and compare it against Claude Pro pricing.
Is MiniMax M3 good for coding?
It is one of the stronger open-weight options for coding and agentic work, scoring 59.0% on SWE-Bench Pro and 66.0% on Terminal-Bench 2.1, and it plugs into harnesses like Claude Code, Cline, and OpenCode. Developers tend to rate it around Sonnet-class for the price. If you are picking a coding assistant, our roundup of AI coding assistant tools is a good next read.
Can I use MiniMax M3 for customer support?
You can use it as the underlying model, but a raw model is not a support agent on its own. To answer real tickets safely you need a layer that adds your past tickets and docs, simulation against history, and confidence-based guardrails. That is what eesel's AI helpdesk agent provides, regardless of which model runs underneath. See why chatbots answer incorrectly for the failure modes.
How does MiniMax M3 handle a 1 million token context?
M3 uses a new attention design called MiniMax Sparse Attention (MSA), which only attends to relevant blocks of the context instead of everything at once. MiniMax reports this cuts per-token compute to about 1/20 and delivers roughly 9x faster prefill and 15x faster decode at 1M tokens versus its previous model. The technical detail is in the M3 technical report.

Share this article

Alicia Kirana Utomo

Article by

Alicia Kirana Utomo

Kira is a writer at eesel AI with a Computer Science background and over a year of hands-on experience evaluating AI-powered customer service tools. She focuses on breaking down how helpdesk platforms and AI agents actually work so that support teams can make better buying decisions.

Related Posts

All posts →
Editorial illustration for an explainer on Claude Fable 5, Anthropic's most powerful AI model
AI models

What is Claude Fable 5? Anthropic's most powerful model, explained

Claude Fable 5 is Anthropic's Mythos-class flagship, a tier above Opus 4.8, built for days-long autonomous work. Here's what it does, what it costs, and the catch.

Alicia Kirana UtomoAlicia Kirana UtomoJun 17, 2026
Editorial illustration for a guide to what Claude Fable 5 can do, Anthropic's most powerful AI model
AI models

What can Claude Fable 5 do? A capability-by-capability guide

What can Claude Fable 5 do? Run for days unattended, write and ship code, read 1M-token documents, and check its own work. Here's what that means in practice.

Riellvriany IndriawanRiellvriany IndriawanJun 17, 2026
Hero banner for Claude Fable 5, Anthropic's new Mythos-class model
AI models

Claude Fable 5 review: what it is and what it means for AI support

Claude Fable 5 is Anthropic's new Mythos-class model: long-horizon agents, days-long coding, $50 per million output tokens, and a two-tier safety architecture worth understanding.

Rama Adi NugrahaRama Adi NugrahaJun 10, 2026
Illustration of Google Gemma 4, the open-weight AI model family, running on a laptop and a local server
AI

What is Gemma 4? Google's open AI model family, explained

What is Gemma 4? A plain-English guide to Google's open-weight model family: the five sizes, the Apache 2.0 license, the benchmarks, and what it means for support teams.

Alicia Kirana UtomoAlicia Kirana UtomoJun 20, 2026
Banner image for What is MaxClaw? MiniMax's cloud AI agent explained
Blog Writer AI

What is MaxClaw? MiniMax's cloud AI agent explained

Discover MaxClaw, the cloud-hosted AI agent by MiniMax that deploys in 10 seconds with zero infrastructure. Learn about its features, M2.5 model, and how it compares to self-hosted alternatives.

Stevia PutriStevia PutriMar 6, 2026
Illustration of a person kicking off a Cursor coding agent from their iPhone while a colleague reviews the work on a laptop
AI tools

The Cursor iOS app, explained: what it really is in 2026

There's no native Cursor iOS app in the App Store. Here's what the real Cursor mobile experience is, how to install it, and what you can do from your phone.

Alicia Kirana UtomoAlicia Kirana UtomoJun 17, 2026
Illustration of Cursor Origin, a Git forge for the agentic era, with a git graph and the Cursor logo
AI news

What is Cursor Origin? Cursor's Git forge for the agentic era, explained

Cursor Origin is a new Git forge built for AI agents, not humans. Here's what it actually is, what's real, what's hype, and why it matters.

Alicia Kirana UtomoAlicia Kirana UtomoJun 17, 2026
Illustration of a support agent and an AI bot surrounded by automation icons, on a Zendesk-green background
Customer Service

Zendesk automation: triggers, automations, and macros explained (2026)

A plain-English guide to Zendesk automation: how triggers, automations, and macros actually work, the limits nobody warns you about, and where an AI layer takes over.

Alicia Kirana UtomoAlicia Kirana UtomoJun 13, 2026
Zendesk Support pricing explained in 2026
Customer Service

Zendesk Support pricing explained in 2026

A plain-English breakdown of every Zendesk Support plan, the automated resolution billing model, Copilot add-on costs, and what a real monthly bill looks like for mid-size teams.

Riellvriany IndriawanRiellvriany IndriawanJun 12, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free