> 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/settings/default-models.md).

# 預設模型設定

Cherry Studio 喺好多場景下都需要「揀一個模型嚟用下」（比如幫你對對話起名、優化提示詞、做翻譯、生成圖片），唔可能次次都問你「用邊個模型」。「**默認模型設定** 即係話俾 Cherry Studio 知：**當我冇講明嗰陣，用邊個模型**。

> 注意：呢啲係畀「幕後小工」用嘅模型，**同你傾偈用嘅模型可以唔同**。聊天主模型係喺每個助手入面單獨設定嘅。

<figure><img src="/files/c83b85eb7283d9cd88fe956481209d383e442b0b" alt=""><figcaption><p>默認模型（① 係區塊標題）：下方 默認助手 / 快速 / 翻譯 / 繪畫 四個默認模型，各自揀一個</p></figcaption></figure>

## 4 個默認模型分別管咩？

### 默認助手模型

* **邊個用**：當助手冇指定自己嘅模型時，自動用呢度嘅模型
* **點揀**：揀一個你成日用、穩定、價錢合理嘅對話模型

### 快速模型

* **邊個用**：**對話命名**、**搜尋關鍵字提煉** 等等輕量、唔需要頂級智能嘅內部任務
* **點揀**：用 **平又快** 嘅模型就得，建議揀輕量模型，唔建議揀思考模型

### 翻譯模型

* **邊個用**：對話框入面嘅訊息翻譯、翻譯頁；[劃詞助手](/docs/zhong-wen-fan-ti/cherry-studio/preview/selection-assistant.md) 入面嘅翻譯操作
* **點揀**：普通對話模型都得；如果中英互譯多，DeepSeek 或 Claude 系列效果較好

### 繪畫模型

* **邊個用**：圖像生成（繪畫）預設用嘅模型
* **點揀**：揀一個你已經配置好嘅圖像生成模型（例如 qwen-image 系列）

## 一句話推薦

如果唔想細究，照下面填就得：

| 欄位     | 推薦                                         |
| ------ | ------------------------------------------ |
| 默認助手模型 | 你最常用嘅對話模型                                  |
| 快速模型   | 平又快嘅輕量模型                                   |
| 翻譯模型   | 任何可以跟指令做嘢嘅對話模型都得（亦可以揀專用翻譯模型，例如 qwen-mt 系列） |
| 繪畫模型   | 你已經配置好嘅圖像生成模型                              |

唔確定嘅話全部保持預設，用一排之後發現邊個唔夠用，再返嚟調整就得。

***

### 攞幫助同提交意見

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