Skip to content
Dashboard

MiMo V2 Pro

MiMo V2 Pro is the Pro variant in Xiaomi's MiMo v2 family with over 1T total parameters and 42B active, built for math, code, and multi-step reasoning within a context window of 1M tokens. It uses a hybrid attention architecture for long-context processing.

Implicit CachingReasoningTool Use
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'xiaomi/mimo-v2-pro',
prompt: 'Why is the sky blue?'
})

Playground

Try out MiMo V2 Pro by Xiaomi. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.

xiaomi logo
xiaomi logo

Ask MiMo V2 Pro anything to try it out.

Providers

Route requests across multiple providers. Copy a provider slug to set your preference. Visit the docs for more info. Using a provider means you agree to their terms, listed under Legal.

Provider
Context
Latency
Throughput
Input
Output
Cache
Web Search
Per Query
Capabilities
ZDR
No Training
Release Date
Xiaomi
1M
1.6s
58tps
$1.00/M
$3.00/M
Read:
$0.2/M
Write:
—
——
+1
03/18/2026
Throughput

P50 throughput on live AI Gateway traffic, in tokens per second (TPS). Visit the docs for more info.

Latency

P50 time to first token (TTFT) on live AI Gateway traffic, in milliseconds. View the docs for more info.

Uptime

Direct request success rate on AI Gateway and per-provider. Visit the docs for more info.

More models by Xiaomi

Model
Context
Latency
Throughput
Input
Output
Cache
Web Search
Per Query
Capabilities
Providers
ZDR
No Training
Release Date
1.1M
0.3s
111tps
$0.14/M$0.28/M
Read:$0.0/M
Write:—
——
+3
deepinfra logo
xiaomi logo
04/22/2026
1.1M
0.3s
56tps
$0.43/M$0.87/M
Read:$0.0/M
Write:—
——
+1
deepinfra logo
xiaomi logo
04/22/2026
262K
1.3s
116tps
$0.10/M$0.30/M
Read:$0.01/M
Write:—
——
+1
xiaomi logo
12/16/2025

About MiMo V2 Pro

MiMo V2 Pro is the Pro variant in Xiaomi's MiMo v2 family, released March 18, 2026. Compared to Flash, Pro trades some throughput for more depth on harder tasks.

Like Flash, MiMo V2 Pro uses a Mixture-of-Experts (MoE) architecture, so each forward pass activates a subset of total parameters and keeps per-token compute in check. The model supports a context window of 1M tokens and uses the same hybrid sliding window attention pattern as the rest of the MiMo v2 line, which cuts KV-cache storage versus full attention.

MiMo V2 Pro fits jobs where reasoning depth matters more than peak tokens per second. It handles multi-step math, code generation, and analytical work. You can call it through xiaomi via AI Gateway.

What To Consider When Choosing a Provider

  • Configuration: MiMo V2 Pro sits at the Pro end of the MiMo v2 lineup. It costs more per token than Flash, but it fits when accuracy matters more than price. Use AI Gateway's cost tracking and model fallback to route easy work to Flash and harder work to Pro.
  • Zero Data Retention: AI Gateway does not currently support Zero Data Retention for this model. See the documentation for models that support ZDR.
  • Authentication: AI Gateway authenticates requests using an API key or OIDC token. You do not need to manage provider credentials directly.

When to Use MiMo V2 Pro

Best For

  • Multi-step reasoning: You care more about accuracy on hard problems than raw throughput
  • Code generation: Architecture design, debugging, and multi-file refactors
  • Math and proofs: Problems that require long logical chains where intermediate reasoning steps matter
  • Long-context work: A window of 1M tokens fits big documents or repos
  • Pro-tier MoE: Over 1T total parameters with 42B active per forward pass

Consider Alternatives When

  • Speed-first simple tasks: The Flash variant fits better when cost and throughput drive the choice
  • Multimodal input required: MiMo V2 Pro is text-in, text-out only
  • Simple classification jobs: A smaller, cheaper model handles extraction at lower cost

Conclusion

MiMo V2 Pro is the Pro pick in Xiaomi's MiMo v2 lineup. Use it for multi-step math, multi-step code, and analytical work. Pair it with Flash through AI Gateway routing so you can balance cost and quality.