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

Kurnia Kharisma Agung Samiadjie
Written by

Kurnia Kharisma Agung Samiadjie

Katelin Teen
Reviewed by

Katelin Teen

Last edited September 23, 2026

Expert Verified
Xiaomi MiMo V2.6 pricing and API cost illustration

The short answer: what Xiaomi MiMo V2.6 actually costs

I have spent two years watching AI pricing pages, and most model launches bury the number you actually came for. Xiaomi did the opposite: it open-sourced the whole MiMo V2.6 family on September 22, 2026, under MIT, and held the API pricing flat from the previous generation.

So there are really two prices to think about. There is zero, if you download the weights and run them on your own hardware. And there is a per-token API price, if you would rather someone else host the GPUs. Here is the full hosted price list, from OpenRouter, checked on launch day:

MiMo V2.6 API pricing ladder showing Flash, Pro, and Pro UltraSpeed cost per million tokens
MiMo V2.6 API pricing ladder showing Flash, Pro, and Pro UltraSpeed cost per million tokens

Every variant carries the same 1M-token context window and is natively omnimodal (text, image, video, audio), so you are not paying a premium for the long context or the extra modalities. That is unusual, and it is a big part of why the pricing reads as aggressive.

The four variants and what each one is for

MiMo V2.6 is not one model with one price. It is a family of four checkpoints, and picking the wrong one is the fastest way to overpay. Here is how they line up.

MiMo V2.6 Pro ($0.435 in / $0.87 out)

Pro is the flagship: a sparse mixture-of-experts model with 1.02 trillion total parameters and 42B active. It is the one topping the open-weight benchmarks, and it is the one you want for genuine agentic work, long-horizon coding, multi-step tool use. At $0.435 in / $0.87 out it is cheaper than most of the frontier closed models it trades blows with, which is the whole story of this release.

MiMo V2.6 Flash ($0.14 in / $0.28 out)

Flash is the efficiency checkpoint: 309B total, 15B active, described by Xiaomi as the best balance of intelligence, efficiency, and cost. At $0.14 in / $0.28 out it is a third the price of Pro and, on Xiaomi's own numbers, gives up surprisingly little. On AutomationBench it scores 52.3 to Pro's 53.1. For most high-volume, well-scoped jobs, Flash is the value pick.

MiMo V2.6 Pro UltraSpeed ($4.35 in / $8.70 out)

UltraSpeed is the confusing one until you realise you are not buying more intelligence. It is the exact same Pro checkpoint, served at roughly 10x the output speed (about 116 tokens per second). Xiaomi charges 10x the Pro rate for it. So this is a pure latency tax: pay it only when speed is the actual bottleneck, like a live chat agent a customer is watching type. For a batch job that runs overnight, it is 10x wasted.

MiMo V2.6 Distill-Qwen-9B (free weights only)

The 9B distill is a dense supervised fine-tune of Qwen3.5-9B on MiMo-generated data. It is not on the paid API; it exists as a small, single-GPU starting point for local inference and open research. Community GGUF quants already exist for llama.cpp, LM Studio, and Ollama, so it is the one you can run on a workstation.

The cache discount most people miss

The list prices above are not what heavy users actually pay. MiMo V2.6 Pro lists cache-read tokens at around $0.0036 per million, a 99% discount on the $0.435 input rate. Xiaomi's benchmark partner spelled it out:

"Despite the improvement, it retains the same attractive pricing at $0.435 per 1M input tokens (with a 99% cache-hit discount) and $0.87 per 1M output tokens."

Why does this matter for pricing? Because any real workload sends the same context over and over. A coding agent re-reads the same repo. A support agent re-reads the same policies and macros on every single ticket. Once that context is cached, you are paying cents on the dollar for the input tokens. If your use case reuses prompts, your effective input price is far below list, and that gap is where MiMo's total cost really pulls away from the frontier.

How MiMo V2.6 pricing compares to the frontier

This is the comparison the launch was built for. On the Artificial Analysis Intelligence Index, MiMo V2.6 Pro scored 46, the top open-weight model, tying the same-day Grok 4.7 release and sitting just behind the closed leaders.

Artificial Analysis Intelligence Index bar chart with MiMo V2.6 Pro at 46, as taken from Xiaomi MiMo
Artificial Analysis Intelligence Index bar chart with MiMo V2.6 Pro at 46, as taken from Xiaomi MiMo

