---
title: "mimo-v2.5 API — MiMo Preise & Spezifikationen"
url: "https://runapi.ai/de/models/mimo/v2.5.md"
canonical: "https://runapi.ai/de/models/mimo/v2.5.md"
locale: "de"
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

Nutze mimo-v2.5 aus der MiMo-Familie über RunAPI. Preis pro Aufruf, kein Abo – fehlgeschlagene Generierungen werden nie berechnet.

## 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


Fehlgeschlagene Generierungen werden nicht berechnet

## 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": "Fasse diesen Bericht zusammen, nenne die wichtigsten Punkte und formuliere eine klare Antwort."
    }
  ]
}
```

## 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

### Wie wähle ich %{variant} aus?

Übergib die im Quickstart angezeigte Modell-ID.

### Sind die Preise nutzungsbasiert?

Ja. Preise werden pro Aufruf oder Einheit gemessen.


## Related

Other MiMo variants:

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