---
title: "mimo-v2.5 API — MiMo : tarifs et spécifications"
url: "https://runapi.ai/fr/models/mimo/v2.5.md"
canonical: "https://runapi.ai/fr/models/mimo/v2.5.md"
locale: "fr"
model: "MiMo"
provider: "Xiaomi"
variant_id: "mimo-v2.5"
sdk_model_id: "mimo-v2.5"
modality: "text"
billing_unit: "1K tokens"
status: "active"
---

# MiMo mimo-v2.5 API

Utilisez mimo-v2.5 de la famille MiMo via RunAPI. Tarification à l'appel, sans abonnement, et les générations échouées ne sont jamais facturées.

## Pricing

### `chat_completion`

- Input: $0.09 / 1M tokens
- Output: $0.18 / 1M tokens
- Cache read: $0.01 / 1M tokens

### `response`

- Input: $0.09 / 1M tokens
- Output: $0.18 / 1M tokens
- Cache read: $0.01 / 1M tokens

### `message`

- Input: $0.09 / 1M tokens
- Output: $0.18 / 1M tokens
- Cache read: $0.01 / 1M tokens


Les générations échouées ne sont pas facturées

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `mimo-v2.5` |
| Provider | Xiaomi |
| Modality | text |
| Task type | synchronous |
| Billing unit | 1K tokens |
| API endpoint | `/v1/chat/completions` |
|  | `/v1/responses` |
|  | `/v1/messages` |
| Status | active |

## Request example

```json
{
  "model": "mimo-v2.5",
  "messages": [
    {
      "role": "user",
      "content": "Résumez ce rapport, identifiez ses points essentiels et rédigez une réponse claire."
    }
  ]
}
```

## API endpoints

Base URL: `https://runapi.ai`

- `POST /v1/chat/completions`
- `POST /v1/responses`
- `POST /v1/messages`

Use the OpenAI or Anthropic SDK with your RunAPI API key and `model: "mimo-v2.5"`.

## FAQ

### Comment sélectionner %{variant} ?

Passez l'ID de modèle affiché dans le quickstart.

### Les tarifs sont-ils à l'usage ?

Oui. Les tarifs sont mesurés par appel ou par unité.


## Related

Other MiMo variants:

- [mimo-v2.5-pro](https://runapi.ai/fr/models/mimo/v2.5-pro.md) — `v2.5-pro` · Input $0.27 / 1M tokens | Output $0.54 / 1M tokens
