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

MiMo V2.6 Pro UltraSpeed - access through LLMTR

The faster-output variant of MiMo 2.6 Pro, built for real-time interaction and latency-sensitive work. Its per-token price is ten times that of MiMo 2.6 Pro; when speed is not the constraint, `mimo/mimo-v2.6-pro` costs less.

Technical specifications

Canonical IDmimo/mimo-v2.6-pro-ultraspeed
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.036000

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

Related models