---
title: "kimi-k2.6 API — Kimi 요금 및 스펙 | RunAPI"
url: "https://runapi.ai/ko/models/kimi/k2.6.md"
canonical: "https://runapi.ai/ko/models/kimi/k2.6.md"
locale: "ko"
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

RunAPI로 %{model} 패밀리의 %{variant}를 사용하세요. 호출당 요금, 구독 없음, 실패한 생성은 과금되지 않습니다.

## Pricing

**$0.020** per 1K tokens

실패한 생성은 과금되지 않습니다

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

### %{variant}는 어떻게 선택하나요?

quickstart에 표시된 모델 ID를 전달하세요.

### 가격은 사용량 기반인가요?

네. 호출 또는 단위 기준으로 측정됩니다.


## Related

Other Kimi variants:

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