MiMo-V2.5-Pro
By Xiaomi. 1.02 trillion parameters, a context window of 1,050,000 tokens and the licence mit.
Facts
- Released
- 2026-04-27 the day the repository was first published on Hugging Face Hugging Face, read
- Licence
- mit the licence the model card declares Hugging Face, read
- Open weights
- Yes the weights are published in this Hugging Face repository Hugging Face, read
- Parameters
- 1.02 trillion counted from the safetensors weight files Hugging Face, read
- Active parameters
- 29.6 billion estimate estimated from the expert counts and sizes in the configuration model configuration, read
- Knowledge cutoff
- Unknown
- Context window
- 1,048,576 tokens the maximum position embeddings in the model configuration model configuration, read
- 1,050,000 tokens the context length OpenRouter lists OpenRouter, read
- Longest output
- 131,072 tokens the largest output OpenRouter's first provider allows OpenRouter, read
- Tool calling
- Yes the chat template in the tokenizer configuration accepts tool definitions Hugging Face, read
- Yes OpenRouter lists tools among the supported parameters OpenRouter, read
- Structured output
- Yes OpenRouter lists structured outputs among the supported parameters OpenRouter, read
- Reasoning controls
- Yes OpenRouter lists reasoning controls OpenRouter, read
- Inputs and outputs
- text in, text out Hugging Face, read
- Good for
- Reasoning: OpenRouter lists reasoning controls for it OpenRouter, read
Prices
| Provider | Input | Output | Context | As of | Source |
|---|---|---|---|---|---|
| GMICloud through OpenRouter | 0.304 USD | 0.609 USD | 1,050,000 | OpenRouter endpoints, read | |
| DeepInfra through OpenRouter | 0.390 USD | 1.17 USD | 1,048,576 | OpenRouter endpoints, read | |
| AtlasCloud through OpenRouter | 0.435 USD | 0.870 USD | 1,024,000 | OpenRouter endpoints, read | |
| Pioneer direct | 0.435 USD | 0.870 USD | 1,050,000 | older than 30 days; check the provider | models.dev, read |
| Xiaomi through OpenRouter | 0.435 USD | 0.870 USD | 1,048,576 | OpenRouter endpoints, read | |
| DigitalOcean through OpenRouter | 0.480 USD | 1.80 USD | 262,144 | OpenRouter endpoints, read | |
| Novita through OpenRouter | 0.480 USD | 0.960 USD | 1,048,576 | OpenRouter endpoints, read | |
| NovitaAI direct | 0.522 USD | 1.04 USD | 1,048,576 | older than 30 days; check the provider | models.dev, read |
| StreamLake through OpenRouter | 0.522 USD | 1.04 USD | 1,000,000 | OpenRouter endpoints, read | |
| Vultr direct | 0.550 USD | 1.65 USD | 1,048,576 | older than 30 days; check the provider | models.dev, read |
| Deep Infra direct | 1.00 USD | 3.00 USD | 1,048,576 | older than 30 days; check the provider | models.dev, read |
| Hugging Face direct | 1.00 USD | 3.00 USD | 1,048,576 | older than 30 days; check the provider | models.dev, read |
Run it on your own hardware
Weights are the sizes of the files a source lists, or an estimate from the parameter count where none does. Memory is an estimate: weights plus KV cache plus 512 MiB and 5 percent of the weights for runtime buffers. Check it against your hardware.
| Quantization | Weights | Memory at 8,192 tokens | Memory at 32,768 tokens |
|---|---|---|---|
| UD-IQ1_M | 283 GiB | 301 GiB | 311 GiB |
| UD-IQ2_XXS | 295 GiB | 314 GiB | 324 GiB |
| UD-IQ2_M | 295 GiB | 314 GiB | 324 GiB |
| UD-Q2_K_XL | 315 GiB | 335 GiB | 345 GiB |
| UD-IQ3_S | 352 GiB | 373 GiB | 383 GiB |
| UD-IQ3_XXS | 384 GiB | 407 GiB | 417 GiB |
| UD-Q3_K_M | 428 GiB | 453 GiB | 463 GiB |
| UD-Q3_K_XL | 428 GiB | 454 GiB | 463 GiB |
| UD-IQ4_NL | 467 GiB | 494 GiB | 504 GiB |
| UD-Q4_K_S | 548 GiB | 579 GiB | 589 GiB |
| MXFP4_MOE | 569 GiB | 601 GiB | 611 GiB |
| UD-Q4_K_M | 586 GiB | 619 GiB | 629 GiB |
| UD-Q4_K_XL | 588 GiB | 621 GiB | 631 GiB |
| UD-Q5_K_S | 664 GiB | 701 GiB | 711 GiB |
| UD-Q5_K_M | 706 GiB | 745 GiB | 755 GiB |
| UD-Q5_K_XL | 707 GiB | 746 GiB | 756 GiB |
| UD-Q6_K | 788 GiB | 832 GiB | 841 GiB |
| UD-Q6_K_XL | 865 GiB | 912 GiB | 922 GiB |
| Q8_0 | 1,013 GiB | 1,067 GiB | 1,077 GiB |
| UD-Q8_K_XL | 1,026 GiB | 1,081 GiB | 1,091 GiB |
| BF16 | 1,906 GiB | 2,005 GiB | 2,015 GiB |
Start it with a local runtime
- Ollama
ollama run hf.co/unsloth/MiMo-V2.5-Pro-GGUF:UD-IQ1_M - LM Studio
lms get unsloth/MiMo-V2.5-Pro-GGUF lms server start - llama.cpp server
llama-server -hf unsloth/MiMo-V2.5-Pro-GGUF:UD-IQ1_M --jinja - vLLM
vllm serve XiaomiMiMo/MiMo-V2.5-Pro - SGLang
sglang serve --model-path XiaomiMiMo/MiMo-V2.5-Pro --port 30000
Use it from your harness
Set up for DeepInfra with the model XiaomiMiMo/MiMo-V2.5-Pro. Each endpoint page has the same setup for its own address.
OpenCode
Put this in opencode.json in your project folder:
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"deepinfra": {
"npm": "@ai-sdk/openai-compatible",
"name": "DeepInfra",
"options": {
"baseURL": "https://api.deepinfra.com/v1/openai",
"apiKey": "{env:DEEPINFRA_TOKEN}"
},
"models": {
"XiaomiMiMo/MiMo-V2.5-Pro": {
"name": "MiMo-V2.5-Pro",
"limit": {
"context": 1050000,
"output": 131072
}
}
}
}
}
}- OpenCode reads any OpenAI-compatible address through the @ai-sdk/openai-compatible package, and an address that speaks the Responses API through @ai-sdk/openai.
From OpenCode documentation, read .
Pi
Put this in ~/.pi/agent/models.json:
{
"providers": {
"deepinfra": {
"baseUrl": "https://api.deepinfra.com/v1/openai",
"api": "openai-completions",
"apiKey": "$DEEPINFRA_TOKEN",
"models": [
{
"id": "XiaomiMiMo/MiMo-V2.5-Pro"
}
]
}
}
}- The apiKey field can name an environment variable as $NAME.
From Pi documentation, read .
Codex
Codex speaks only the Responses API, and DeepInfra documents no Responses address. A gateway that offers one can sit in between.
- Codex speaks the Responses API only: responses is the one supported wire API of a custom provider. Ollama and LM Studio are built in and start with --oss.
From Codex documentation, read .
Claude Code
Put this in ~/.claude/settings.json, or variables in your shell:
export ANTHROPIC_BASE_URL="https://api.deepinfra.com/anthropic"
export ANTHROPIC_AUTH_TOKEN="$DEEPINFRA_TOKEN"
export ANTHROPIC_MODEL="XiaomiMiMo/MiMo-V2.5-Pro"
claude- Claude Code sends Anthropic Messages requests to ANTHROPIC_BASE_URL. Anthropic says it does not support routing Claude Code to models other than Claude through any gateway, so some features may not work with another model.
From Claude Code documentation, read .
Other ways to reach it
- Hugging Face, model
XiaomiMiMo/MiMo-V2.5-Pro - NovitaAI, model
xiaomimimo/mimo-v2.5-pro - Pioneer, model
XiaomiMiMo/MiMo-V2.5-Pro - Vultr, model
XiaomiMiMo/MiMo-V2.5-Pro - OpenRouter, model
xiaomi/mimo-v2.5-pro
Published results
These are results other people published. Baltor did not run them and does not rank models by them.
- Results the maker published on the model card published by XiaomiMiMo Hugging Face, read
- Artificial Analysis Intelligence Index: 26 published by Artificial Analysis OpenRouter, read
- Artificial Analysis Coding Index: 60.2 published by Artificial Analysis OpenRouter, read
- Artificial Analysis Agentic Index: 21.3 published by Artificial Analysis OpenRouter, read
Sources of this page
- huggingface.co/api/models/XiaomiMiMo/MiMo-V2.5-Pro, read
- huggingface.co/XiaomiMiMo/MiMo-V2.5-Pro/raw/main/config.json, read
- huggingface.co/api/models/unsloth/MiMo-V2.5-Pro-GGUF/tree/main, read
- openrouter.ai/api/v1/models/xiaomi/mimo-v2.5-pro-20260422/endpoints, read
- openrouter.ai/api/v1/models, read
- models.dev/api.json, read
Paid links
No link in this directory is a paid link or an ad, and no listing is paid for. The order and the contents of every list come from the sources named on this page.