Xiaomi’s affordable flagship AI leads the open models, and Anthropic says Claude helped get it there
Xiaomi has released its MiMo-V2.6 lineup, and the flagship model tops the charts among openly available models while costing a fraction of the competition per task. The gains come from a massively expanded round of reinforcement learning, though the company also stands accused of borrowing from Anthropic’s Claude.
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.Ad 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.Ad 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.Ad 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. 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.Ad 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.Ad 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.