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

# CherryAI (免费)

**CherryAI** 是 Cherry Studio 官方内置的 **免费模型** 入口——无需自己去第三方平台注册、申请 key，打开就能用上一批免费额度的模型，适合刚上手、想先把功能跑通的用户。

### 在哪里用

打开 `设置 → 模型服务`，在内置列表里找到 **CherryAI** 即可。它已随软件预置，通常无需额外配置；点 **获取模型列表** 就能看到当前可用的免费模型。

### 可用的免费模型

{% hint style="warning" %}
**免费模型阵容是动态的。** 具体有哪些型号、各自的额度与限流，都由 Cherry 服务端实时下发、会不定期调整，**一切以你在软件内点 【获取模型列表】 看到的实际结果为准**。下面几篇只是对部分常见免费模型的说明，不代表当前完整清单。
{% endhint %}

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

若需要更稳定、更强的模型，可选择 [CherryIN](/pre-basic/providers/cherryin-1.md) 或其他 [服务商](/pre-basic/providers.md)。

***

### 获取帮助与提交反馈

如果您在配置或使用过程中遇到任何疑问、Bug 或有功能改进建议，请参考 [反馈与建议](/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/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.
