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

MiMo V2.6 Flash - access through LLMTR

The low-cost model of the MiMo 2.6 line for frequently called assistant and agent flows. 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`.

Technical specifications

Canonical IDmimo/mimo-v2.6-flash
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.002800

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-flash","messages":[{"role":"user","content":"Hello"}]}'

Related models