Score alone is not the pricing story though. The chart that matters for cost is the intelligence-vs-cost-per-task plot, where MiMo V2.6 Pro lands in the green "most attractive quadrant" at about $0.13 per task, while Claude Opus 5 and GPT-6 Astra sit out at the $3 to $8 end of the same axis.

Scatter plot of Artificial Analysis Intelligence Index against cost per task, with MiMo V2.6 Pro on the Pareto frontier, as taken from Xiaomi MiMo
Scatter plot of Artificial Analysis Intelligence Index against cost per task, with MiMo V2.6 Pro on the Pareto frontier, as taken from Xiaomi MiMo

Against the open field it is just as sharp. Flash matches the cheapest tiers like DeepSeek V4.1 Flash, and the 1.02T Pro undercuts the far larger 2.8T Kimi K3 while leading it on most boards. One Hacker News commenter, who had run the model heavily, summed up the value math:

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

Fair warning, because a pricing post should be honest about the ceiling: MiMo trails the top closed models on the hardest boards. On Terminal Bench 4.0 it scores 34.9 against GPT-6 Astra's 59.6, and on ExploitBench it lands at 47.9 against the 70+ from GPT-5.6 Sol and Claude. If your work lives on those frontiers, the cheap token price is not the whole decision. For everything else, the price-performance is hard to argue with.

Worked examples: what you would actually pay

Sticker prices per million tokens are abstract. Here is what three realistic workloads cost on MiMo V2.6, so the numbers mean something.

  • A solo developer on Flash. Say you burn 20M input and 5M output tokens a month coding with Flash. That is 20 × $0.14 + 5 × $0.28 = $4.20 a month. Rounding error.
  • A small team running a coding agent on Pro. 300M input, 80M output tokens a month on Pro: 300 × $0.435 + 80 × $0.87 = $200.10 a month, before any cache discount. With heavy prompt reuse, the real bill lands well under that.
  • A high-volume support workload on Flash. 10,000 tickets a month, roughly 8K input and 1K output tokens each, so 80M input and 10M output: 80 × $0.14 + 10 × $0.28 = $14 a month in raw tokens.

That last number is the one to sit with. Ten thousand support conversations for $14 of model tokens. If that were the true cost of AI support, everyone would have shipped it years ago. It is not, and the gap between "$14 of tokens" and "a working support agent" is the entire point of the next section.

Free weights are not free to run

MiMo V2.6 is genuinely open under MIT, so "just self-host it" is real advice, not marketing. But the weights being free does not make running them free. The hardware bill is the hidden line item.

Decision tree comparing self-hosting MiMo V2.6 on your own GPUs against paying for the hosted API
Decision tree comparing self-hosting MiMo V2.6 on your own GPUs against paying for the hosted API

Here is what each variant needs, from the model cards:

  • Pro (1.02T / 42B active): the reference SGLang launch uses a 2-node, 16-GPU cluster (tensor-parallel 16). This is a serious hardware commitment.
  • Flash (309B / 15B active): runs on a single 8-GPU node.
  • Distill-Qwen-9B: small enough for a single GPU, and there are GGUF quants for local tools.

All the checkpoints ship as FP8, which keeps the memory footprint sane, but the honest read is this: self-hosting only beats the API when you have steady, high volume and idle GPUs to fill. For bursty or low volume, the hosted API at $0.14 to $0.87 per million tokens is almost always cheaper than keeping a cluster warm. Run the math on your own utilisation before assuming "free weights" means "free."

The part the price tag never shows

Here is where I have to zoom out, because I build and run AI for the helpdesk for a living, and the pricing conversation almost always misses the real bill.

The token cost of MiMo V2.6, or DeepSeek, or Qwen, or any of them, is the smallest line in the budget for a production system. The expensive part is everything wrapped around the model.

Stacked bar showing model tokens as a tiny sliver of the total cost of a live AI support system
Stacked bar showing model tokens as a tiny sliver of the total cost of a live AI support system

We have spent the last few years putting AI agents on live support queues, and the recurring lesson is that a raw model, however cheap and smart, is not a support agent. To get from "$14 of tokens" to "an agent I trust with a customer," you have to connect it to your helpdesk, feed it your knowledge base and past tickets, teach it your policies, give it actions it can safely take, and, above all, test it before it goes live. We have watched confident-sounding bots quietly give wrong answers, which is exactly why every rollout should be simulated against historical tickets first.

None of that shows up on an OpenRouter pricing page. It is the difference between a model and a working teammate, and it is where the actual cost of AI support lives.

