Xiaomi released two omnimodal model repositories, reinforcement-learning resources and a technical report while retaining MiMo-V2.5 API prices.
By [RuntimeWire Staff](https://runtimewire.com/author/runtimewire-staff)
· Published
· Updated
Primary source: [Xiaomi MiMo](https://mimo.xiaomi.com/mimo-v2-6)
Why it matters #
Xiaomi is pairing downloadable model repositories with detailed reinforcement-learning disclosures and hosted inference. Competing AI labs now face another large open model whose training claims and weights can be tested rather than taken solely from a benchmark chart.
Lei Jun's Xiaomi has released and open-sourced its MiMo-V2.6 series, publishing repositories for two omnimodal AI models trained through reinforcement learning.
Lei founded Xiaomi in 2010 after founding online retailer Joyo.com, which Amazon acquired in 2004, and holding senior roles at Kingsoft. MiMo is an internal Xiaomi AI initiative that extends Xiaomi's work from phones, connected devices and electric vehicles into foundation models.
The technical work is led by Luo Fuli, the former DeepSeek researcher who joined Xiaomi to head the MiMo team, VnExpress reported in November 2025. Luo previously worked at Alibaba's DAMO Academy and contributed to DeepSeek's model research.
Public Hugging Face repositories for Pro and Flash are accessible, and Xiaomi's launch page says the company is releasing and open-sourcing the series. OpenRouter also lists the models for hosted access.
Xiaomi publishes weights and RL resources
The series consists of MiMo-V2.6-Pro and MiMo-V2.6-Flash. Both accept text, images, video and audio, and both have a claimed 1-million-token context window. The Pro model card describes a sparse mixture-of-experts architecture with 1.02 trillion total parameters and 42 billion activated for each token. The Flash model card lists 309 billion total parameters and 15 billion activated.
Xiaomi's release package includes a technical report, deployment instructions and details of the reinforcement-learning system. Xiaomi says it is also open-sourcing the training environments and RL code needed to examine and reproduce the work.
That is a materially broader disclosure than an API launch. Model weights let developers operate the checkpoints on their own infrastructure, although models of this size remain expensive to serve. Xiaomi's deployment recipe for Pro recommends distributed inference across multiple nodes and GPUs.
Xiaomi is also rolling out MiMo-V2.6-Pro-UltraSpeed, a hosted serving option that Xiaomi says can generate output at up to 20 times the speed of the standard Pro service at the same model quality. It appears in the commercial catalog as a higher-priced inference tier.
Xiaomi details a six-day reinforcement-learning run
MiMo-V2.6-Pro and Flash each completed 30 reinforcement-learning steps across roughly 750,000 trajectories in fewer than six days, according to Xiaomi's account of the production run.
Each update used 1,568 prompts with 16 rollouts per prompt, producing between 3.5 billion and 3.7 billion training tokens per step. Xiaomi mixed coding, general agent, visual and cybersecurity tasks into the same run instead of training a separate model for each category.
Xiaomi's MiMo team also built graders that compare successful trajectories against one another. A binary test can tell a training system whether an agent completed a task, though it cannot distinguish a concise, reliable solution from a wasteful one that happened to pass. Xiaomi's approach ranks those successful attempts and redistributes the training reward toward higher-quality paths.
Xiaomi says Flash's average pass rate on training tasks increased 25% in relative terms, while Pro improved 12%. On DeepSWE v1.1, a held-out software-engineering test, Xiaomi reports Flash rising from 48.8 to 65.68 and Pro moving from 58.4 to 72.57. Those results come from Xiaomi's own evaluation and have yet to be independently reproduced.
The published benchmark table is mixed enough to be useful. MiMo-V2.6-Pro trails several closed models on ProgramBench, Terminal Bench 4.0 and exploit-generation tests. It performs more competitively on automation, visual coding and some long-horizon agent evaluations. Xiaomi says Pro scored 46.32 on version 4.3 of the Artificial Analysis Intelligence Index, placing it ahead of other open models included in that comparison.
Benchmark leadership can move with a new test suite, grading change or competing release. Xiaomi's stronger evidence is the combination of accessible model repositories, architecture details and reported training methods. Developers can examine the models rather than accepting a leaderboard graphic as the entire product.
Xiaomi extends MiMo distribution beyond its own products
Xiaomi says the V2.6 series retains the standard API prices used for MiMo-V2.5. The model cards also list availability through Xiaomi AI Studio, MiMo Desktop and MiMo Code.
OpenRouter lists Pro and Flash with a 1.05-million-token context allowance and provides access through its unified API.
The release follows Xiaomi's June 29th publication of MiMo-V2.5 under the MIT license. In that announcement, Xiaomi said it published the earlier model weights and worked with chip manufacturers, inference frameworks and agent-framework vendors on adaptation and distribution.
Xiaomi's MiMo team is betting that reinforcement learning on tasks with machine-checkable outcomes can push open models forward faster than another round of general instruction tuning. Xiaomi is also distributing the models through its own software products and pricing the standard services at V2.5 levels.
MiMo-V2.6 still leaves developers with practical work. Serving the open weights requires substantial hardware, Xiaomi's benchmark claims need outside replication, and UltraSpeed's performance claim depends on the hosted implementation. Engineers now have model repositories, model cards and a technical report they can inspect.