# Moonshot AI (Kimi)

Moonshot AI 係國內知名大模型團隊，主打產品係 **Kimi**，以 **超長上下文**（最長可達 200 萬字）見長，適合塞大段文檔／程式碼俾 AI 幫你處理。

## 拎 API Key

* 去 [Moonshot 開放平台](https://platform.moonshot.cn/) 註冊帳號
* 入去 `API Key 管理` 建立 `sk-...` 密鑰
* 充值任何金額開通（最低好少）

## 喺 Cherry Studio 設置

* 打開 `設定 → 模型服務`，搵到 **Moonshot AI** Provider 入去詳情頁
* 填入 `sk-...` 密鑰
* API 地址預設 `https://api.moonshot.cn`
* 撳 **獲取模型列表**

## 推薦用法

| 模型                   | 適合場景                 |
| -------------------- | -------------------- |
| `moonshot-v1-8k`     | 短上下文，平又快             |
| `moonshot-v1-32k`    | 中等上下文，日常夠用           |
| `moonshot-v1-128k`   | 長上下文，文檔分析、程式碼 review |
| `kimi-k2-* / k2.5-*` | 最新旗艦，推理能力更強          |

## 適合嘅場景

* **超長 PDF / 文檔分析**：Moonshot 長上下文優勢最明顯
* **大段程式碼 review**：可以一次過塞入完整檔案唔使分拆
* **整本電子書摘要**：長上下文模型慳返手動切片嘅麻煩

{% hint style="info" %}

* Moonshot 嘅「上下文快取」功能可顯著降低重複對話嘅 token 消耗，參考佢官方文檔
* Kimi 喺網頁端有自己嘅對話介面，但透過 Cherry Studio 接入 API 可以用到 Cherry Studio 嘅助手、知識庫、MCP 工具等擴展能力
  {% endhint %}

***

### 💡 獲取幫助同提交反饋

如果您喺配置或使用過程中遇到任何疑問、Bug 或有功能改進建議，請參考 [反饋同建議](/docs/zhong-wen-fan-ti/question-contact/suggestions.md) 入面提供嘅官方渠道。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cherry-ai.com/docs/zhong-wen-fan-ti/pre-basic/providers/moonshot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
