Models
Xiaomitext
MiMo V2.5
General-purpose MiMo model with 1M context and tiered pricing for longer prompts.
mimo-v2.5Quickstart
Call this model
Chat completion
curl https://inference-api.worldrouter.ai/v1/chat/completions \
-H "Authorization: Bearer your_api_key" \
-H "Content-Type: application/json" \
-d '{
"model": "mimo-v2.5",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'