VOOZH about

URL: https://www.eesel.ai/blog/what-is-minimax-3

โ‡ฑ What is MiniMax M3? The open-weight AI model explained (2026) | eesel AI


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

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

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

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 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

๐Ÿ‘ eesel

Hire your AI teammate

Set up in minutes. No credit card required.

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 โ†’
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 Utomo
Alicia Kirana UtomoยทJun 17, 2026
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 Indriawan
Riellvriany IndriawanยทJun 17, 2026
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 Nugraha
Rama Adi NugrahaยทJun 10, 2026
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 Utomo
Alicia Kirana UtomoยทJun 20, 2026
AI

What is GLM-5.2? A clear guide to Z.ai's open model

GLM-5.2 is Z.ai's open-weights model that matches near-frontier coding at about 1/6th the price. Here's what it is, how it works, and what it means for support teams.

๐Ÿ‘ Alicia Kirana Utomo
Alicia Kirana UtomoยทJun 21, 2026
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 Putri
Stevia PutriยทMar 6, 2026
AI news

Aside: the AI browser that does your work, explained

What the Aside AI browser actually is, how its agent, memory, and password manager work, and where an AI browser fits (and doesn't).

๐Ÿ‘ Alicia Kirana Utomo
Alicia Kirana UtomoยทJun 29, 2026
AI

What is Sakana Fugu? The AI model that commands other AI models

Sakana Fugu is an AI model that orchestrates other AI models through one API. Here's how it works, what it costs, and whether the hype holds up.

๐Ÿ‘ Alicia Kirana Utomo
Alicia Kirana UtomoยทJun 23, 2026
AI

What is AA-Briefcase? The AI benchmark for real knowledge work, explained

AA-Briefcase is Artificial Analysis' new benchmark that tests AI on real multi-week office projects. Here's what it measures, who tops it, and what it means for AI at work.

๐Ÿ‘ Alicia Kirana Utomo
Alicia Kirana UtomoยทJun 22, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free