What is MiMo-V2-Flash?
mainMiMo-V2-Flash is a Mixture-of-Experts (MoE) language model optimized for high-speed reasoning and agentic workflows. It balances long-context modeling with inference efficiency through several architectural innovations:
- Hybrid Attention Architecture: Uses a 5:1 ratio of Sliding Window Attention (SWA) to Global Attention (GA) with a 128-token window, reducing KV-cache storage by ~6x.
- Multi-Token Prediction (MTP): A lightweight module (0.33B params/block) that triples output speed during inference.
- Large Context: Supports up to 256k sequence length.
- Agentic Performance: Optimized via Multi-Teacher On-Policy Distillation (MOPD) and agentic RL for tasks like SWE-Bench.