Xiaomi MiMo V2.6: specs, benchmarks, and how to run the open model

Rama Adi Nugraha
Written by

Rama Adi Nugraha

Katelin Teen
Reviewed by

Katelin Teen

Last edited September 23, 2026

Expert Verified
Xiaomi MiMo V2.6 open-weight model illustration

What Xiaomi MiMo V2.6 actually is

I build integrations and APIs for a living, so my first instinct with any launch like this is to skip the marketing page and read the model card. The MiMo V2.6 card holds up.

MiMo V2.6 is a family of open-weight, natively omnimodal language models from Xiaomi's MiMo team, released on September 22, 2026. "Natively omnimodal" is doing real work in that sentence: the same model takes text, images, video, and audio, rather than bolting a vision adapter onto a text model after the fact. Every checkpoint in the family ships with a 1 million-token context window.

The release tagline is "Scaling Reinforcement Learning Toward Self-Improvement," and Xiaomi frames the whole series as a step on a recursive self-improvement path: scale RL compute on verifiable, complex tasks and let the model keep pushing its own capability frontier. That is the kind of line that usually makes me roll my eyes, but the tech report has enough concrete method behind it that it reads as engineering, not a press release.

The official MiMo V2.6 architecture: a hybrid-SWA backbone fed by visual and audio encoders, with GA/SWA transformer blocks on a sparse MoE and a multi-token-prediction decoder, as taken from the MiMo-V2.6-Pro model card on Hugging Face
The official MiMo V2.6 architecture: a hybrid-SWA backbone fed by visual and audio encoders, with GA/SWA transformer blocks on a sparse MoE and a multi-token-prediction decoder, as taken from the MiMo-V2.6-Pro model card on Hugging Face

If you want the one-paragraph version of the architecture: Pro is a sparse mixture-of-experts with a hybrid attention backbone: 70 layers that interleave local sliding-window attention (window 128) with global attention, 384 routed experts of which 8 fire per token, a 681M-parameter vision encoder, dedicated audio encoders, and a 5-layer multi-token-prediction decoder that predicts several tokens per forward pass to speed up decoding. You do not need to care about any of that to use it, but it explains how a "1 trillion parameter" model stays cheap to run: only 42B of those parameters are active on any given token.

The model family, from Flash to a 1-trillion-parameter Pro

MiMo V2.6 is not one model, it is four checkpoints aimed at four different jobs. This is where a lot of the confusion online comes from, so it is worth laying out clearly.

The four checkpoints in the MiMo V2.6 family: Pro (1.02T total, 42B active), Flash (309B total, 15B active), Pro UltraSpeed, and a 9B distill, all with a 1M context, MIT license, and omnimodal input
The four checkpoints in the MiMo V2.6 family: Pro (1.02T total, 42B active), Flash (309B total, 15B active), Pro UltraSpeed, and a 9B distill, all with a 1M context, MIT license, and omnimodal input
ModelArchitectureTotal paramsActive paramsContextBest for
MiMo V2.6 ProSparse MoE1.02T42B1MThe most demanding, long-horizon agentic work
MiMo V2.6 FlashSparse MoE309B15B1MThe best balance of intelligence, speed, and cost
MiMo V2.6 Pro UltraSpeedSame Pro checkpoint, speed build~1T42B1MPro-level quality when you need output fast
MiMo V2.6 Distill-Qwen-9BDense (SFT of Qwen3.5-9B)9B9Bn/aSingle-GPU and open agentic-RL research

A few things worth pulling out. Pro is billed as Xiaomi's most capable model to date. Flash is the one most people will actually reach for, since it strikes the balance most workloads want. UltraSpeed is the same Pro checkpoint served for roughly 10x faster output (Xiaomi's blog claims up to 20x), which matters a lot if you are streaming responses to a user waiting on the other end. And the 9B distill is a supervised fine-tune of Qwen3.5-9B on MiMo-generated data, released as a starting point for open research rather than a production model.

The generational jump here is the real story. The prior flagship, MiMo V2.5 Pro, scored 19.0 on the DeepSWE v1.1 coding benchmark. V2.6 Pro scores 71.9 on the same board. On Terminal Bench 4.0 it went from 1.5 to 34.9. Those are not incremental gains, they are the kind of leap you only see when a lab changes its training approach, which is exactly what Xiaomi says happened.

The benchmarks Xiaomi leads with, and the ones it doesn't

