← All models
Xiaomi
MiMo-V2.6-Pro
NewLive · US + CAtextimagevideoaudioMIT
Xiaomi's flagship omnimodal MoE model, and the top-ranked open-weight model on the Artificial Analysis Intelligence Index.
Price per 1M tokens
Input
$0.43
Cached input
—
Output
$0.87
Priced per model · Same in US and CA · Free tier included · Pricing
AA Index
46
#1 of 14
open models we serve
Specs
- Model id
mimo-v2-6-pro- Weights released
- Sep 22, 2026
- Parameters
- 1.0T total · 42B active
- Architecture
- MoE
- Context
- 1M tokens (1,000,000)
- Input
- text, image, video, audio
- License
- MIT
- Regions
- us, ca
Benchmarks
- Artificial Analysis Intelligence Index46
- SWE-bench Verified78.6%
Sources: huggingface.co · artificialanalysis.ai · venturebeat.com
Use it
Three lines of code, or zero.
OpenAI-compatible. Use the model id below, or auto to let the router decide when this model is worth it.
import os
from openai import OpenAI
client = OpenAI(base_url=os.environ["ST_BASE_URL"], api_key=os.environ["ST_API_KEY"])
resp = client.chat.completions.create(
model="mimo-v2-6-pro",
messages=[{"role": "user", "content": "Hello"}],
)