> 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/chatgpt-images-2.0.md).

# ChatGPT Images 2.0

这个模型最擅长什么，以及如何将它用于文字较多的图像和编辑。

Morphic 上的 ChatGPT Images 2.0 让你可以使用 OpenAI 的最新模型从文本生成图像，并编辑现有图像。描述一个产品标签、一张多语言海报或一个应用界面，模型就能正确渲染文字，并呈现逼真的细节。

### 如何在 Morphic 上访问 ChatGPT Images 2.0

1. 在 Morphic 上打开一个新项目或现有项目
2. 在底部提示栏中将模式切换为“Image”

<figure><img src="https://2197859893-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2FQUtcAGPCeHR7WMgrPiVY%2FCleanShot%202026-04-22%20at%2015.49.40.png?alt=media&amp;token=c204d1af-243c-4439-987c-12097d38ca1b" alt=""><figcaption></figcaption></figure>

3. 点击模型选择器并选择“GPT Image 2”

<figure><img src="https://2197859893-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2FF9cjqX3e8zNffurKYbT0%2FCleanShot%202026-04-22%20at%2015.49.59.png?alt=media&amp;token=4d2efbdb-81e5-4fc6-8d0c-6ddd1d4375df" alt=""><figcaption></figcaption></figure>

4. 写下你的提示词，描述你想生成的内容
5. （可选）如果你想编辑现有图像而不是从头生成，请上传参考图像
6. 点击提示栏中的蓝色按钮

### 获得更好效果的技巧

| 要做                                          | 不要                      |
| ------------------------------------------- | ----------------------- |
| 把你想要的准确文本放在引号中，例如“OPEN LATE”或“Summit Roast” | 不加引号地写入文本，并希望模型能拼写正确    |
| 为文本位置添加空间方向说明（“位于顶部居中”、“左下角”）               | 省略位置说明，并假设模型会自己猜        |
| 先在提示词开头写明视觉风格，再写主体（“一张逼真的 35mm 照片……”）       | 先把所有内容都描述完，再把风格作为附带说明补上 |
| 写明真实的布光方案（“来自左侧的柔和窗光”、“自然荧光照明”）             | 只说“光线好”或者干脆省略           |
| 上传一张参考图进行编辑，并描述哪些要改、哪些保持不变                  | 试着凭记忆描述一张现有图像，而不是上传它    |

这就是你在 Morphic 上使用 ChatGPT Images 2.0 的方法。当你的视觉内容需要准确文字、逼真细节，或对现有图像进行编辑而无需从头开始时，就使用它。

***

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