# MiMo V2.5

> Xiaomi's open-weight (MIT) flagship — multimodal, 1M context, reasoning. Strong agentic and coding work at low cost.

Human version: https://kymaapi.com/models/mimo-v2.5
Live JSON: `GET https://kymaapi.com/v1/models` (no auth required)

## Facts

- **Model ID**: `mimo-v2.5`: pass this as `model` in the request body
- **Creator**: Xiaomi
- **Released**: 2026-08-01
- **Context window**: 1M tokens
- **Max output**: 16K tokens per response, a hard ceiling, not a default
- **Price**: $0.189 in / $0.378 out per 1M
- **Capabilities**: tools, vision, reasoning

## Call it

```bash
curl https://kymaapi.com/v1/chat/completions \
  -H "Authorization: Bearer $KYMA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "mimo-v2.5", "messages": [{"role": "user", "content": "Hello"}]}'
```

## See also

- All models: https://kymaapi.com/models.md
- Pricing: https://kymaapi.com/pricing.md
- Other models by Xiaomi: https://kymaapi.com/models?q=Xiaomi
