---
title: "kimi-k2.5 API — Kimi 料金・仕様 | RunAPI"
url: "https://runapi.ai/ja/models/kimi/k2.5.md"
canonical: "https://runapi.ai/ja/models/kimi/k2.5.md"
locale: "ja"
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

RunAPI から %{model} ファミリーの %{variant} を利用できます。従量課金、サブスクリプション不要、失敗した生成は課金されません。

## Pricing

**$0.020** per 1K tokens

失敗した生成は課金されません

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

### %{variant} はどう選択しますか？

quickstart に表示されるモデル ID を渡してください。

### 料金は従量課金ですか？

はい。呼び出しまたは単位ごとの従量課金です。


## Related

Other Kimi variants:

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