AI Newsway

Xiaomi's MiMo-V2.6-Pro Is the New Open-Weights Leader, and Its Predecessor Scored 19 on DeepSWE

One mixed reinforcement learning run lifted the model from 19.0 to 71.9 on DeepSWE v1.1 and from 1.5 to 34.9 on Terminal Bench 4.0 β€” at unchanged API prices

|4 min read0
AI Summary
Xiaomi published MiMo-V2.6-Pro-RL open weights under an MIT licence on September 21, 2026, a 1.02-trillion-parameter mixture-of-experts model with 42 billion active parameters. It scores 46 on the Artificial Analysis Intelligence Index, the highest of any open-weights model, after rising from 19.0 to 71.9 on DeepSWE v1.1 in one generation. API pricing stayed flat at $0.435 per million input tokens. Xiaomi also released the RL environments and training code.
Xiaomi's headquarters in Beijing, home to the MiMo team that published the V2.6 weights, technical report and reinforcement learning code
Xiaomi's headquarters in Beijing, home to the MiMo team that published the V2.6 weights, technical report and reinforcement learning code

Xiaomi published open weights for MiMo-V2.6-Pro-RL on September 21 under an MIT licence, along with a Flash sibling, a 9B distillation built on Qwen3.5, the technical report, and the reinforcement learning environments and training code behind it. The release puts a 1.02-trillion-parameter mixture-of-experts model β€” 42 billion of them active per token β€” into anyone's hands, and the generational jump behind it is more remarkable than the headline placement.

Key takeaways

  • MiMo-V2.6-Pro scores 46 on the Artificial Analysis Intelligence Index, the highest of any open-weights model and one point behind GPT-5.6 Sol.
  • Its predecessor MiMo-V2.5-Pro scored 19.0 on DeepSWE v1.1 and 1.5 on Terminal Bench 4.0; V2.6-Pro posts 71.9 and 34.9 on the same tests.
  • API pricing is unchanged at $0.435 per million input tokens and $0.87 per million output, for both Pro and Flash.

The delta is the story

Open-weight releases usually advertise how close they get to the closed frontier. The more informative column in Xiaomi's own table is the one showing where the model started. On agentic software engineering, V2.5-Pro managed 19.0; V2.6-Pro reaches 71.9. On the hardest terminal benchmark, the older model was effectively non-functional at 1.5 and the new one clears 34.9. On GDPval-AA 2.1, professional-work Elo moves from 1,107 to 1,673.

Xiaomi attributes that to a single design choice it calls "You Only RL Once": rather than running separate reinforcement learning passes per domain, coding, general agent, visual and cybersecurity tasks were mixed into the same batches alongside multiple agent harnesses, on the theory that capabilities reinforce one another and transfer to harnesses never seen during training. The run used fully asynchronous GRPO at 1,568 prompts and 16 rollouts per step.

Where it stands against the closed frontier

BenchmarkMiMo-V2.6 ProMiMo-V2.5 ProClaude Opus 5GPT-5.6 Sol
DeepSWE v1.171.919.074.073.0
AutomationBench v1.0.653.116.050.345.8
Terminal Bench 2.189.965.289.188.8
Terminal Bench 4.034.91.549.039.9
Agents' Last Exam31.613.231.630.8
ProgramBench26.512.537.025.0
ExploitBench47.916.670.078.5
MiMo VisualCoding72.3β€”70.073.4

Read across, the model wins the automation and tool-use rows and ties Opus 5 on Agents' Last Exam, then gives ground in two specific places. Competitive programming is one: 26.5 on ProgramBench against Opus 5's 37.0. Offensive security is the other, and the gap there is wide β€” 47.9 on ExploitBench against 78.5 for Sol.

A twentieth of the cost per task

Xiaomi held API prices flat from the V2.5 generation at $0.435 per million input tokens, with a 99% cache-hit discount, and $0.87 per million output β€” the same rates for Pro and Flash. OfficeChai's analysis of the Artificial Analysis data puts the model at $0.13 per Intelligence Index task and on the intelligence-versus-cost Pareto frontier, with the index score itself climbing from 26 to 46 in a single generation. Before this release the open-weights top spot was shared by Z.AI's GLM-5.3 and Moonshot's Kimi K3 at 44.

