---
title: "mimo-v2.5 API — Prezzi e Specifiche MiMo"
url: "https://runapi.ai/it/models/mimo/v2.5.md"
canonical: "https://runapi.ai/it/models/mimo/v2.5.md"
locale: "it"
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

Usa mimo-v2.5 dalla famiglia MiMo tramite RunAPI. Prezzi per chiamata, nessun abbonamento e le generazioni fallite non vengono mai addebitate.

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


Le generazioni fallite non vengono addebitate

## 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": "Riassumi questo testo in cinque punti chiari e proponi un titolo conciso."
    }
  ]
}
```

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

### L'ID del modello resta stabile tra le versioni?

RunAPI mantiene stabile l’ID del modello e gestisce gli aggiornamenti di versione compatibili senza modificare la forma della richiesta.

### Qual è il rate limit di questa variante?

I limiti per chiave scalano in base al tier di utilizzo. Consulta la pagina prezzi per i limiti attuali.

### Posso cambiare variante in seguito?

Sì — la variante è un flag. Puoi cambiarla modificando il parametro model.

### Fa streaming?

Dove lo streaming è disponibile, RunAPI esegue lo streaming end-to-end.

### Dove posso segnalare problemi di qualità?

Apri un issue nel repository GitHub pubblico oppure scrivi all’assistenza.


## Related

Other MiMo variants:

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