> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/zh/getting-started/copilot/choose-a-model.md).

# 选择模型

如何选择由哪个模型运行 Copilot 聊天、各模型适合什么，以及在哪里设置新聊天默认使用的模型。

Copilot 运行在语言模型上，而且你可以选择使用哪一个。它会读取你的请求、规划工作，并与你交流。哪种图像或视频模型生成媒体是一个单独的设置，在提示栏中的“模型偏好设置”下。

## 这些模型

| 模型          | 适用于                 |
| ----------- | ------------------- |
| 自动          | 为每项任务选择最佳模型。默认值     |
| Sonnet 4.6  | 适合大多数任务的均衡智能与速度     |
| Grok 4.5    | 适用于日常任务的快速、直接的回复    |
| GPT 5.6 Sol | 适用于复杂、多步骤任务的深度推理    |
| Fable 5.1   | 适合讲故事和构思的富有创意、精致的回复 |

除非你有理由不这样做，否则请保持在“自动”上。GPT 5.6 Sol 和 Fable 5.1 需要付费方案。部分模型已列出但呈灰色；这些目前还不能选择。

## 为聊天选择一个

1. 打开 [Copilot](https://studio.morphic.com/chat)
2. 点击提示栏右下角的按钮。它先显示模式，再显示模型，所以“自动 · Sonnet 4.6”表示运行在 Sonnet 4.6 上的自动生成
3. 在“模型”下打开下拉菜单并选择一个。勾选标记表示当前激活的模型

这个选择属于该聊天，因此不同聊天可以同时运行在不同模型上，并且会一直保持，直到你更改它。

## 为新聊天设置默认值

1. 打开 [“偏好设置”](https://studio.morphic.com/settings/preferences)
2. 在“默认聊天模式”旁边，打开下拉菜单
3. 在那里选择“模型”下的模型，以及“模式”下的模式

新聊天将从该模型开始。更改一个聊天的模型不会更改默认值。

这就是你在 Morphic 中选择模型的方式。大多数工作使用“自动”就可以；当某个聊天需要更快速度或更多推理时，再手动选择一个。

***

如果您遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意为您提供帮助。请写信至 [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/zh/getting-started/copilot/choose-a-model.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.
