by XiaomiPremium
MiMo v2.5
Native omnimodal model — Pro-level agentic performance at half the cost, with image & video understanding and 1M context
mimo-v2.5Generate chat completions with this model.
/api/v1/chat/completionsGET /api/v1/models?type=chat{
"model": "mimo-v2.5",
"messages": [
{
"role": "user",
"content": "Hello!"
}
],
"stream": false,
"thinking": true
}curl -X POST https://kunya.ai/api/v1/chat/completions \
-H "Authorization: Bearer kunya_YOUR_API_KEY" \
-H "Content-Type: application/json"
-d '{"model":"mimo-v2.5","messages":[{"role":"user","content":"Hello!"}],"stream":false,"thinking":true}'Moonshot
State-of-the-art visual coding and agentic tool-calling with multimodal reasoning
API DocumentationMoonshot
Legacy — superseded by Kimi K2.7 Code (routes to moonshotai/kimi-k2.7-code).
API DocumentationAnthropic
Hybrid reasoning model with 1M context, top-tier coding and agentic performance
API Documentation