MiMo-V2.5-Pro
MiMo-V2.5-Pro is Xiaomi’s flagship model, delivering strong performance in general agentic capabilities, complex software engineering, and long-horizon tasks, with top rankings on benchmarks such as ClawEval, GDPVal, and SWE-bench Pro. It can independently and autonomously complete professional tasks that would take human experts days or weeks, involving more than a thousand tool calls. Its context length of up to 1M makes it well suited for integration with a wide range of agent frameworks.
xiaomi/mimo-v2.5-pro
- Context
- 1M tokens
- Completion cap
- 131,072
- Tools
- Yes
- JSON
- Yes
- Released
- 2026-04-22
Call it from Geek Hub
Same OpenAI SDK. Change the base URL and the model id.
curl https://api.geekhub.mx/v1/chat/completions \
-H "Authorization: Bearer $GEEKHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "xiaomi/mimo-v2.5-pro",
"messages": [{"role": "user", "content": "Hola"}]
}'Get an API keyFrequently asked questions
- What is MiMo-V2.5-Pro?
- MiMo-V2.5-Pro is Xiaomi’s flagship model, delivering strong performance in general agentic capabilities, complex software engineering, and long-horizon tasks, with top rankings on benchmarks such as ClawEval, GDPVal, and SWE-bench Pro. It can independently and autonomously complete professional tasks that would take human experts days or weeks, involving more than a thousand tool calls. Its context length of up to 1M makes it well suited for integration with a wide range of agent frameworks. MiMo-V2.5-Pro runs on the Geek Hub API (OpenAI-compatible). Model id: xiaomi/mimo-v2.5-pro.
- Is MiMo-V2.5-Pro free?
- No. Input is $0.4742 per 1M tokens and output is $0.9484 per 1M tokens on Geek Hub (markup included).
- What is the context length of MiMo-V2.5-Pro?
- MiMo-V2.5-Pro has a 1M tokens context window. It supports up to 131,072 completion tokens.
- Does MiMo-V2.5-Pro support tool calling and structured outputs?
- MiMo-V2.5-Pro accepts tools and tool_choice for function calling. It also supports structured outputs via a JSON schema in response_format.
- When was MiMo-V2.5-Pro released?
- MiMo-V2.5-Pro was released on 2026-04-22.