> 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/zhipu.md).

# 智譜 ZhiPu

智譜 AI 嘅 **GLM** 系列（包括多模態 GLM-4V），國內直連、中文表現好。智譜喺 Cherry Studio 入面走 **Anthropic 相容端點**，所以除咗普通對話之外，亦可用於 **Cherry Agent**。

## 取得 API Key

* 打開智譜開放平台嘅 [API Keys 頁面](https://open.bigmodel.cn/apikey/platform)（需先註冊／登入）
* 新建並複製一個 API Key

## 喺 Cherry Studio 入面配置

1. 打開 Cherry Studio 嘅 [模型服務設定](/docs/zhong-wen-fan-ti/pre-basic/providers/providers.md)，喺內置列表搵到 **ZhiPu（智譜）**
2. 填入頭先攞到嘅 API Key
3. 撳 **獲取模型列表**，加入你需要嘅 GLM 模型，打開右上角服務商開關就可以使用

{% hint style="info" %}
智譜模型自帶 **聯網搜尋** 功能，具體以模型是否支援為準。更多平台文件見 [智譜官方文件](https://docs.bigmodel.cn/)。
{% 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/zhipu.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.
