Xiaomi MiMo / mimo/mimo-v2.6-pro

MiMo V2.6 Pro - access through LLMTR

The flagship of the MiMo 2.6 line for long context, multi-step tool use and complex software work. It accepts text, image, audio and video input. Thinking is on by default and can be turned off with the `:fast` suffix. Priced the same as `mimo/mimo-v2.5-pro`.

Technical specifications

Canonical IDmimo/mimo-v2.6-pro
ProviderXiaomi MiMo
Context window1,000,000 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext, image, audio, video

Pricing

An 8% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
CHAT_COMPLETIONSstartingcatalog$0.003600

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions   -H "Authorization: Bearer llmtr-your_key"   -H "Content-Type: application/json"   -d '{"model":"mimo/mimo-v2.6-pro","messages":[{"role":"user","content":"Hello"}]}'

Related models