MiMo-V2.5 is a native omnimodal model with strong agentic capabilities, supporting text, image, video, and audio understanding within a unified architecture. Built upon the MiMo-V2-Flash backbone and extended with dedicated vision and audio encoders, it delivers robust performance across multimodal perception, long-context reasoning, and agentic workflows. Key features include:
Hybrid Attention Architecture
: Inherits the hybrid design from MiMo-V2-Flash, interleaving Sliding Window Attention (SWA) and Global Attention (GA) with a 5:1 ratio and 128 sliding window. This reduces KV-cache storage by nearly 6× while maintaining long-context performance via learnable attention sink bias.
Native Omnimodal Encoders
: Equipped with a 729M-param Vision Transformer (ViT) featuring hybrid window attention and a dedicated audio encoder initialized from the weights of MiMo-Audio, enabling high-quality image, video, and audio understanding.
Multi-Token Prediction (MTP)
: Three lightweight MTP modules with dense FFNs accelerate inference via speculative decoding and improve RL training efficiency.
Efficient Pre-Training
: Trained on a total of ~48T tokens using FP8 mixed precision. The context window supports up to 1M tokens.
Agentic Capabilities
: Post-training incorporates SFT, large-scale agentic RL, and Multi-Teacher On-Policy Distillation (MOPD), achieving strong performance on agentic tasks and multimodal understanding benchmarks.
Model Summary
Architecture
: Sparse MoE (Mixture of Experts), 310B total / 15B activated parameters
Our audio encoder is initialized from the weights of
MiMo-Audio-Tokenizer
and further finetuned to support high-quality audio understanding.
Configuration
Value
Total Layers
24
SWA Layers
12
Full Attention Layers
12
Sliding Window Size
128
Attention Heads (Q / KV)
16 / 16
Head Dimensions (QK / V)
64 / 64
5. Training Process
MiMo-V2.5 is trained on a total of ~48T tokens.
Text Pre-training
: We collect diverse text data for pre-training the LLM backbone.
Projector Warmup
: Short-duration warmup of multimodal projectors (audio and visual MLP projectors).
Multimodal Pre-training
: High-quality multimodal data collected for large-scale pretraining.
SFT & Agentic Post Training
: Supervised fine-tuning with diverse agentic data. During this stage, the context window is progressively extended from 32K → 256K → 1M.
RL & MOPD Training
: Reinforcement learning for improving perception, reasoning, and agentic capabilities.
6. Deployment
Since inference engines are continuously being updated and optimized, this guide only provides deployment examples for reference. For the best performance, we strongly recommend following our referenced approach to get the latest best practices and optimal performance.
SGLang Deployment
For the best performance, we strongly recommend deploying using this approach, which is officially supported by the SGLang community. Please refer to
SGLang MiMo-V2.5 Cookbook
for the latest deployment guide.
The following is an example of running the model with SGLang, referenced from
sgl-project/sglang#23811
:
For the best performance, we strongly recommend deploying using this approach, which is officially supported by the vLLM community. Please refer to
vLLM MiMo-V2-Flash Cookbook
for the latest deployment guide.
Notifications
Sampling parameters
Recommended sampling parameters:
top_p=0.95
temperature=1.0
Tool-use practice
In the thinking mode with multi-turn tool calls, the model returns a
reasoning_content
field alongside
tool_calls
. To continue the conversation, the user must persist all history
reasoning_content
in the
messages
array of each subsequent request.
MiMo-V2.5-Base huggingface.co is an AI model on huggingface.co that provides MiMo-V2.5-Base's model effect (), which can be used instantly with this XiaomiMiMo MiMo-V2.5-Base model. huggingface.co supports a free trial of the MiMo-V2.5-Base model, and also provides paid use of the MiMo-V2.5-Base. Support call MiMo-V2.5-Base model through api, including Node.js, Python, http.
MiMo-V2.5-Base huggingface.co is an online trial and call api platform, which integrates MiMo-V2.5-Base's modeling effects, including api services, and provides a free online trial of MiMo-V2.5-Base, you can try MiMo-V2.5-Base online for free by clicking the link below.
XiaomiMiMo MiMo-V2.5-Base online free url in huggingface.co:
MiMo-V2.5-Base is an open source model from GitHub that offers a free installation service, and any user can find MiMo-V2.5-Base on GitHub to install. At the same time, huggingface.co provides the effect of MiMo-V2.5-Base install, users can directly use MiMo-V2.5-Base installed effect in huggingface.co for debugging and trial. It also supports api for free installation.