Skip to content

MiMo V2.5 Pro

MiMo V2.5 Pro is the Pro tier of Xiaomi's MiMo v2.5 family, a Mixture-of-Experts (MoE) reasoning model built for agentic workflows, software engineering, and long-horizon tasks. It supports a context window of 1.1M tokens and 131K tokens max output tokens.

ReasoningTool UseVision (Image)File InputImplicit Caching
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'xiaomi/mimo-v2.5-pro',
prompt: 'Why is the sky blue?'
})

About MiMo V2.5 Pro

MiMo V2.5 Pro is the Pro variant in Xiaomi's MiMo v2.5 family, released April 22, 2026 under the MIT license. Compared to the standard tier, Pro activates a larger share of a larger parameter pool per token, which raises reasoning depth at higher per-token cost.

Like the rest of the line, MiMo V2.5 Pro uses a Mixture-of-Experts (MoE) stack with hybrid attention. Sliding-window and full attention combine in a fixed ratio, which cuts KV-cache storage versus dense attention at the same sequence length. Three multi-token prediction (MTP) blocks raise output tokens per inference step. The full window of 1.1M tokens fits long agent traces, repos, or document sets.

MiMo V2.5 Pro supports reasoning, tool calling, file input, vision, and implicit prompt caching. Call it through xiaomi via AI Gateway. For lower-cost everyday work, see mimo-v2.5.