MiMo-V2.6-Pro via the Tokenator API
What the model is for
MiMo-V2.6-Pro is the flagship foundation model developed by Xiaomi. Built at a scale of over 1T parameters, it is designed to push the ceiling of capability for the most demanding workloads. The model features a 1M-token context window and native multimodal capabilities. Optimized for agentic workflows, it delivers top-tier performance across coding, visual, general, and research scenarios, excelling at complex, long-horizon tasks with robust generalization across a diverse range of agent harnesses.
Specification
| Full name | MiMo-V2.6-Pro |
| API ID | mimo-v2.6-pro |
| Model vendor | Xiaomi |
| Type | Text model (chat / completions) |
| Context window | 1.05M tokens |
| Max output | 131.1K tokens |
| Image input | no |
| Tokenator usage multiplier | 1.7× |
| Input modalities | text |
| Aliases | cursor-mimo-v2.6-pro |
| Supported API formats | /v1/chat/completions /v1/responses /v1/messages |
| Upstream providers | 1 |
| Current status | available |
| Data updated | 2026-09-21 |
Upstream providers
| Provider | Multiplier |
|---|---|
| Unified LLM API | 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.6-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, Cherry Studio, DeepSeek Harness, Hermes, Pi, OpenClaw.
See also
FAQ about MiMo-V2.6-Pro
What is the API ID of MiMo-V2.6-Pro?
mimo-v2.6-pro — put this into the model field of your request.
What context window does MiMo-V2.6-Pro have?
1.05M tokens; max output is 131.1K 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.