MiMo-V2.5-Pro via the Tokenator API
What the model is for
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.
Specification
| Full name | MiMo-V2.5-Pro |
| API ID | mimo-v2.5-pro |
| Model vendor | Xiaomi |
| Type | Text model (chat / completions) |
| Context window | 1M tokens |
| Max output | 128K tokens |
| Image input | no |
| Tokenator usage multiplier | 1.7× |
| Input modalities | text |
| Aliases | cursor-mimo-v2.5-pro |
| Supported API formats | /v1/chat/completions /v1/responses /v1/messages |
| Upstream providers | 1 |
| Current status | available |
| Data updated | 2026-08-04 |
Benchmarks
| Intelligence index | 42.2 |
| Coding index | 60.2 |
| Agentic index | 29.1 |
Artificial Analysis data loaded into the catalog for this model.
Upstream providers
| Provider | Multiplier |
|---|---|
| AiPartners Ltd | 1.7× |
A request goes to the first available provider by priority; if it fails, Tokenator switches to the next one.
Example request
curl https://api.tokenator.top/v1/chat/completions \ -H "Authorization: Bearer sk-your-tokenator-key" \ -H "Content-Type: application/json" \ -d '{ "model": "mimo-v2.5-pro", "messages": [{"role": "user", "content": "Hello"}] }'
Compatible tools
The model can be used in any tool that accepts a custom base URL: Claude Code, Codex CLI, OpenCode, Cursor, Cline, Kilo Code, OpenClaw.
See also
FAQ about MiMo-V2.5-Pro
What is the API ID of MiMo-V2.5-Pro?
mimo-v2.5-pro — put this into the model field of your request.
What context window does MiMo-V2.5-Pro have?
1M tokens; max output is 128K tokens.
How many tokens will a request cost?
(input + output) × 1.7×. See the documentation for details.
Which tools support this model?
Any tool that accepts a custom base URL: Claude Code, Codex CLI, OpenCode, Cursor, Cline, Kilo Code. Setup guides are in the integrations section.