All ModelschatMiMo v2.5

MiMo v2.5

by XiaomiPremium

Try on Kunya
X
chat

MiMo v2.5

Native omnimodal model — Pro-level agentic performance at half the cost, with image & video understanding and 1M context

Model ID:mimo-v2.5

API Documentation

Generate chat completions with this model.

POST/api/v1/chat/completions
GET /api/v1/models?type=chat
Request body
{
  "model": "mimo-v2.5",
  "messages": [
    {
      "role": "user",
      "content": "Hello!"
    }
  ],
  "stream": false,
  "thinking": true
}
cURL example
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}'

Notes

  • OpenAI-compatible endpoint — works with any Kunya API key.
  • Set `"stream": true` for server-sent events.
  • Supports vision: pass image URLs in message content as `{ "type": "image_url", "image_url": { "url": "..." } }`.
  • Supports tool calling via the `tools` parameter.

Pricing

Input$0.1365 per 1M tokens
Output$0.364 per 1M tokens
Context Window1049K

Capabilities

Streaming Yes
Vision Yes
Reasoning Yes
Tool Use Yes
ProviderXiaomi
Try on Kunya

Similar Models

Kimi K2.5

Moonshot

State-of-the-art visual coding and agentic tool-calling with multimodal reasoning

API Documentation

Kimi K2.6

Moonshot

Legacy — superseded by Kimi K2.7 Code (routes to moonshotai/kimi-k2.7-code).

API Documentation

Claude Sonnet 4.6

Anthropic

Previous Sonnet — strong speed and intelligence balance

API Documentation

Claude Opus 4.6

Anthropic

Hybrid reasoning model with 1M context, top-tier coding and agentic performance

API Documentation