Xiaomi’s affordable flagship AI leads the open models, and Anthropic says Claude helped get it there

Disclosure: Some links in this article are affiliate links. AI Maestro may earn a commission if you make a purchase, at no…

By Vane September 22, 2026 3 min read
Xiaomi’s affordable flagship AI leads the open models, and Anthropic says Claude helped get it there


Xiaomi’s new MiMo-V2.6-Pro model has taken the top spot among open AI models while costing a fraction of what competitors charge.

The company achieved this performance jump through expanded reinforcement learning. It also released its tools and training tasks openly. At the same time, Anthropic accuses Xiaomi of improperly siphoning data through the Claude model to train its own lineup.

The price of top performance

Xiaomi released the MiMo-V2.6 lineup. The flagship model leads current rankings of open AI models while costing far less than the competition.

According to Xiaomi, the larger of the two new models, MiMo-V2.6-Pro, scores 46 points on the Intelligence Index from analysis firm Artificial Analysis. That makes it the strongest openly available AI model right now, ahead of rivals like Kimi K3 and Qwen. The real kicker is the price: $0.435 per million input tokens and $0.87 per million output tokens.

By Artificial Analysis’s math, a single test task costs only about $0.13, a fraction of what similarly capable models charge. That puts the model on what’s called the Pareto frontier of intelligence and cost.

Pro is a mixture-of-experts model with 1.02 trillion parameters, only 42 billion of which are active per request. Alongside it sits the smaller, more efficient MiMo-V2.6-Flash.

The gains come from reinforcement learning

Xiaomi credits the jump in performance to heavily expanded reinforcement learning (RL), meaning training through trial, feedback, and reward. The company scaled this phase along three axes: more data per training step, more varied task environments, and more compute for grading the solutions.

The run took less than six days, Xiaomi says, and cost about $2.62 million for Pro and $0.85 million for Flash. On the DeepSWE coding test, Pro’s score climbed from 58.4 to 72.6, while Flash rose from 48.8 to 65.7.

To keep training stable at this scale, Xiaomi froze the model’s internal distribution mechanism and added several layers of protection against “reward hacking,” the tricks a model uses to game rewards without actually solving the task.

About 7,000 tasks with automatic graders

Along with the models, Xiaomi is shipping an especially fast variant called Pro-UltraSpeed, with up to 20 times the output speed. What stands out most is that the company is opening up its RL toolkit, including the technical report, the full training framework, a smaller model for further training, and about 7,000 ready-made training tasks with automatic graders for software development, cybersecurity, office work, and web design, plus roughly 1,000 tasks for music composition.

The tasks come from a mix of sources. Some of the code comes from real GitHub pull requests by employees and user queries, while other task descriptions are generated by a language model. The cyber tasks draw on OSS-Fuzz, a collection of tens of thousands of real software vulnerabilities, and the office environments are rebuilt synthetically.

Pointedly open, and in Anthropic’s crosshairs

This show of openness sits in sharp contrast to accusations Anthropic raised just two weeks earlier. In its threat intelligence report, Anthropic examined cases of Claude abuse discovered between December 2025 and August 2026, and named seven Chinese labs tied to campaigns against the model: Alibaba, Moonshot AI, DeepSeek, Zhipu, Xiaomi, MiniMax, and SenseTime.

All told, the labs are said to have generated about 190 million exchanges to siphon off Claude’s capabilities for training their own models, a technique Anthropic calls illegal distillation.

Xiaomi shows up by name. In a case tagged GTG-16008, Anthropic tracked more than 400,000 exchanges over 20 days in March and April 2026, in which Xiaomi passed user conversations and coding sessions from its own MiMo models through OpenClaw and OpenCode to Claude, aiming to enrich training data for future models. The report offers almost no documentation of where the earlier training and teacher data for the internal distillation of teacher models came from.

Put another way, the report claims Xiaomi recorded user conversations with its MiMo models and then fed them into Claude to extract training data, the same data that has now pushed it to the top of the open-model rankings.

What it means

People making things now have access to a model that costs less per task than most rivals. The price per million tokens is low enough that testing code or generating content becomes cheaper. The company also released 7,000 tasks with automatic graders. Developers can use these to test software, security, or office workflows without building their own evaluation suites.

However, creators using Claude may face new restrictions. Anthropic claims Xiaomi siphoned data from Claude to train MiMo. If that claim holds, the data used to power the cheaper model came from users interacting with a different service. That creates a tension between open access and the integrity of the training data.


Scroll to Top