---
title: "kimi-k2.5 API — precios y especificaciones de Kimi | RunAPI"
url: "https://runapi.ai/es/models/kimi/k2.5.md"
canonical: "https://runapi.ai/es/models/kimi/k2.5.md"
locale: "es"
model: "Kimi"
provider: "Moonshot AI"
variant_id: "kimi-k2.5"
sdk_model_id: "kimi-k2.5"
modality: "text"
price_from_cents: 2
billing_unit: "1K tokens"
status: "active"
---

# Kimi kimi-k2.5 API

Usa %{variant} de la familia %{model} mediante RunAPI. Pago por llamada, sin suscripción, y las generaciones fallidas no se cobran.

## Pricing

**$0.020** per 1K tokens

Las generaciones fallidas no se cobran

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `kimi-k2.5` |
| Provider | Moonshot AI |
| Modality | text |
| Task type | synchronous |
| Billing unit | 1K tokens |
| API endpoint | `/v1/chat/completions` |
| Status | active |

## Request example

```json
{
  "model": "kimi-k2.5",
  "messages": [
    {
      "role": "user",
      "content": "Plan and implement a small CLI tool: scaffold the project, write the commands, add tests, and run them until they pass."
    }
  ]
}
```

## API endpoints

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

- `POST /v1/chat/completions`

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

## 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 Kimi variants:

- [kimi-k2.6](https://runapi.ai/es/models/kimi/k2.6.md) — `k2.6` · $0.020
