MiMo V2.6 Pro UltraSpeed

MiMo V2.6 Pro UltraSpeed
Xiaomi · Text Generation
POST /v1/chat/completions

High-throughput build of the trillion-parameter flagship, matching its full-modality reasoning while generating output substantially faster.

At a glance

FieldValue
Model idmimo-v2-6-pro-ultraspeed
Model release date2026-09-22
Input modalitiesText, Image, Video, Audio
Output modalitiesText
Context window1M
Weight precision-
Max output tokens131,072
Featuresreasoning, agentic, vision, audio_in, function_calling, structured_output
Native inferenceNo
NewYes
Structured outputJSON Schema
Supported endpointsPOST /v1/chat/completions
Alternate model idsmimo-v2.6-pro-ultraspeed, mimo/v2.6-pro-ultraspeed, xiaomi/mimo-v2.6-pro-ultraspeed

Pricing

ChargeSpecRate
Inputper 1M prompt tokens$21.75
Outputper 1M generated tokens$43.50

Example request

curl https://api.empiriolabs.ai/v1/chat/completions \
-H 'Authorization: Bearer $EMPIRIOLABS_API_KEY' \
-H 'Content-Type: application/json' \
-d '{"model": "mimo-v2-6-pro-ultraspeed", "messages": [{"role":"user","content":"Hello"}]}'

Parameters

ParameterTypeRequiredDefaultDescription
enable_thinkingbooleannotrueEnable extended thinking mode. Slower but improves reasoning-heavy tasks.
temperaturenumberno0.7Sampling temperature. 0 = deterministic, 2 = maximum randomness. · Range: 0 – 2
top_pnumberno0.9Nucleus sampling probability mass. Lower = more focused. · Range: 0 – 1
max_tokensnumberno4096Maximum tokens in the response. · Range: 1 – 131072
stopstringno-Up to 4 strings where the model will stop generating further tokens.
response_formatenumno-Constrain the output to valid JSON. Use JSON mode for any JSON object, or supply a JSON Schema to force an exact response shape.

Notes

Accepts text, image, video, and audio input and returns text. Thinking is on by default and can be turned off. Priced for latency-sensitive work that needs the flagship at high output speed.


Machine-readable schema: GET https://api.empiriolabs.ai/v1/models/mimo-v2-6-pro-ultraspeed.