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

# CherryAI（免費）

**CherryAI** 係 Cherry Studio 官方內置嘅 **免費模型** 入口——唔使自己去第三方平台註冊、申請 key，打開就可以用上一批免費額度嘅模型，適合啱上手、想先將功能跑通嘅用戶。

### 喺邊度用

打開 `設定 → 模型服務`，喺內置列表入面搵到 **CherryAI** 就得。佢已隨軟件預置，通常唔使額外配置；撳 **獲取模型列表** 就可以睇到而家可用嘅免費模型。

### 可用嘅免費模型

{% hint style="warning" %}
**免費模型陣容係動態嘅。** 具體有邊啲型號、各自嘅額度同限流，都由 Cherry 服務端實時下發、會不定期調整，**一切以你喺軟件內撳【獲取模型列表】見到嘅實際結果為準**。下面幾篇只係對部分常見免費模型嘅說明，不代表而家完整清單。
{% endhint %}

* [DeepSeek V3.2](/docs/zhong-wen-fan-ti/pre-basic/providers/cherryai/free-deepseek.md)
* [智譜 GLM-4.6V](/docs/zhong-wen-fan-ti/pre-basic/providers/cherryai/free-glm46v.md)
* [智譜 GLM-4.5-Air](/docs/zhong-wen-fan-ti/pre-basic/providers/cherryai/free-glm45air.md)
* [Qwen3-8B](/docs/zhong-wen-fan-ti/pre-basic/providers/cherryai/free-qwen.md)

如果需要更穩定、更強嘅模型，可以揀 [CherryIN](/docs/zhong-wen-fan-ti/pre-basic/providers/cherryin-1.md) 或者其他 [服務商](/docs/zhong-wen-fan-ti/pre-basic/providers.md)。

***

### 攞幫助同提交意見

如果您喺配置或使用過程中遇到任何疑問、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/cherryai.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.
