XiaomiMiMo/MiMo-V2.6-Flash-RL — new model trending #30 on Hugging Face
Xiaomi released MiMo-V2.6-Flash-RL, a 309B omnimodal MoE activating 15B parameters with a 1M-token context.
Xiaomi released MiMo-V2.6-Flash-RL, the efficiency checkpoint of its MiMo-V2.6 series, as open weights on Hugging Face. It is a sparse mixture-of-experts model with 309 billion total parameters, 15 billion activated, a 1 million-token context, and text, image, video, and audio inputs. Xiaomi says one mixed reinforcement-learning run covered coding, agents, vision, and cybersecurity using asynchronous GRPO. Reported Flash scores include 67.9 on DeepSWE v1.1 and 95.1 on CyberGym.
- Sparse MoE: 309B total parameters, 15B activated, 1M-token context.
- Omnimodal inputs cover text, image, video, and audio.
- One mixed RL run spans coding, agents, vision, and cybersecurity.
- Xiaomi reports 67.9 on DeepSWE and 95.1 on CyberGym.
- Asynchronous GRPO uses 1,568 prompts and 16 rollouts per step.
Full article1,304 words · extracted from huggingface.co · click to collapse
<br/><br/>
<div align="center">
<picture>
<source srcset="https://github.com/XiaomiMiMo/MiMo/raw/main/figures/Xiaomi_MiMo_darkmode.png?raw=true" media="(prefers-color-scheme: dark)">
<img src="https://github.com/XiaomiMiMo/MiMo/raw/main/figures/Xiaomi_MiMo.png?raw=true" width="60%" alt="Xiaomi-MiMo" />
</picture>
</div>
<br/>
<div align="center" style="line-height: 1;">
|
<a href="https://huggingface.co/XiaomiMiMo/MiMo-V2.6-Flash-RL" target="_blank">🤗 HuggingFace</a>
|
<a href="https://mimo.xiaomi.com/mimo-v2-6" target="_blank">📰 Blog </a>
|
<a href="https://platform.xiaomimimo.com" target="_blank">🎨 Xiaomi MiMo API Platform </a>
|
<a href="https://aistudio.xiaomimimo.com" target="_blank">🗨️ Xiaomi MiMo Studio </a>
|
<a href="https://mimo.xiaomimimo.com/desktop/" target="_blank">💻 Xiaomi MiMo Desktop </a>
|
</div>
<br/>
<div align="center" style="line-height: 1.2;">
<strong>Community</strong><br/>
<a href="https://huggingface.co/XiaomiMiMo/MiMo-V2.5-Pro/blob/main/assets/wechat.jpg" target="_blank">WeChat Group</a>
|
<a href="https://discord.gg/kKC2kNnQEX" target="_blank">Discord</a>
|
<a href="https://t.me/+3T-I0pekOVIyNDBl" target="_blank">Telegram</a>
|
<a href="https://www.reddit.com/r/XiaomiMiMo_Official/" target="_blank">Reddit</a>
</div>
<br/>
# MiMo-V2.6-Flash-RL
**Scaling Reinforcement Learning Toward Self-Improvement**
<p align="center">
<a href="https://huggingface.co/XiaomiMiMo/MiMo-V2.6-Flash-RL/blob/main/MiMo_V2_6_technical_report.pdf"><b>Technical Report</b></a>
</p>
## 1. Introduction
MiMo-V2.6-Flash-RL is the efficiency-balanced checkpoint of the MiMo-V2.6 series. The series is built to **scale reinforcement learning toward self-improvement** — scaling RL compute, environment diversity, and grader compute together, so the model keeps expanding its capability frontier through exploration and feedback. Key features include:
- **Native Omnimodal + Long Horizon**: Text, image, video, and audio in one model; 1M tokens for long repositories, tool traces, and multi-session agent runs.
- **You Only RL Once**: One mixed RL run across coding, general agents, visual, and cybersecurity — not separate per-domain runs. Tasks and multiple harnesses are mixed in the same batch so capabilities reinforce each other and strategies transfer to harnesses never seen in training.