Introduction
Open-weights artificial intelligence is now at a crossroads where getting more intelligence for money determines the feasibility of production. The development of native omnimodal architectures together with scalable reinforcement learning is a recipe for establishing a transparent environment for model improvement. Making a foundation model work as an engine of both creation and analysis makes it possible for modern systems to merge textual reasoning with spatial, musical, visual, and code execution. What is essential about such models is that using groupwise agentic grading gives a way to get sophisticated reward signals, which help models to tune their complicated tool-using strategies without getting stuck in binary reward schemes. Alongside with using special optimization algorithms to guarantee training stability, open-weights models deliver frontier execution for much lower costs than those of proprietary APIs.
MiMo-V2.6 is one of the milestones in this direction – it occupies the top of world leaderboards among open-source projects and also has affordable API prices. This technology presents a single unified baseline that combines post-training reinforcement learning, open environment verifiers, and native multimodal perception.
What is MiMo-V2.6?
MiMo-V2.6 refers to an omni-native sparse mixture-of-experts (MoE) foundation model family that is purposefully designed to advance the frontier of intelligence based on inference and training costs. The model can process text, high-res images, videos, and raw audio inside a single context window of 1M tokens. MiMo-V2.6 uses reinforcement learning with large compute on multiple domains in agent-based environments to perform end-to-end tasks.
Model Variants
- MiMo-V2.6-Pro / Pro-RL: The premier MoE model with 1.02T parameter count in total with 42B parameters per token with routing to 384 experts (8 experts per token). Structured with 70 layers (one dense layer initially and 69 MoE blocks) and hidden dimension of 6,144, it has been designed for deep reasoning and long-horizon software engineering. It can be downloaded in safetensors form from a 524GB file after spending $2.62M on post-training RL compute.
- MiMo-V2.6-Flash / Flash-RL: The efficiency-balanced MoE variant featuring 309B/310B total parameters with 15 Billion active parameters per token across 256 routed experts (8 active per token). Built with 48 Transformer layers (1 dense + 47 MoE blocks) and a hidden dimension of 4,096, it delivers near-flagship agentic performance at a significantly reduced compute footprint ($0.85M RL post-training cost) and is available as a 159GB safetensors file.
- MiMo-V2.6-Distill-Qwen-9B: A compact 9B parameter dense image-text-to-text model fine-tuned from Qwen3.5-9B via Supervised Fine-Tuning (SFT) on 77.4 Billion synthetic tokens (27.2B loss-bearing tokens) generated directly by MiMo-V2.6. Balanced across coding , general agents, visual coding, and cybersecurity, it brings high-efficiency agentic capabilities to resource-constrained edge deployments.
Use Cases of MiMo-V2.6
- Making Animated 3D Scenes & Working with Robots: It can convert any type of written text, photo, or video into a 3D object, something functional in Blender. This is achieved by simplifying complex modeling and programming processes associated with robotics and gives one a real-time feedback on things happening to robots in 3D.
- Music Composition, UI Design & Multimedia Editing: It performs music composition and produces MIDI files people can work with on DAWs, produces UI design screens via Figma, and voice recordings. All of this make the creative work easier and gives independent creators a chance to compete with major companies by taking control of their audio-visual content.
- Materials development and theoretical proofs validation: Reads complex patents and literature and configures its computer programs in order to search applications of materials in the green industry while acting with active agents and generating codes for formal proofs of mathematical theorems—this enables minimizing costs of laboratory testing and patent-approving processes for scientific researchers and obtaining a pulpit for formal proofs generator.
- High Throughput Production Hosting Using Block Diffusion Speculation: Makes use of the block diffusion speculative decode along with the optimization of the inference engine in order to considerably increase the speed of the production of the output without compromising on accuracy.
- Agentic Backbone Distillation for Scalable Enterprise Swarm Deployment: Derives the lightweight agentic backbone from multimodal agentic trajectories in software engineering, general agents, visual design, and cybersecurity and enhances it with domain-specific reinforcement learning, enabling enterprises to deploy very accurate autonomous agent swarms at extremely low cost.
How does MiMo-V2.6 Work?
MiMo-V2.6 uses a hybrid sparse MoE backbone, unique omnimodal encoders, and a multi-stage training pipeline specifically for reinforcement learning scale that does not destabilize model representations. The backbone consists of alternating Local Sliding Window Attention (SWA) with Global Attention (GA). To ensure stable early representation learning, the first block of Transformers is designed with global attention using a dense Feed-Forward Network (FFN), while all other blocks use sparse MoE FFN without sharing any experts. Local SWA shrinks Key-Value (KV) cache memory overhead by 6× to 7×, while attention sink biases are learnable to ensure long-context coherence up to 1M tokens.

source- https://huggingface.co/XiaomiMiMo/MiMo-V2.6-Pro-RL/resolve/main/MiMo_V2_6_technical_report.pdf
Visual and audio signals are analyzed using specialized encoding streams. Vision utilizes MiMo-ViT, which is a 681M parameters' Vision Transformer with alternating row-major and column-major SWA tokenization along with spatial 2x2 merge. Audio analysis consists of two stages: AudioTokenizer (308M parameters), which includes 20 RVQ codebooks at 25Hz, and Audio Patch Encoder (127M parameters), which includes grouping every four frames to decrease token frequency to 6.25Hz. Mid-training context length has been increased from 32K → 256K → 1M. For weight optimization, AdamW method is being replaced by Muown (variant of Muon method with row-norm optimization) to ensure high data efficiency and avoid spectral norm drift and loss spikes during large batch training.

