> 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 知：**當我冇講明嘅時候，用邊個模型**。

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

## 4 個預設模型分別管啲乜？

### 預設助手模型

* **邊個用**：你新建一個助手但冇指定模型時，會自動用呢度嘅模型
* **點揀**：揀一個你常用、穩定、價錢合理嘅對話模型

### 快速模型

* **邊個用**：所有「輕量、唔需要頂級智能」嘅內部任務，包括：**話題命名**、**搜尋關鍵字提煉**、**匯出訊息時自動起標題**等等
* **點揀**：用**平又快**嘅模型就得，唔使用最強模型

### 翻譯模型

* **邊個用**：對話框 / 繪圖 / 翻譯頁面嘅「一鍵翻譯」功能；[劃詞助手](/docs/zhong-wen-fan-ti/cherry-studio/preview/selection-assistant.md) 入面嘅翻譯操作
* **點揀**：一般對話模型都得；如果中英互譯比較多，DeepSeek 或 Claude 系列效果會較好

## 一句話推薦

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

| 欄位     | 推薦                                        |
| ------ | ----------------------------------------- |
| 預設助手模型 | 你最常用嘅對話模型                                 |
| 快速模型   | 平又快嘅模型                                    |
| 翻譯模型   | 任何識跟指令嘅對話模型都得（亦可以揀專用翻譯模型，例如 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.
