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

# 模型

Morphic 上每个模型的擅长领域，以及何时选择它。

Morphic 可路由到多种模型。这些页面介绍了在特定场景下每个模型值得选择的原因。

* [Seedance 2.5](/docs/zh/models/seedance-2.5.md)：当前大多数视频工作的默认选择
* [Seedance 2.0](/docs/zh/models/seedance-2.0.md)：上一代产品，仍然适用于某些风格
* [ChatGPT Images 2.0](/docs/zh/models/chatgpt-images-2.0.md)：具有很强提示词遵循度的图像生成
* [Happy Horse 1.0](/docs/zh/models/happy-horse-1.0.md)：一种独特的风格选项

***

如果您遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意为您提供帮助。请写信至 [**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/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.