source- https://huggingface.co/XiaomiMiMo/MiMo-V2.6-Pro-RL/resolve/main/MiMo_V2_6_technical_report.pdf
The post-training procedure utilizes 'You Only RL Once' methodology by employing an asynchronous Group Relative Policy Optimization (GRPO) process on a batch of various tasks (coding, general agents, visual design, cybersecurity, context following) of size G=16 (25,000 rollouts per step). It is important to note that MoE routers remain frozen during the process of RL training. This ensures that there is no issue with router drift or expert-load collapse, which used to increase coefficient of variation from 0.78 to 2.0 and maximum expert load from 6x to 16x. The efficiency of post-RL training is improved via Multi-Prefix Multi-Teacher On-Policy Distillation (MOPD^2) using autonomous student rollouts along with prefix-conditioned single-turn rollouts. The Sample Mixer architecture manages extreme execution variances (up to 90× token length and 66× duration variance) through Adaptive Scheduling and Predictive Dispatch.
Performance Evaluation with Other Models
On the Artificial Analysis Intelligence Index v4.3, the performance score of MiMo-V2.6-Pro comes out to be 46.32, marking it as the best-performing open-source foundation model in the world. This model beats open-weights contenders like Kimi K3 and Qwen3.8 Max, and keeps up well with the top-performing proprietary frontier models like Claude Opus 5 and GPT-5.6 Sol. The main importance of the performance is in the intelligence-to-cost ratio because the model performs at the top level and offers the same cheap API cost as V2.5 generation.
On the DeepSWE v1.1 benchmark for long-horizon software engineering agents shown in Table below, MiMo-V2.6-Pro scores 71.9, whereas MiMo-V2.6-Flash scores 67.9. This shows a massive rise of 52.9 points from the previous generation MiMo-V2.5-Pro. In this case, MiMo-V2.6-Pro beats Claude Fable 5 and stands on par with top-performing proprietary models like Claude Opus 5, GPT-5.6 Sol, and DeepSeek V4.1 Flash. The main importance of the performance is that scaling agentic reinforcement learning compute directly results in better repository-level debugging and autonomous multi-file editing.

source- https://huggingface.co/XiaomiMiMo/MiMo-V2.6-Pro-RL/resolve/main/MiMo_V2_6_technical_report.pdf
In terms of general agential workflow processes, MiMo-V2.6 excels in SaaS API orchestration through AutomationBench v1.0.6 and performs best in command line problem-solving through Terminal Bench 2.1, Model Context Protocol integration on Toolathlon-Verified, and economic wealth generation through GDPVal 2.1 among the open-weights benchmarks. In specific task fields, the model family achieves outstanding results in cybersecurity vulnerability replication through CyberGym and front-end visual coding through MiMo VisualCoding. Although there is a notable lag in performance in the field of competitive programming through ProgramBench and offensive exploit creation through ExploitGym, MiMo-V2.6 demonstrates the effectiveness of multi-task reinforcement learning in transferring tool-use skills into different agent environments.
How to access and use MiMo-V2.6?
Model weights, training logs and codebase of MiMo-V2.6 are completely open-sourced with MIT license. Developers and researchers can have access to the model checkpoints through the Hugging Face and ModelScope repositories . Models can be served using popular inference engines like vLLM or SGLang in an offline environment. For local run, hardware specifications depend on variant. Live telemetry, technical documentations and web demos can be found at the official website from Xiaomi.
Limitations
The technical report documents several real-world infrastructure failure modes encountered during 1,000+ GPU RL training runs. These include hardware-level GPU memory double-bit errors (DBE), grader network unreachability, partial-rollout memory pool exhaustion, and expert-parallel activation Out-Of-Memory (OOM) spikes caused by up to 30x load imbalances across ranks prior to freezing routers. Host CPU OOM bottlenecks during trajectory packing also presented challenges.
Potential Architectural Advancements & Future Directions
In the pursuit of further advancing on the concept of omnimodal reinforcement learning, could future developments in this model include an entropy-aware, adaptively-controlled process for unfreezing routers post-freezing in the learning process? Through the combination of the localization of gradient values and dynamic expert load balancing, it is possible to incorporate this strategy, which would allow for the late adaptation of routers without the problems associated with experts load collapsing and activation memory spiking in large rollout clusters.
Also, in order to tackle host memory constraints in the trajectory packing process, could the adoption of a zero-copy, GPU-based memory pool in the sample dispatching pipeline be achieved, thus enabling continuous streamlining of multimodal rollouts? Lastly, could it be possible to unify visual and audio encoding processes in one cross-modal latent space?
Conclusion
From MiMo-V2.6, one can see that increasing reinforcement learning compute post-training across different verifier backed environments helps to get model capability improvements faster compared to increasing data pre-training. MiMo-V2.6 shows that it is capable of achieving frontier-level execution of tasks in software engineering, 3D creations, and tool orchestration. Xiaomi is an auditable foundation for autonomous agents.
Sources
https://mimo.xiaomi.com/mimo-v2-6
https://huggingface.co/XiaomiMiMo/MiMo-V2.6-Pro-RL/resolve/main/MiMo_V2_6_technical_report.pdf
https://huggingface.co/collections/XiaomiMiMo/mimo-v26
https://huggingface.co/XiaomiMiMo/MiMo-V2.6-Pro-RL
https://huggingface.co/XiaomiMiMo/MiMo-V2.6-Flash-RL
https://huggingface.co/XiaomiMiMo/MiMo-V2.6-Distill-Qwen-9B
Disclaimer - This article is intended purely for informational purposes. It is not sponsored or endorsed by any company or organization, nor does it serve as an advertisement or promotion for any product or service. All information presented is based on publicly available resources and is subject to change. Readers are encouraged to conduct their own research and due diligence.



















