> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bytespike.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# kimi-k2-6

> Moonshot Kimi K2.6 —— 长上下文中文 LLM，128K token 上下文窗口。通过 OpenAI Chat Completions 协议调用。

`kimi-k2-6` 是 Moonshot 的长上下文旗舰 —— 中文任务表现强，**128K token 上下文窗口**。

## 定价

| 输入          | 缓存读取        | 输出          |
| ----------- | ----------- | ----------- |
| \$0.95 / 1M | \$0.16 / 1M | \$4.00 / 1M |

缓存写入按输入费率计费。实时价格见 [pricing table](https://bytespike.ai/pricing#text)。

## Protocols

| Protocol                | 路径                                                  |
| ----------------------- | --------------------------------------------------- |
| OpenAI Chat Completions | `POST https://llm.bytespike.ai/v1/chat/completions` |

## Quickstart

```bash theme={null}
curl https://llm.bytespike.ai/v1/chat/completions \
  -H "Authorization: Bearer $BYTESPIKE_API_KEY" \
  -H "content-type: application/json" \
  -d '{
    "model": "kimi-k2-6",
    "messages": [{ "role": "user", "content": "Hello, ByteSpike." }]
  }'
```

## Capabilities

| 能力                       | 支持            |
| ------------------------ | ------------- |
| Chat Completions         | ✅             |
| Streaming (SSE)          | ✅             |
| Tools / function calling | ✅             |
| JSON mode                | ✅             |
| Vision (image input)     | —             |
| 长上下文                     | ✅ 128K tokens |
| 上下文窗口                    | 128K tokens   |

## 何时使用

* **长文档中文 QA** —— 128K 上下文，用于大文档审阅。
* **CN 区域多文档综合** —— Kimi 最擅长的维度。
* **长上下文工作负载** —— 放心把长 prompt 丢给它。

## 下一步

* [claude-opus-4-8](/zh/models/claude-opus-4-8) —— Anthropic 旗舰备选
* [gemini-3-5-flash](/zh/models/gemini-3-5-flash) —— 1M 上下文备选
