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

# CherryAI (Free)

**CherryAI** is officially built into Cherry Studio **free models** entry point — no need to register on a third-party platform or apply for a key yourself; just open it and start using a batch of models with free credits, suitable for users who are just getting started and want to get the features working first.

### Where to use it

After opening `Settings → Model Services`, find it in the built-in list **CherryAI** That's it. It comes preinstalled with the software and usually requires no extra configuration; click **Get model list** to see the currently available free models.

### Available free models

{% hint style="warning" %}
**The free model lineup is dynamic.** The exact models, their respective quotas, and rate limits are all delivered in real time by the Cherry server and are adjusted from time to time,**everything is subject to the actual results you see when you click \[Get model list] in the software**. The following articles are only explanations of some common free models and do not represent the current complete list.
{% endhint %}

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

If you need a more stable and more powerful model, you can choose [CherryIN](/docs/en-us/pre-basic/providers/cherryin-1.md) or other [providers](/docs/en-us/pre-basic/providers.md).

***

### Get help and submit feedback

If you encounter any questions, bugs, or have suggestions for feature improvements during configuration or use, please refer to [Feedback and Suggestions](/docs/en-us/question-contact/suggestions.md) for the official channels provided.


---

# 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/en-us/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.
