Xiaomi Releases MiMo-V2.6 as a 9B Open Agent Anyone Can Run
Xiaomi's MiMo team distilled a 9B agentic model from Qwen3.5 that posts big gains on coding, terminal, and tool-use benchmarks.
- Xiaomi released MiMo-V2.6-Distill-Qwen-9B, an MIT-licensed agentic SFT of Qwen3.5-9B.
- SWE-bench Pro climbs from 32.0 to 44.6; AutomationBench jumps from 5.0 to 30.3.
- Trained on 77.4B tokens (27.2B loss-bearing) across code, cyber, general agent, and visual data.
- Multimodal image-text-to-text with an explicit thinking mode and dedicated MiMo reasoning parser.
- Runs on vLLM, SGLang, Transformers, and Docker; 32 community quantizations already published.
- Positioned as a starting checkpoint for open research in agentic reinforcement learning.
Xiaomi distills its MiMo agent into a 9B checkpoint
Xiaomi’s MiMo team has released MiMo-V2.6-Distill-Qwen-9B, a supervised fine-tune of Qwen3.5-9B trained on trajectories generated by the larger MiMo-V2.6 stack. The team positions the checkpoint as an open baseline for research into coding agents, tool use, visual coding, cybersecurity, and agentic reinforcement learning.
The release lowers the hardware and training barrier for teams studying agents. Xiaomi reports substantial gains over the original 9B base on several multi-step benchmarks, while the model remains small enough for single-GPU deployment under suitable memory, context, and quantization settings.
Distillation targets the action loop
Agentic models operate inside a loop: they choose an action or tool call, read the resulting observation, and decide what to do next. MiMo-V2.6-Distill-Qwen-9B learns those patterns from trajectories produced by a larger teacher. An external agent harness still needs to expose tools, execute calls, return observations, and enforce permissions.
- Base model: Qwen3.5-9B
- Training method: supervised fine-tuning on MiMo-generated data
- Inputs and outputs: images and text in, text out
- Precision: BF16 weights
- License: MIT
- Thinking mode: configurable through chat-template arguments
- Serving options: SGLang, vLLM, Transformers, and Docker Model Runner
Automation and cyber scores move most
Xiaomi reports improvements on all seven listed benchmarks, with the largest gains appearing in automation, cybersecurity, job tasks, and repository-level software engineering.
| Benchmark | Qwen3.5-9B | MiMo distill | Change |
|---|---|---|---|
| SWE-bench Verified |
This story is for Pro members
You've reached the end of the free preview. Upgrade to AlphaSignal Pro to read the full article - and everything else behind the paywall.