Every model launch cherry-picks its charts, so I went straight to the evaluation table on the model card, which compares MiMo V2.6 against Claude Opus 5, GPT-5.6 Sol, and Claude Fable 5. Here is the honest split.

Where MiMo V2.6 Pro leads (AutomationBench 53.1, Terminal Bench 2.1 89.9, CyberGym 94.0) versus where it still trails top closed models (Terminal Bench 4.0 34.9, DeepSWE v1.1 71.9, ExploitBench 47.9)
Where MiMo V2.6 Pro leads (AutomationBench 53.1, Terminal Bench 2.1 89.9, CyberGym 94.0) versus where it still trails top closed models (Terminal Bench 4.0 34.9, DeepSWE v1.1 71.9, ExploitBench 47.9)

Where Pro clearly leads the closed frontier on Xiaomi's numbers:

BenchmarkMiMo V2.6 ProClaude Opus 5GPT-5.6 Sol
AutomationBench v1.0.653.150.345.8
Terminal Bench 2.189.989.188.8
Agents' Last Exam31.631.630.8
MiMo Visual Coding72.370.073.4

And where it trails, which Xiaomi to its credit publishes right alongside the wins:

BenchmarkMiMo V2.6 ProClaude Opus 5GPT-5.6 Sol
DeepSWE v1.171.974.073.0
ProgramBench26.537.025.0
Terminal Bench 4.034.949.039.9
ExploitBench47.970.078.5

The pattern is consistent and, I think, believable: MiMo V2.6 Pro is right there with the frontier on general agentic and tool-use tasks, and it falls behind on the hardest long-horizon coding and exploit benchmarks. When Xiaomi widened the comparison in its launch blog to include GPT-6 Astra, DeepSeek V4.1 Flash, and GLM 5.3, the same shape held: Pro lands near the top of the pack on AutomationBench and Terminal Bench 2.1, and behind GPT-6 Astra on Terminal Bench 4.0 (59.6) and ExploitGym.

One number does deserve a flag. Pro posts a striking 94.0 on CyberGym (Flash is even higher at 95.1), where the prior V2.5 Pro managed 40.0. Cybersecurity is clearly an area Xiaomi trained hard on, though the more adversarial ExploitBench tells a humbler story, so I would treat the CyberGym result as impressive rather than settled.

The independent number that matters more than any single board

Single benchmarks are noisy. The aggregate index from Artificial Analysis is the one I actually watch, because it rolls many evals into a single comparable score and, crucially, plots it against cost.

Artificial Analysis Intelligence Index versus cost per task: MiMo V2.6 Pro sits in the most attractive quadrant at an index of about 46 for roughly $0.13 per task, while GPT-6 Astra, Claude Opus 5, and Claude Fable 5.1 cluster far to the right at several dollars per task, as taken from the official Xiaomi MiMo blog
Artificial Analysis Intelligence Index versus cost per task: MiMo V2.6 Pro sits in the most attractive quadrant at an index of about 46 for roughly $0.13 per task, while GPT-6 Astra, Claude Opus 5, and Claude Fable 5.1 cluster far to the right at several dollars per task, as taken from the official Xiaomi MiMo blog

MiMo V2.6 Pro lands at an Intelligence Index of 46, the top open-weight model on the board, sitting in what Artificial Analysis literally labels the "most attractive quadrant." The closed frontier scores higher in raw intelligence (GPT-6 Astra, Opus 5, and Fable 5.1 all sit in the low-to-mid 50s), but they do it at $3 to $8 per task. MiMo does its 46 at about $0.13.

That price-to-intelligence ratio is the whole pitch, and it is why this launch rattled a few cages. As one commenter put it on the launch thread, the model "landed in the greenest quadrant of the intelligence vs speed of AA" while keeping the price identical to the previous generation. When you can get 85 to 90% of frontier intelligence for one-fortieth of the cost, the math changes for a lot of use cases.

How to actually run it: weights, API, and price

This is the part I care about most, because a benchmark score is useless if you cannot get the model into your stack. MiMo V2.6 is refreshingly easy to access, whether you want to self-host or just hit an endpoint.

The weights are open under an MIT license, which is about as permissive as it gets (commercial use allowed, almost no strings). You can download Pro, Flash, and the 9B distill from Hugging Face and ModelScope, and Xiaomi ships an FP8 checkpoint so you are not forced into full precision.

