XiaomiMiMo

MiMo V2.5

Chat
Not available
Get started

1T total, 42B active (MoE). Pro-level agentic performance at roughly a third of MiMo V2.5-Pro's cost.

Context
1Mtokens
Max output
16Ktokens
Latency
~16ms
Released
2026-02

Pricing

$ / 1M tokens
Input
$0.14/M
Output
$0.28/M
Cache Read
$0.0028/M
Cache Write
$0.14/M

Capabilities

5 listed
  • Chat
  • Tool Use
  • Reasoning
  • Coding
  • Analysis

Code examples

POST /v1/chat/completions
python
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",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)

Related models

Frequently asked questions

How is MiMo V2.5 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?expand_more
MiMo V2.5 has a 1M context window and supports up to 16K of output.
How can I call MiMo V2.5 through ModelStack?expand_more
Use the model ID `mimo-v2.5` 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 support?expand_more
MiMo V2.5 supports: Chat, Tool Use, Reasoning, Coding, Analysis.