Skip to content
Dashboard

MiMo V2 Flash

MiMo V2 Flash is Xiaomi's MiMo v2 Flash MoE reasoning model with 309B total parameters and 15B active per forward pass, using hybrid attention and multi-token prediction for inference efficiency. It supports a context window of 262.1K tokens at $0.1 per million input tokens and $0.3 per million output tokens.

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

Playground

Try out MiMo V2 Flash 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 Flash 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
262K
1.3s
116tps
$0.10/M$0.30/M
Read:$0.01/M
Write:—
——
+1
12/16/2025
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
1M
1.6s
58tps
$1.00/M
$3.00/M
Read:
$0.2/M
Write:
—
——
+1
xiaomi logo
03/18/2026

About MiMo V2 Flash

MiMo V2 Flash is a Mixture-of-Experts model from Xiaomi, released December 16, 2025 under the MIT license. Each forward pass activates a fraction of total parameters, which keeps per-token cost down while the full parameter count stores broader knowledge.

The architecture uses hybrid sliding window attention: sliding window and global attention run in a fixed ratio with a 128-token window, which cuts KV-cache storage versus standard attention and makes a window of 262.1K tokens practical. A multi-token prediction (MTP) block enables speculative decoding so generation can run faster during inference.

For benchmark figures and methodology, see https://platform.xiaomimimo.com/#/docs/welcome (listed in the model changelog as the MiMo v2 Flash announcement).

MiMo V2 Flash is text-in, text-out. Call it through xiaomi with AI Gateway; input is $0.1 per million tokens and output is $0.3 per million tokens.

What To Consider When Choosing a Provider

  • Configuration: MoE plus sliding-window attention gives an unusual cost-to-score tradeoff. Track real spend in AI Gateway at your volume; list pricing is $0.1 in and $0.3 out per million tokens.
  • 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 Flash

Best For

  • Software engineering, math, and long-context tasks: You rely on tables on https://platform.xiaomimimo.com/#/docs/welcome (SWE-Bench Verified, LiveCodeBench, AIME-style math, long-context tests)
  • Long-context analysis: Up to 262.1K tokens, including needle-in-haystack-style checks at long lengths
  • Cost-aware deployment: Low active-parameter compute matters next to published benchmark results

Consider Alternatives When

  • Multimodal input required: MiMo V2 Flash is text-in, text-out only
  • MoE hosting constraints: You can't host or route to a large MoE stack, even with a small active count
  • Enterprise support terms: You need support guarantees this SKU doesn't offer
  • Simple classification jobs: A smaller model handles extraction at lower cost and fast enough

Conclusion

MiMo V2 Flash pairs MoE routing, sliding-window attention, and MTP-style decoding for a text window of 262.1K tokens at $0.1/$0.3 per million input/output tokens. See https://platform.xiaomimimo.com/#/docs/welcome for benchmark tables. Use AI Gateway for routing, retries, and usage tracking.