---
title: "kimi-k2.5 API — Prezzi e Specifiche Kimi | RunAPI"
url: "https://runapi.ai/it/models/kimi/k2.5.md"
canonical: "https://runapi.ai/it/models/kimi/k2.5.md"
locale: "it"
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} dalla famiglia %{model} tramite RunAPI. Prezzi per chiamata, nessun abbonamento e le generazioni fallite non vengono mai addebitate.

## Pricing

**$0.020** per 1K tokens

Le generazioni fallite non vengono addebitate

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

### L&#39;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 Kimi variants:

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