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

# Kimi kimi-k2.6 API

Nutze %{variant} aus der %{model}-Familie über RunAPI. Preis pro Aufruf, kein Abo – fehlgeschlagene Generierungen werden nie berechnet.

## Pricing

**$0.020** per 1K tokens

Fehlgeschlagene Generierungen werden nicht berechnet

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `kimi-k2.6` |
| 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.6",
  "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.6"`.

## FAQ

### Wie wähle ich %{variant} aus?

Übergib die im Quickstart angezeigte Modell-ID.

### Sind die Preise nutzungsbasiert?

Ja. Preise werden pro Aufruf oder Einheit gemessen.


## Related

Other Kimi variants:

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