XiaomiReleased on Apr 22, 2026

MiMo-V2.5: API Pricing, Context Window & Benchmarks

MiMo-V2.5 is a language model from Xiaomi, released in April 2026, with multimodal input, a 1.0M-token context window, and pricing from $0.400/M input and $2.00/M output.

MiMo-V2.5 is Xiaomi's native omnimodal sparse Mixture-of-Experts model with 310B total parameters, 15B activated parameters, and a 1M-token context window. Built on the MiMo-V2-Flash backbone, it adds dedicated vision and audio encoders

Input
TextImageAudioVideo
Output
Text

MiMo-V2.5 benchmarks

Rankings

Quality Tracker

MiMo-V2.5 Performance Across Datasets

Scores sourced from the model's scorecard, paper, or official blog posts

LLM Stats Logollm-stats.com - Sat Jul 18 2026
Notice missing or incorrect data?

MiMo-V2.5 pricing

Providers

MiMo-V2.5 starts at $0.168 per million input tokens and $0.336 per million output tokens via Novita. See all 2 providers below with their per-token pricing, latency, throughput, and modality support.

ProviderInput $/MOutput $/MWorkload 1M + 100KContext in / outTTFT p50 / p95 sOutput avg / p5 c/sSuccess 7dModalities in / out
Novita logoNovita
$0.168$0.336$0.2021.0M/131.1K
1.08/1.08
328/328
40.00%(45)
/
DeepInfra logoDeepInfra
$0.400$2.00$0.600262.1K/131.1K
0.52/1.75
233/54
100.00%(61)
/

Workload cost uses 1M input tokens plus 100K output tokens at published list prices without assuming a cache hit. Cached input is the discounted price for prompt tokens served from a provider cache. TTFT is time to first token. Output is characters per second; p5 is the sustained floor exceeded by 95% of observed requests. Success is calculated from completed versus failed requests over the trailing seven days.

Loading chart...
Loading chart...
Loading chart...

MiMo-V2.5 model size

MiMo-V2.5 has 310.8 billion parameters and was trained on 48 trillion tokens. See how it compares to other models in the same parameter range.

ParametersTraining tokens
310.8BMoE
48Ttokens
154× tokens-to-params ratio
Frontier (200B+)
310.8B
1B7B70B405B

MiMo-V2.5 context window

Input and output token limits for MiMo-V2.5, plus how it ranks on long-context understanding.

InputOutput
1.0Mtokens
131Ktokens
1.6k pages of text
1.0M
8K128K1M

MiMo-V2.5 API

POST/v1/chat/completions

Run a request to see the response

Use it in your code

Billed at $0.40 input / $2.00 output per 1M tokens through the LLM Stats gateway.

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://gateway.llm-stats.com/v1"
)

response = client.chat.completions.create(
    model="mimo-v2.5",
    messages=[
        {"role": "user", "content": "What is machine learning?"}
    ]
)

print(response.choices[0].message.content)

Need an API key? Create one above in the playground, or read the API documentation.

MiMo-V2.5 latency

MiMo-V2.5 time to first token, sustained output throughput, and failed-request rate from live API traffic over the trailing 7 days.

Provider operational metrics

Time to first token, output throughput, and failed-request rate from live API traffic

Loading chart...
Loading chart...
Loading chart...

MiMo-V2.5 examples

Recent arena outputs from MiMo-V2.5, picked from the highest-ranked matchups.

MiMo-V2.5 license

MiMo-V2.5 is released under the MIT license, which permits commercial use, has 310.8B parameters.

License
MIT
Commercial use allowed
Parameters
310.8B

MIT License - allows commercial use

MiMo-V2.5 resources

Official sources for MiMo-V2.5: official playground, official launch post, model weights.

MiMo-V2.5 vs other models

The most-compared alternatives to MiMo-V2.5 are Claude Opus 4.6, Gemini 3 Pro, Gemini 3 Flash. Open any pair side-by-side for benchmarks, pricing, context, and latency.

Models like MiMo-V2.5

Models ranked just above and below MiMo-V2.5 by LLM Stats score.

 

Claude Opus 4.6

Score pending
 

Gemini 3 Pro

Score pending
 

Gemini 3 Flash

Score pending
 

Gemma 4 31B

Score pending
 

Kimi K2.6

Score pending
 

GPT-5

Score pending

FAQ

Common questions about MiMo-V2.5.

When was MiMo-V2.5 released?

MiMo-V2.5 was released on April 22, 2026 by Xiaomi. This is the official MiMo-V2.5 release date tracked on LLM Stats.

How much does MiMo-V2.5 cost?

MiMo-V2.5 costs $0.40 per million input tokens and $2.00 per million output tokens through the LLM Stats API, which works with any OpenAI-compatible SDK. Across tracked providers, the lowest price is $0.17 per million input tokens via Novita.

Is MiMo-V2.5 available via API?

Yes. MiMo-V2.5 is available through the LLM Stats API and works with any OpenAI-compatible SDK — point your client at the gateway base URL and pass the model name. It is served by 2 providers tracked on LLM Stats.

How big is MiMo-V2.5?

MiMo-V2.5 has 310.8 billion parameters. It was trained on 48.0 trillion tokens. It ships as an open-weight model, so you can download and run it on your own hardware.

Who created MiMo-V2.5?

MiMo-V2.5 was created by Xiaomi.

What is the license for MiMo-V2.5?

MiMo-V2.5 is released under the MIT license. This is an open-source / open-weight license that permits self-hosting.

Is MiMo-V2.5 multimodal?

Yes, MiMo-V2.5 is multimodal and can accept both text and images as input.

What is MiMo-V2.5 latency?

MiMo-V2.5 p95 time to first token is 1.08 seconds via Novita over the trailing 7 days. Lower time to first token means the model begins responding sooner for chat, agents and API workloads.

Where can I use MiMo-V2.5?

MiMo-V2.5 is available through 2 providers including Novita, DeepInfra.

Where is the MiMo-V2.5 paper or technical report?

MiMo-V2.5 has a paper or technical report available at https://mimo.xiaomi.com/mimo-v2-5/. Use that source for architecture, training, release and evaluation details.

What models should I compare MiMo-V2.5 against?

Common MiMo-V2.5 comparisons include MiMo-V2.5 vs Claude Opus 4.6, MiMo-V2.5 vs Gemini 3 Pro, MiMo-V2.5 vs Gemini 3 Flash. Compare them side by side for benchmark scores, pricing, context window, latency and API availability.