---
title: "kimi-k2.5 API — Preços e Especificações Kimi | RunAPI"
url: "https://runapi.ai/pt-BR/models/kimi/k2.5.md"
canonical: "https://runapi.ai/pt-BR/models/kimi/k2.5.md"
locale: "pt-BR"
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

Use %{variant} da família %{model} via RunAPI. Preços por chamada, sem assinatura, e gerações com falha não são cobradas.

## Pricing

**$0.020** per 1K tokens

Gerações com falha não são cobradas

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

### Como seleciono %{variant}?

Envie o ID de modelo mostrado no quickstart.

### O preço é por uso?

Sim. O preço é medido por chamada ou unidade.


## Related

Other Kimi variants:

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