GPT Image 2 Async
タスク照会、コールバック、画像 URL での結果取得に適した、ReachAPI の GPT Image 2 非同期タスク版。
実行方式
非同期タスク
送信後にポーリングまたはコールバックで確認
入力タイプ
テキスト + 参照画像
`image_urls` を指定すると画像編集
結果
画像 URL
完了後に `data[].url` で返却
モデルコード
gpt-image-2-async
非同期画像 API 専用のコード
gpt-image-2-asyncプレイグラウンド
gpt-image-2-asyncClick or drag
解像度 (sent to backend)
Aspect Ratio (sent to backend)
Quality (sent to backend)
Output format (sent to backend)
出力はまだありません
価格
| 品質 | 1k | 2k | 4k |
|---|---|---|---|
| low | $0.009$0.01010% off | $0.018$0.02010% off | $0.027$0.03010% off |
| medium | $0.054$0.06010% off | $0.108$0.12010% off | $0.162$0.18010% off |
| high | $0.198$0.22010% off | $0.396$0.44010% off | $0.594$0.66010% off |
low 1k · $0.009 · per image
low 2k · $0.018 · per image
low 4k · $0.027 · per image
medium 1k · $0.054 · per image
medium 2k · $0.108 · per image
medium 4k · $0.162 · per image
high 1k · $0.198 · per image
high 2k · $0.396 · per image
high 4k · $0.594 · per image
解説
- GPT Image 2 Async は、ReachAPI で GPT Image 2 の画像生成・画像編集をタスク型で利用するための入口です。
- タスク ID、`/v1/tasks/{task_id}` による状態照会、完了時コールバック、`data[].url` でのホスト済み画像 URL が必要な場合に使用してください。
- OpenAI 互換の `/v1/images/generations` または `/v1/images/edits` を利用する場合は、別の `gpt-image-2` モデルページと API ドキュメントを参照してください。
API
タスク照会、コールバック、画像 URL での結果取得に適した、ReachAPI の GPT Image 2 非同期タスク版。
モデルコード
gpt-image-2-async
API
エンドポイント
POST /v1/images/create認証
Authorization: Bearer YOUR_REACH_API_KEY Content-Type: application/json
サンプル
curl -X POST "https://direct.reachapi.ai/v1/images/create" \
-H "Authorization: Bearer YOUR_REACH_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-image-2-async",
"input": {
"prompt": "An editorial fashion photo of a silver handbag on a reflective pedestal, soft studio lighting",
"resolution": "4k",
"aspect_ratio": "2:3",
"quality": "high",
"output_format": "png"
}
}'関連モデル
GPT-5.6 Luna
OpenAI's GPT-5.6 model for efficient, cost-sensitive, high-volume workloads.
GPT-5.6 Sol
OpenAI's GPT-5.6 flagship model for the most demanding production reasoning, coding, and agent workflows.
GPT-5.6 Terra
OpenAI's GPT-5.6 model for strong intelligence with a balanced cost profile.
GPT-5.5
OpenAI's newest frontier model for the most complex coding, reasoning, and professional workflows.
GPT-5.4
OpenAI's frontier model for complex professional, coding, and agentic work at scale.
GPT-5.4 Mini
OpenAI's strongest mini model for coding, computer use, and high-volume agent tasks.
GPT-5.3 Codex
OpenAI's most capable agentic coding model to date.
GPT-5.2
OpenAI's stronger GPT-5-family model for professional, general-purpose, and agentic work.
GPT-5.1
OpenAI's flagship model for coding and agentic tasks with configurable reasoning.
GPT-5.1 Codex
OpenAI's GPT-5.1 variant optimized for agentic coding in Codex workflows.
GPT-5
OpenAI's previous intelligent reasoning model for coding and agentic tasks.
GPT-5 Mini
OpenAI's faster, cost-efficient GPT-5 variant for low-latency and high-volume work.
GPT Image 2
OpenAI's state-of-the-art image generation model for high-quality creation and editing with text and image inputs.