Try eesel

A model like MiMo V2.6 is an engine. eesel is the teammate you hire to drive it. eesel is an AI teammate platform, and the AI helpdesk agent is a ready-to-work support teammate: it plugs into your helpdesk in minutes, already reads your past tickets and knowledge base, and you can simulate it on thousands of your real historical conversations before it answers a single live customer. Instead of paying flat per-seat, eesel bills on usage, so the cost tracks the work actually done.

eesel AI helpdesk dashboard overview
eesel AI helpdesk dashboard overview

And if you live in a terminal, eesel has a public CLI plus an MCP server, so the same teammate and workspace you manage in the dashboard can be driven from scripts or by coding agents like Claude Code, Codex, and Cursor. It is the agent-friendly way to operate eesel: a person runs it by hand, a script automates it, or an AI agent calls it, all against the same helpdesk teammate. That is the layer that turns a cheap, capable model into something that actually resolves tickets. Try it free.

Frequently Asked Questions

How much does Xiaomi MiMo V2.6 cost?
The weights are free to download under an MIT license. On the hosted API via 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. Those rates are a fraction of frontier closed models, though the real bill for a production system also includes the work around the model, which our cost breakdown walks through.
What is the cheapest way to run Xiaomi MiMo V2.6?
For low volumes, the Flash API at $0.14 in / $0.28 out per million tokens is the cheapest hands-off route. If you have GPUs sitting idle and steady, high volume, self-hosting the free weights removes the per-token bill entirely, but you take on the cluster cost. For most teams comparing options, our roundup of the best open-source AI agents covers the trade-offs.
Is Xiaomi MiMo V2.6 free?
The model weights are genuinely free and open under MIT, so you can download Pro, Flash, and the 9B distill and run them commercially at no license cost. "Free" only covers the weights though; you still pay for either the hosted API tokens or the GPU hardware to serve them yourself. See the best AI model for support tickets for how that plays out in practice.
How does Xiaomi MiMo V2.6 pricing compare to DeepSeek and Kimi K3?
MiMo V2.6 Flash matches the cheapest open tiers at $0.14 / $0.28, and MiMo V2.6 Pro at $0.435 / $0.87 sits well under most frontier pricing while topping the Artificial Analysis open-weight index at 46. It trades cost-per-task blows with DeepSeek V4.1 Flash and undercuts the far larger Kimi K3 on the same boards.
What is MiMo V2.6 Pro UltraSpeed and why does it cost 10x more?
UltraSpeed serves the exact same Pro checkpoint at roughly 10x the output speed (about 116 tokens per second), and Xiaomi prices it at 10x Pro: $4.35 in / $8.70 out per million tokens. You pay for latency, not intelligence, so it only makes sense for interactive or real-time AI agent workloads where speed is the bottleneck.
Does Xiaomi MiMo V2.6 offer a cache discount?
Yes. MiMo V2.6 Pro lists cache-read tokens at about $0.0036 per million, a 99% discount on the $0.435 input rate, so repeated context (system prompts, long documents) gets very cheap once cached. Workloads that reuse the same prompt see an effective input price far below list, which matters a lot for AI helpdesk use where the same policies are read on every ticket.
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. It still has to read your tickets, follow your policies, take actions in your helpdesk, and be tested before it answers a real customer. That gap is what eesel fills, and you can simulate it on past tickets before it goes live.

Share this article

Kurnia Kharisma Agung Samiadjie

Article by

Kurnia Kharisma Agung Samiadjie

Kurnia is a software engineer and writer at eesel AI with two years of SEO experience, writing about AI tools, helpdesk software, and customer support. He pairs a developer's understanding of how these products are built with search-driven research into what actually ranks and resonates with the people searching for them.

Related Posts

All posts →
Xiaomi MiMo V2.6 open-weight model illustration
Trending

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

Xiaomi's MiMo V2.6 is an open-weight, omnimodal model family with a 1M-token context and MIT license. Here are the real specs, benchmarks, and API pricing.

Rama Adi NugrahaRama Adi NugrahaSep 23, 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 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 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
A runner carrying a lightning bolt sprinting past a piggy bank, illustrating GLM-5.3 Flash speed and low cost
Trending

GLM-5.3 Flash review: frontier scores at flash cost

A hands-on GLM-5.3 Flash review: the benchmarks it actually posts, what its 4.5-cent-a-task price hides, where it breaks, and who should run it.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieAug 29, 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
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

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free