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

# CherryAI（無料）

**CherryAI** は Cherry Studio に公式内蔵されている **無料モデル** への入口——自分で第三者プラットフォームに登録して key を申請する必要はなく、開けば一定の無料枠のあるモデルが使えます。初めて使う人や、まず機能を動かしてみたい人に向いています。

### どこで使うか

有効にすると `設定 → モデルサービス`、内蔵リストで見つけて **CherryAI** すればOKです。ソフトにあらかじめ組み込まれており、通常は追加設定は不要です。［ **モデル一覧を取得** ］を押すと、現在利用可能な無料モデルが表示されます。

### 利用可能な無料モデル

{% hint style="warning" %}
**無料モデルのラインナップは動的です。** 具体的にどのモデルがあるか、各モデルの利用枠やレート制限は、すべて Cherry サーバー側からリアルタイムで配信され、定期的に調整されます、**最終的には、ソフト内で［モデル一覧を取得］を押して表示された実際の結果を基準にしてください**。以下はいくつかの一般的な無料モデルの説明にすぎず、現在の完全な一覧を示すものではありません。
{% endhint %}

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

より安定していて、より高性能なモデルが必要なら、 [CherryIN](/docs/jp/pre-basic/providers/cherryin-1.md) または他の [プロバイダー](/docs/jp/pre-basic/providers.md)。

***

### ヘルプの取得とフィードバックの送信

設定または使用中に不明点、バグ、機能改善の提案がある場合は、 [フィードバックと提案](/docs/jp/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/jp/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.
