> 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/advanced-basic/chat/model-compare-branches.md).

# 多模型对比与消息分支

多模型对比适合处理没有唯一答案的问题，例如方案评审、文案方向和资料交叉检查。消息分支则让你从某个节点尝试另一条路线，不必复制整段对话。

## 同时比较多个模型

{% stepper %}
{% step %}

### 1. 打开【对话】并点击模型名称

在模型选择器中勾选要比较的模型。第一次使用前，应先确认这些模型所属的服务都能正常连接。
{% endstep %}

{% step %}

### 2. 发送同一个问题

把评价标准写进问题，例如“从可执行性、风险和成本三个角度比较”。不要只问“哪个更好”。
{% endstep %}

{% step %}

### 3. 比较差异，而不是只挑最长的答案

重点看事实是否一致、假设是否明确、遗漏了什么，以及哪一项更符合你的限制。重要事实仍要回到原资料核对。
{% endstep %}
{% endstepper %}

<figure><img src="/files/nAVKvMi2ID3xbSjnfz4h" alt="对话中的模型选择器和多个模型入口"><figcaption><p>从模型选择器选择多个模型，再用同一个问题比较差异。</p></figcaption></figure>

{% hint style="warning" %}
一次选择多个模型会分别发起请求。涉及费用、速度或敏感资料时，先用短问题确认连接和效果，再处理长材料。
{% endhint %}

## 从消息创建分支

找到想重新探索的那条消息，打开消息菜单并选择分支操作。新分支会保留此前上下文，之后的消息与原路线分开记录。使用分支管理器可以在不同路线之间切换、比较和返回。

也可以在分支画布中创建一个空分支。空分支创建后会立即保存，重启应用后仍会保留，并继续停留在分支画布；下一次在输入框发送内容时，该分支会被填入。暂时不需要的空分支，可从节点的右键菜单中删除。

<figure><img src="/files/EX56Y94aXEDOMJX5CfIQ" alt="分支管理器中两条对话分支和六个消息节点"><figcaption><p>分支管理器同时保留上线前检查清单和快速试点两条路线。</p></figcaption></figure>

图中：① 分支节点与当前路径；② 用户、助手、当前路径和已停用路径的图例。示例中保留了“上线前检查清单”和“快速试点”两条路线，共 2 个分支、6 个消息节点。

### 应用案例：评审两个发布方案

先让模型找出方案中的风险和缺口，再从同一条回复分别追问“补充上线前检查清单”和“改为快速试点角度评估”。打开分支管理器后，两条路线会并排保留，可以分别继续追问，也可以随时回到另一条路线核对结论。

<details>

<summary>什么时候不适合开多个模型？</summary>

只是查一个明确事实、整理短文本，或材料包含不宜发送给多个服务商的内容时，使用单模型更合适。

</details>

<details>

<summary>分支会修改原来的消息吗？</summary>

不会。分支从选定节点继续，原路线仍然保留，可以随时返回。

</details>


---

# 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/advanced-basic/chat/model-compare-branches.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.