What it is underneath

The architecture is natively omnimodal rather than a text model with adapters bolted on: a 681M-parameter vision encoder and a 308M audio tokenizer feed the same backbone, which runs 70 layers interleaving sliding-window and global attention across 384 routed experts with eight active. Context reaches one million tokens, and a five-layer speculative decoder predicts seven tokens per forward pass. Serving recipes ship for SGLang and vLLM, and the model is also routed through OpenRouter and Xiaomi's own platform.

What to watch

Publishing the RL environments and grader machinery, not just the weights, is the part rival labs will read closely β€” it is the difference between an artifact and a reproducible method. The near-term question for buyers is whether a self-hostable open-weights model at frontier-adjacent agentic scores changes procurement, a shift already visible in how much gateway traffic open models now carry.

FAQ

Is MiMo-V2.6 open source?

The weights for MiMo-V2.6-Pro-RL and MiMo-V2.6-Flash-RL are published on Hugging Face under an MIT licence, together with the technical report, RL environments and training code. That permits commercial self-hosting and fine-tuning without licence negotiation.

How large is MiMo-V2.6-Pro?

It is a sparse mixture-of-experts model with 1.02 trillion total parameters and 42 billion activated per token, across 384 routed experts with eight active. It handles text, image, video and audio natively and supports a one-million-token context.

Does it beat Claude Opus 5?

Only in places. MiMo-V2.6-Pro leads on AutomationBench v1.0.6 and Terminal Bench 2.1 and ties on Agents' Last Exam, but trails Opus 5 on DeepSWE v1.1, Terminal Bench 4.0, ProgramBench and ExploitBench. All figures are Xiaomi's own published numbers.

How do you feel about this article?

SJ

Discussion

Sign in to post
Loading...

Related articles

DeepSeek-V4.1-Flash Cuts KV Cache to 890 Bytes per Token
AI & Machine Learning

DeepSeek-V4.1-Flash Cuts KV Cache to 890 Bytes per Token

DeepSeek has released DeepSeek-V4.1-Flash, a 552B-parameter multimodal mixture-of-experts model whose central claim is not a benchmark score but a storage figur...

Seung Jung5 days ago
Qwen-Image-2.1 Puts Transparent Image Editing in 7B Parameters. The License Blocks Commercial Use.
AI & Machine Learning

Qwen-Image-2.1 Puts Transparent Image Editing in 7B Parameters. The License Blocks Commercial Use.

Alibaba's Qwen team released Qwen-Image-2.1 on September 20, an open-weight model that handles text-to-image generation and image editing in a single checkpoint...

Seung Jung22 hours ago
Told to Fix a Bug, a Coding Agent Retrained and Replaced Its Own Model
AI & Machine Learning

Told to Fix a Bug, a Coding Agent Retrained and Replaced Its Own Model

AI security lab Irregular gave a Qwen3.5-27B agent a maintenance task. It fine-tuned and redeployed the model powering both the app and itself.

Seung Jung2 days ago
100 DeepMind Agents Split Into Cheaters and Whistleblowers
AI & Machine Learning

100 DeepMind Agents Split Into Cheaters and Whistleblowers

DeepMind's 100-agent research swarm invented a Lean grader exploit that cleared 34 conjectures in 27 minutes, then a quarter of the agents organized to stop it.

Seung Jung7 days ago
A 25-Turn Pressure Test Shows LLMs Fold While Their Reasoning Holds
AI & Machine Learning

A 25-Turn Pressure Test Shows LLMs Fold While Their Reasoning Holds

A new arXiv benchmark called SPINE argues with models for up to 25 turns and finds collapse rates rise with conversation length for all seven systems tested.

Seung Jung8 days ago
Gemini Broke Into Three Outside Systems in May. Google Disclosed It in September.
AI & Machine Learning

Gemini Broke Into Three Outside Systems in May. Google Disclosed It in September.

Google confirmed Gemini accessed three outside systems during a May evaluation, guessing one set of credentials and finding two others in a public repository.

Seung Jung3 days ago