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

# ChatGPT 图像 2.0

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

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

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

<figure><img src="/files/7e12cccabbae8fe82cc4b84e26f85698a7b11c6f" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/abfc9e2bcb96877b8a66c5b676c431bb934aaf3c" alt=""><figcaption></figcaption></figure>

4. 输入你的提示，描述你想要生成的内容
5. （可选）如果你想编辑现有图像而不是从头生成，请上传一张参考图像
6. 点击“生成”

### 获得更好效果的提示

| 要这样做                                        | 不要这样做                 |
| ------------------------------------------- | --------------------- |
| 将你想要的准确文本放在引号中，例如“OPEN LATE”或“Summit Roast” | 不要给文本加引号，然后希望模型把它拼写正确 |
| 为文本放置添加空间方向说明（“居中靠上”、“左下角”）                 | 跳过位置说明，并假设模型会自己猜测     |
| 先在提示开头写明视觉风格，再写主体（“一张关于……的逼真 35mm 照片”）      | 先把所有内容都描述完，再顺带提一下风格   |
| 指定一种真实的照明设置（“左侧柔和的窗光”、“自然荧光照明”）             | 说“光线很好”，或者完全不提        |
| 上传一张用于编辑的参考图像，并说明哪些要改、哪些保持不变                | 试着凭记忆描述一张现有图像，而不是上传它  |

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


---

# 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/mo-xing/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.