On hardware, be realistic about what Pro needs. The model card's own launch command runs Pro across two nodes with 16-way tensor parallelism, so this is a multi-node GPU cluster, not something you spin up on a spare workstation. Flash is far more approachable at a single 8-GPU node, and the 9B distill runs on a single GPU, with community GGUF quants already available for llama.cpp, LM Studio, and Ollama. If you have followed our writing on custom AI models, none of this will surprise you: open weights are free, but the serving bill is real.

If you would rather skip infrastructure entirely, MiMo V2.6 is hosted on Xiaomi's own API platform, in MiMo Studio and Desktop, and on OpenRouter. Here is the OpenRouter pricing, per million tokens, checked on release week:

ModelInput / 1MOutput / 1MContext
MiMo V2.6 Flash$0.14$0.281M
MiMo V2.6 Pro$0.435$0.871M
MiMo V2.6 Pro UltraSpeed$4.35$8.701M

Two things stand out. Flash at $0.14 in / $0.28 out is cheap for a 1M-context omnimodal model. And UltraSpeed is a clean 10x on both the speed and the price of Pro, so it is a deliberate premium for latency-sensitive work, not a better model. For most teams, Flash is the sensible default and Pro is what you escalate to when a task actually needs it.

What people said after running it

Benchmarks are Xiaomi's story. I wanted the users' story, so I read through the launch discussion, and the dominant reaction was not about the scores at all. It was about how openly Xiaomi trained the thing.

Hacker News

"I really like how transparent they've been about the training of this model. The realtime dashboard they shared during training was an incredible learning and teaching tool for me, and they've been unusually comprehensive in sharing details about their methodology... and benchmark scores (even the stuff they didn't do well on)."

Hacker News

"The best thing they did is being open about all the setbacks they had to deal with. They logged every restart with a reason, talked about dropping a cyber dataset after it degraded coding benchmarks. Also published real time training loss, benchmark scores after every checkpoint and running cost estimates."

That detail about dropping a cyber dataset because it hurt coding scores is the kind of thing labs almost never admit publicly, and it is a big part of why the launch earned goodwill even from skeptics. The single sharpest technical read in the thread came from a long-time MiMo user who tallied the boards himself:

Hacker News

"Mimo 2.6 pro, the 1T model leads Kimi K3, a 2.8T param model in 14 out of 15 benchmarks (and the last one is near tie)!! Good to see they also kept the price the same, and landed in the greenest quadrant of the intelligence vs speed of AA."

It was not all praise. The recurring worry, the one that follows every strong open model out of China, is benchmaxxing: great scores, disappointing real-world work. One commenter was blunt about the prior generation:

Hacker News

"No chinese lab has caught up yet. They've tried to fake it by distilling and overfitting on benchmarks to make their models look better than they are, the 'best' models available from chinese labs right now (GLM 5.3 and Kimi K3) fall apart completely when you try to do real work with them."

The counterweight came from people already using the line in production. A software engineer's take on the value math is the one I keep thinking about:

Hacker News

"I been using MiMo-V2.5 to do most of my work as software engineer... I been VERY happy with ROI. The model is very powerful!... The cost is unbelievably low, and the quality of intelligence I get is equivalent to when I was working mostly with Anthropic models (late last year/early this year)... but when I add cost of M-token in the ROI math, Jeez! MiMo is an order of magnitude better."

Worth noting that last quote is about V2.5, which several people also called "fast but dumb" for harder tasks, so the real test of V2.6 is whether it closes that gap in daily use, not just on the charts. On X, the launch mostly got read as a shot at Grok 4.7, which shipped the same day, with reactions ranging from "Better than Grok 4.7" to a more measured "let's wait for real-world test performance first."

Where MiMo V2.6 fits in the open-model race

Step back and MiMo V2.6 is one more data point in a trend that is getting hard to ignore: open-weight models from Chinese labs keep landing near the frontier while running on far cheaper hardware. DeepSeek V4.1 Flash, GLM 5.3, Qwen 3.8 Max, and now MiMo V2.6 are all trading blows in the same intelligence band that used to belong to closed models alone.

There is a real strategic pull underneath the benchmarks, and one commenter framed it well:

Hacker News

"Chinese models are increasingly closer to the frontier, while being able to run on much cheaper hardware than what US frontier models run on... the rest of the world is going to see the risks and the availability of good enough open weight models for their purposes and be more likely to lean in favor of self-hosted Chinese models or local inference clouds."

That is the actual competitive story: not "does MiMo beat Opus on one board," but "can you get good-enough intelligence, on your own hardware, at a price that makes the closed frontier feel like a luxury." For a lot of teams the answer is now yes. If you want a wider survey of what is out there, our roundup of the best open-source AI agents is a good next read, and our DeepSeek review and Kimi K3 review cover its closest open rivals.

