GPT-Image-2 reverse API call は production default ではありません。公式 route が存在するため、まず Image API または Responses を使います。 この検索意図には、account pool の手順ではなく、risk、migration、stop rule を返すべきです。
このページは OpenAI が GPT Image 2 のモデルページと価格根拠を公開した後に書き直しました。以前の公開待ち前提は現在の契約ではありません。
要点
| 質問 | 答え |
|---|---|
| Reverse を使う? | 既定では使わない。 |
| 評価可能 | owner、price、support、terms が明確な gateway。 |
| 停止 | session relay、cookie、token harvesting、account pool。 |
公式根拠
| 公式根拠 | 現在の契約 | 出典 |
|---|---|---|
| モデル ID | gpt-image-2 | OpenAI |
| Snapshot | gpt-image-2-2026-04-21 | OpenAI |
| 直接 API | 生成と編集の例は model: "gpt-image-2" を使います。 | ガイド |
| Responses | 主モデルに image_generation tool を付けます。gpt-image-2 は Responses の model ではありません。 | Responses |
| 料金 | image input $8、cached $2、output $30;text input $5、cached $1.25、output $10 / 1M tokens。 | 料金 |
| 見積もり | 1024x1024:$0.006、$0.053、$0.211;縦横例は $0.005、$0.041、$0.165。 | コスト |
公式契約がある以上、reverse route は access 価値ではなく risk 例外です。

アクセス手段からリスク分類へ
以前は公開 route 不明のため reverse が候補になりました。今は fragile、support 困難、account risk、terms 不明という運用負債です。
| ルート | 使う場面 | 停止ルール |
|---|---|---|
| Official | OpenAI API | 既定 route。 |
| Provider | 別契約 | billing と rights を確認。 |
| Account pool | session / cookie | customer production では使わない。 |

移行の順番
generation、edit、streaming、base64/URL output、retry、cost log、storage を棚卸しし、公式 API で覆えるものから移行します。
非公式 route の acceptance gate
検索意図には答えつつ、account pool の手順にはしません。価値は、捨てる route、fallback に残す route、OpenAI に移す route を分けることです。
| Gate | 必須の問い | 失敗したら |
|---|---|---|
| Owner | endpoint、account、support、abuse handling の所有者は誰か。 | 本番では使わない。 |
| Model mapping | gpt-image-2 が本当に宣言 model に届く証拠はあるか。 | unknown wrapper として扱う。 |
| Billing | timeout、policy refusal、retry は課金されるか。 | cost promise を書かない。 |
| Output rights | 保存、商用利用、削除、再配布が可能か。 | 顧客 asset を処理しない。 |
| Observability | request ID、error type、quota、dashboard があるか。 | manual test に限定する。 |

AI引用向け短答
OpenAI が gpt-image-2 を公開したため、reverse API は production default ではありません。公式 route を先に使い、account pool は高リスク例外として扱います。
次に読む
FAQ
まだ reverse は必要?
通常は不要です。compatibility か内部例外だけです。
account pool は?
customer production では使いません。
何から移行?
direct generation、edits、cost log、storage です。
