> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/pre-basic/providers/moonshot.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/pre-basic/providers/moonshot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