What this means if you are putting AI on a support queue

Here is where I have to be honest about my own bias, because I have spent the last few years helping put AI on live support queues, and the MiMo V2.6 launch confirms something we learned the hard way: the model is no longer the bottleneck.

An open model like MiMo, Qwen, or DeepSeek gives you raw capability, an engine. An AI teammate is what knows your tickets, joins your helpdesk, and takes actions. You still have to build everything in between.
An open model like MiMo, Qwen, or DeepSeek gives you raw capability, an engine. An AI teammate is what knows your tickets, joins your helpdesk, and takes actions. You still have to build everything in between.

MiMo V2.6, DeepSeek, Qwen, Claude, GPT: any of them can write a fluent, correct-sounding answer to a customer question. That was the scary part a couple of years ago. It is solved now. What none of them do out of the box is the actual job: read your specific help center and past tickets, follow your refund policy instead of a plausible-sounding made-up one, look up an order, tag and route the ticket, know when to escalate to a human, and, most importantly, get tested before it answers a real customer.

That last point is the one I would not compromise on. We have watched confident-sounding models give wrong answers on real queues, which is exactly why every rollout we do gets simulated against historical tickets first, so you see how it would have handled thousands of your own past conversations before it touches a live one. A benchmark score of 46 on the AA index tells you nothing about how a model will handle your weird edge-case return policy. A simulation over your last 5,000 tickets does.

So if you are excited about MiMo V2.6 (and you should be, it is a great engine), the right question is not "which model" but "what wraps the model." The model is a commodity now. The system around it is the product.

Try eesel

The whole point of this post is that an open model like MiMo V2.6 is infrastructure, raw capability you still have to turn into something that does a job. eesel is the layer that turns a model into a working teammate. You hire a ready-to-work AI helpdesk agent that plugs into the helpdesk you already run (Zendesk, Freshdesk, Gorgias, Help Scout, and 1000+ integrations), trains on your past tickets and help center, and starts drafting or sending replies, no model-ops required.

The eesel AI helpdesk dashboard, where an AI teammate joins your existing support queue and handles tickets
The eesel AI helpdesk dashboard, where an AI teammate joins your existing support queue and handles tickets

The differentiator is the one MiMo's own benchmarks cannot give you: before an eesel agent answers a single live customer, you simulate it on your real ticket history and see the exact resolution rate and responses you would have gotten. And because eesel is a teammate platform, the same account runs an AI blog writer too, so if you liked what MiMo does for engineering, the writing side has a teammate as well. For developers, eesel exposes the same teammate through a public CLI, API, and MCP, so a person, a script, or a coding agent can all drive it from the terminal.

You can start free, no credit card and no sales call, and have a teammate live in minutes. The model got cheap. Getting it to actually do the job is still the interesting part.

Frequently Asked Questions

What is Xiaomi MiMo V2.6?
Xiaomi MiMo V2.6 is an open-weight, natively omnimodal (text, image, video, audio) large language model family released by Xiaomi's MiMo team on September 22, 2026. It ships in four checkpoints (Pro, Flash, Pro UltraSpeed, and a 9B distill), all under an MIT license with a 1M-token context window. If you are picking a model to sit under a support workflow, our guide to the best AI model for support tickets walks through the trade-offs.
How much does Xiaomi MiMo V2.6 cost?
The weights are free to download under MIT. Via the hosted API on OpenRouter, MiMo V2.6 Flash is $0.14 in / $0.28 out per million tokens, Pro is $0.435 / $0.87, and Pro UltraSpeed is $4.35 / $8.70. That is a fraction of frontier closed-model pricing, but the true cost of a production system also includes the work around the model, which is what our cost breakdown covers.
Is Xiaomi MiMo V2.6 better than DeepSeek or Kimi K3?
On Xiaomi's own benchmarks, the 1.02T MiMo V2.6 Pro leads the 2.8T Kimi K3 on most boards and trades wins with DeepSeek V4.1 Flash. On the Artificial Analysis Intelligence Index it is the top open-weight model at 46. For a wider view of open options, see our roundup of the best open-source AI agents.
Can I self-host Xiaomi MiMo V2.6?
Yes. The weights are on Hugging Face and ModelScope with an FP8 checkpoint. Flash runs on a single 8-GPU node, Pro needs a 2-node cluster, and the 9B distill runs on a single GPU (community GGUF quants exist for llama.cpp, LM Studio, and Ollama). If you would rather not run infrastructure at all, an AI helpdesk agent handles the model layer for you.
Should I use Xiaomi MiMo V2.6 for customer support?
MiMo V2.6 is a strong, cheap engine, but a raw model is not a support agent. You still need it to read your tickets, follow your policies, take actions in your helpdesk, and be tested before it answers a real customer. That gap is exactly what eesel fills. You can simulate an agent on past tickets before it ever goes live.

