---
title: "kimi-k2.6 API — Kimi : tarifs et spécifications | RunAPI"
url: "https://runapi.ai/fr/models/kimi/k2.6.md"
canonical: "https://runapi.ai/fr/models/kimi/k2.6.md"
locale: "fr"
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

Utilisez %{variant} de la famille %{model} via RunAPI. Tarification à l&#39;appel, sans abonnement, et les générations échouées ne sont jamais facturées.

## Pricing

**$0.020** per 1K tokens

Les générations échouées ne sont pas facturées

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

### Comment sélectionner %{variant} ?

Passez l&#39;ID de modèle affiché dans le quickstart.

### Les tarifs sont-ils à l&#39;usage ?

Oui. Les tarifs sont mesurés par appel ou par unité.


## Related

Other Kimi variants:

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