> 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/jp/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://2982589234-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://2982589234-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/jp/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.
