---
title: "mimo-v2.5-pro API — precios y especificaciones de MiMo"
url: "https://runapi.ai/es/models/mimo/v2.5-pro.md"
canonical: "https://runapi.ai/es/models/mimo/v2.5-pro.md"
locale: "es"
model: "MiMo"
provider: "Xiaomi"
variant_id: "mimo-v2.5-pro"
sdk_model_id: "mimo-v2.5-pro"
modality: "text"
billing_unit: "1K tokens"
status: "active"
---

# MiMo mimo-v2.5-pro API

Usa mimo-v2.5-pro de la familia MiMo mediante RunAPI. Pago por llamada, sin suscripción, y las generaciones fallidas no se cobran.

## Pricing

### `message`

- Input: $0.27 / 1M tokens
- Output: $0.54 / 1M tokens
- Cache read: $0.01 / 1M tokens

### `chat_completion`

- Input: $0.27 / 1M tokens
- Output: $0.54 / 1M tokens
- Cache read: $0.01 / 1M tokens

### `response`

- Input: $0.27 / 1M tokens
- Output: $0.54 / 1M tokens
- Cache read: $0.01 / 1M tokens


Las generaciones fallidas no se cobran

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `mimo-v2.5-pro` |
| 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-pro",
  "messages": [
    {
      "role": "user",
      "content": "Resume este informe, identifica sus puntos principales y redacta una respuesta clara."
    }
  ]
}
```

## 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-pro"`.

## FAQ

### ¿Cómo selecciono %{variant}?

Pasa el ID de modelo que aparece en el quickstart.

### ¿El precio es por uso?

Sí. El precio se mide por llamada o unidad.


## Related

Other MiMo variants:

- [mimo-v2.5](https://runapi.ai/es/models/mimo/v2.5.md) — `v2.5` · Input $0.09 / 1M tokens | Output $0.18 / 1M tokens