Share this article

Rama Adi Nugraha

Article by

Rama Adi Nugraha

Rama is a software engineer at eesel AI with two years of experience writing about B2B SaaS, AI tools, and customer support technology. Based in Bali, Indonesia, he brings a developer's perspective to product comparisons — cutting through marketing copy to what the integrations and APIs actually do.

Related Posts

All posts →
Xiaomi MiMo V2.6 pricing and API cost illustration
Trending

Xiaomi MiMo V2.6 pricing: every plan, model, and API cost in 2026

Xiaomi MiMo V2.6 pricing, broken down: free open weights, and API costs from $0.14 per million tokens. Here is what each variant actually costs to run.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieSep 23, 2026
Illustration of a fast-moving robot coding on a laptop while a person watches, representing Gemini 3.8 Flash
Trending

Gemini 3.8 Flash: what it is, honest benchmarks, and my review

Google shipped Gemini 3.8 Flash on September 2, 2026, three weeks after 3.7. Same price, better scores, and one line of fine print that changes the answer.

Alicia Kirana UtomoAlicia Kirana UtomoSep 3, 2026
Illustration of a team reviewing Gemini 3.8 Flash, with a speed gauge, a rocket, and a verdict checkmark
Trending

Gemini 3.8 Flash review: fast, verbose, and not the upgrade the number implies

A hands-on Gemini 3.8 Flash review: what it's good at, where it falls down, the 13-second catch nobody quoted, and whether to switch from 3.7 Flash.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieSep 8, 2026
Illustration of a very long cat stretched across a desk beside a server rack, with the LongCat logo
Trending

LongCat 2.0: inside Meituan's 1.6T open-weight model

LongCat 2.0 is Meituan's MIT-licensed 1.6T MoE model, priced at $0.30 per million input tokens. I read every primary source to see what actually ships.

Rama Adi NugrahaRama Adi NugrahaAug 4, 2026
Illustration of a developer and a colleague working with a fast AI coding agent
Trending

Gemini 3.7 Flash review: a great model that stopped being cheap

I put Google's Gemini 3.7 Flash against its own benchmarks and its own price list. It is fast and sharp, but it is no longer the cheap high-volume workhorse.

Rama Adi NugrahaRama Adi NugrahaAug 14, 2026
A reviewer looking at a verdict scorecard with two effort dials labelled low and max, beside the DeepSeek whale
Trending

DeepSeek V4 Flash review: one model, two personalities

A DeepSeek V4 Flash review built on the numbers both scoreboards publish. The cheap run and the smart run are the same weights, and that changes the verdict.

Riellvriany IndriawanRiellvriany IndriawanAug 4, 2026
DeepSeek V4 Flash: specs, pricing, and what it's really for
Trending

DeepSeek V4 Flash: specs, pricing, and what it's really for

DeepSeek V4 Flash costs $0.14 in and $0.28 out per million tokens, and it outscores DeepSeek's own expensive tier. Here's what the price card doesn't tell you.

Rama Adi NugrahaRama Adi NugrahaAug 4, 2026
Illustration of two people reviewing charts and speed dials around a Gemini spark, representing Gemini 3.8 Flash pricing
Trending

Gemini 3.8 Flash pricing: every rate, the hidden cost, and the catch

Gemini 3.8 Flash costs $0.75/$3.75 per 1M tokens, exactly what 3.7 Flash costs. But the sticker price hides a verbosity tax, and both numbers double on 1 January 2027.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieSep 8, 2026
Illustration of a multimodal AI model turning inputs into tokens that funnel down to a dollar sign, for a GLM-5.3-Flash pricing breakdown
Trending

GLM-5.3-Flash pricing: every rate, the promo cliff, and the real cost

GLM-5.3-Flash pricing in full: the $0.075/$0.25 promo rates, the September cliff, the coding plan, and the throughput gap that changes your real cost.

Rama Adi NugrahaRama Adi NugrahaAug 29, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free