Baltor Get started

Models

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

Prices in US dollars per million tokens, as each source lists them
ProviderInputOutputContextAs ofSource
GMICloud through OpenRouter0.304 USD0.609 USD1,050,000OpenRouter endpoints, read
DeepInfra through OpenRouter0.390 USD1.17 USD1,048,576OpenRouter endpoints, read
AtlasCloud through OpenRouter0.435 USD0.870 USD1,024,000OpenRouter endpoints, read
Pioneer direct0.435 USD0.870 USD1,050,000 older than 30 days; check the providermodels.dev, read
Xiaomi through OpenRouter0.435 USD0.870 USD1,048,576OpenRouter endpoints, read
DigitalOcean through OpenRouter0.480 USD1.80 USD262,144OpenRouter endpoints, read
Novita through OpenRouter0.480 USD0.960 USD1,048,576OpenRouter endpoints, read
NovitaAI direct0.522 USD1.04 USD1,048,576 older than 30 days; check the providermodels.dev, read
StreamLake through OpenRouter0.522 USD1.04 USD1,000,000OpenRouter endpoints, read
Vultr direct0.550 USD1.65 USD1,048,576 older than 30 days; check the providermodels.dev, read
Deep Infra direct1.00 USD3.00 USD1,048,576 older than 30 days; check the providermodels.dev, read
Hugging Face direct1.00 USD3.00 USD1,048,576 older than 30 days; check the providermodels.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.

QuantizationWeightsMemory at 8,192 tokensMemory at 32,768 tokens
UD-IQ1_M283 GiB301 GiB311 GiB
UD-IQ2_XXS295 GiB314 GiB324 GiB
UD-IQ2_M295 GiB314 GiB324 GiB
UD-Q2_K_XL315 GiB335 GiB345 GiB
UD-IQ3_S352 GiB373 GiB383 GiB
UD-IQ3_XXS384 GiB407 GiB417 GiB
UD-Q3_K_M428 GiB453 GiB463 GiB
UD-Q3_K_XL428 GiB454 GiB463 GiB
UD-IQ4_NL467 GiB494 GiB504 GiB
UD-Q4_K_S548 GiB579 GiB589 GiB
MXFP4_MOE569 GiB601 GiB611 GiB
UD-Q4_K_M586 GiB619 GiB629 GiB
UD-Q4_K_XL588 GiB621 GiB631 GiB
UD-Q5_K_S664 GiB701 GiB711 GiB
UD-Q5_K_M706 GiB745 GiB755 GiB
UD-Q5_K_XL707 GiB746 GiB756 GiB
UD-Q6_K788 GiB832 GiB841 GiB
UD-Q6_K_XL865 GiB912 GiB922 GiB
Q8_01,013 GiB1,067 GiB1,077 GiB
UD-Q8_K_XL1,026 GiB1,081 GiB1,091 GiB
BF161,906 GiB2,005 GiB2,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

Published results

These are results other people published. Baltor did not run them and does not rank models by them.