# Xiaomi spent $3M to train MiMo-V2.6-Pro 1T-A42B and it is now out as an open weights model.

> Source: <https://promptcube3.com/en/threads/9581/>
> Published: 2026-09-23 16:12:03+00:00

# Xiaomi spent $3M to train MiMo-V2.6-Pro 1T-A42B and it is now out as an open weights model.

I have been digging into the technical report for this release because the transparency on their RL training runs is actually wild. They've released a whole family here: the Pro version is the heavy hitter, the Flash version is for efficiency, and there is a Pro-UltraSpeed version that supposedly hits 20x faster output without losing quality. The big thing is that these are natively omnimodal, which puts Xiaomi in a very interesting spot compared to the usual "AI Tigers" in China.

## How did they scale the RL compute?

The most interesting part of the MiMo-V2.6-Pro development is how they handled the Reinforcement Learning phase. They didn't just throw GPUs at it; they scaled across three specific axes that I think other devs should look at if they are trying to optimize their own training loops.

First, they pushed throughput with a fully asynchronous architecture. We are talking about 1,568 samples per update, training at a 1M context length, and hitting 3.5 to 3.7B tokens per step. That is a massive amount of data moving through the system.

Second, they used a multi-task training suite. Instead of just focusing on one area, they mixed coding, visual, cyber, and general agent tasks across several harnesses. The goal here was to make sure gains in one area actually reinforced the other capabilities.

Finally, they increased their grader compute. By using relative comparison within each group, they managed to get more precise reward signals for long-horizon RL tasks. This effectively closed a self-improvement loop that steers the model toward shorter paths and uses fewer tokens to complete a task.

## What actually gets open sourced?

Xiaomi is promising to open source the tooling and environments, though they are holding onto the full 7k+ task datasets for now. If you are looking for the specific recipes, here is what is coming:

- **Coding/Software Engineering:** These include the code recipes, dataset loader, and rewards.
- **Cyber/Vulnerability:** They are releasing the ARVO environment and the training recipe.
- **General Knowledge:** This covers the general environment, tools, and training recipe.
- **Visual/Web Dev:** You get the web-development environment and the grading system.
- **Music:** Data preparation and the music scorer are included.
- **Infrastructure:** They are releasing the agent configurations (composable mini-harnesses) and the mimoagent environments (shared environment adapters).

[Next Gradual Disempowerment is a more realistic existential risk than most people realize →](https://promptcube3.com/en/threads/9572/)

## All Replies （1）

Want a live back-and-forth? [Join the global AI chat room](https://promptcube3.com/en/chat/) — login to talk.

Relieved they finally dropped this. I've been waiting for the Pro-UltraSpeed version since my last project lagged out on slower inference.
