XiaomiOpen-weight·1050K context· params

MiMo-V2.5xiaomi/mimo-v2-5

MiMo-V2.5 is a native omnimodal model by Xiaomi. It delivers Pro-level agentic performance at roughly half the inference cost, while surpassing MiMo-V2-Omni in multimodal perception across image and video understanding...

Cheapest blended:$0.17 / 1M tokenson Xiaomi MiMo · 1 provider listed

Pricing across providers

Sort by:
ProviderInput /1MOutput /1MBlended /1MLatency p50FormatFreshnessAction
Xiaomi MiMo
mimo-v2.5
$0.14$0.28$0.17OpenAI-compatibleNeeds 19d agoTry →

Affiliate disclosure: We may earn a commission from qualified signups. Pricing independence is enforced at the data layer — see our Editorial Independence Policy.

Works with

Point any of these clients at a hosting's base URL — they all speak at least one of this model's endpoint protocols (OPENAI_COMPATIBLE).

Capabilities

Code samples

Example using Xiaomi MiMo — the cheapest hosting for this model as of last verification. Swap base_url and model to use a different provider from the matrix above.

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://api.xiaomimimo.com/v1",
)

response = client.chat.completions.create(
    model="mimo-v2.5",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)

Technical specs

Context
1050K
Max output
131K
Parameters
Release
Training cutoff
License

Similar models

Compare with

  • MiMo-V2.5 vs ERNIE 4.5 VL 424B A47B
    Comparison planned — not yet published
  • MiMo-V2.5 vs GLM 4.5V
    Comparison planned — not yet published
  • MiMo-V2.5 vs GLM 4.6V
    Comparison planned — not yet published

Frequently asked

How much does MiMo-V2.5 cost?+
The cheapest public hosting is $0.17 per 1M blended tokens on Xiaomi MiMo. 1 total providers are listed above with per-input / per-output / cached pricing.
Is MiMo-V2.5 open-source? Can I fine-tune it?+
Yes. MiMo-V2.5 is open-weight under the unspecified license. Weights are available on Hugging Face for local inference, fine-tuning, and commercial use (see license for specific terms).
Is MiMo-V2.5 OpenAI-compatible?+
Most listed hostings expose an OpenAI-compatible API, so you can point an existing openai SDK client at the Provider's base_url and use the Provider's model name. See the Code Samples above for a copy-pasteable example.
What's the maximum context window for MiMo-V2.5?+
The model supports up to 1,050,000 tokens of context (input + output). Some hosted versions may impose a smaller limit — check the "Context" column in the pricing matrix for each provider.