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 nameMiMo-V2.5-Pro
API IDmimo-v2.5-pro
Model vendorXiaomi
TypeText model (chat / completions)
Context window1M tokens
Max output128K tokens
Image inputno
Tokenator usage multiplier1.7×
Input modalitiestext
Aliasescursor-mimo-v2.5-pro
Supported API formats/v1/chat/completions /v1/responses /v1/messages
Upstream providers1
Current statusavailable
Data updated2026-08-04

Benchmarks

Intelligence index42.2
Coding index60.2
Agentic index29.1

Artificial Analysis data loaded into the catalog for this model.

Upstream providers

ProviderMultiplier
AiPartners Ltd1.7×

A request goes to the first available provider by priority; if it fails, Tokenator switches to the next one.

Example request

curl
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.

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.