MiMo V2.5 Pro
ChatNot available
Best base pricing among frontier models. 1.02T total, 42B active (MoE with hybrid-attention). Surpasses GPT-5.5 on SWE-Bench Pro.
- Context
- 1.05Mtokens
- Max output
- 131Ktokens
- Latency
- ~18ms
- Released
- 2026-04-22
Pricing
$ / 1M tokensInput
$0.435/M
Output
$0.87/M
Cache Read
$0.0036/M
Cache Write
$0.435/M
Capabilities
5 listed- Chat
- Tool Use
- Reasoning
- Coding
- Analysis
Code examples
POST /v1/chat/completionspython
from openai import OpenAI
client = OpenAI(
api_key="your_api_key",
base_url="https://api.modelstack.cc/v1",
)
response = client.chat.completions.create(
model="mimo-v2.5-pro",
messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)Related models
More from Xiaomi
Frequently asked questions
How is MiMo V2.5 Pro billed on ModelStack?expand_more
ModelStack bills based on actual request usage. Input, output, cache, and any other applicable rates follow the live pricing table on this page. Final request costs are available in the console.
What are the context window and maximum output for MiMo V2.5 Pro?expand_more
MiMo V2.5 Pro has a 1.05M context window and supports up to 131K of output.
How can I call MiMo V2.5 Pro through ModelStack?expand_more
Use the model ID `mimo-v2.5-pro` with any OpenAI-compatible SDK pointed at the ModelStack API — see the code examples above for Python, Node.js, and cURL.
Which capabilities does MiMo V2.5 Pro support?expand_more
MiMo V2.5 Pro supports: Chat, Tool Use, Reasoning, Coding, Analysis.