GPT Image 2.5 Flare
高品質な日常画像の生成と編集に向けた、OpenAI 最速の画像モデル。
位置付け
高速な日常生成
品質とレイテンシーを重視する用途向け
入力タイプ
テキスト + 画像
最大 14 枚の参照画像で生成・編集
品質
6 段階
low から max、および自動選択
実行方式
同期 + 非同期
直接応答、またはポーリングとコールバックに対応
gpt-image-2.5-flareプレイグラウンド
gpt-image-2.5-flareClick or drag
解像度 (sent to backend)
Aspect Ratio (sent to backend)
Quality (sent to backend)
Output format (sent to backend)
出力はまだありません
価格
| 使用量メトリクス | Standard 料金 |
|---|---|
| テキスト入力 | $4590$5 / 100 万トークン10% off |
| 画像入力 | $7290$8 / 100 万トークン10% off |
| 画像出力 | $27090$30 / 100 万トークン10% off |
Text input · $4.5 · 1M tokens
Image input · $7.2 · 1M tokens
Image output · $27 · 1M tokens
解説
- GPT Image 2.5 Flare は、高品質な日常画像生成に向けた OpenAI 最速のモデルです。GPT Image 2 の品質で要件を満たし、より短い待ち時間を重視する場合の第一候補です。
- テキストと画像を入力として生成・編集できます。ReachAPI では最大 14 枚の HTTPS 参照画像、1K・2K・4K、3 種類の標準アスペクト比、PNG・JPEG・WebP 出力に対応します。
- 品質は low、medium、high、xhigh、max、auto から選択できます。Flare と Sunburst の単価は同じですが、品質や画像サイズによってトークン消費量は異なります。
- 現在 ReachAPI では Internal Preview として提供されています。OpenAI 互換の同期 API で結果を直接待つか、非同期タスク API で URL 参照画像、ポーリング、任意の完了コールバックを利用できます。
API
API
エンドポイント
同期生成
POST https://direct.reachapi.ai/v1/images/generations同期編集
POST https://direct.reachapi.ai/v1/images/edits非同期タスク
POST https://direct.reachapi.ai/v1/images/create認証
Authorization: Bearer YOUR_REACH_API_KEY
サンプル
同期生成
curl -X POST "https://direct.reachapi.ai/v1/images/generations" \
-H "Authorization: Bearer YOUR_REACH_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-image-2.5-flare",
"prompt": "A precise editorial product photograph of a silver watch on slate, soft studio lighting",
"size": "1536x1024",
"quality": "high",
"background": "auto",
"moderation": "auto",
"output_format": "png"
}'同期編集
curl -X POST "https://direct.reachapi.ai/v1/images/edits" \ -H "Authorization: Bearer YOUR_REACH_API_KEY" \ -F "model=gpt-image-2.5-flare" \ -F "prompt=Preserve the watch geometry and replace only the background with dark brushed metal" \ -F "image[]=@/path/to/watch.png" \ -F "size=1536x1024" \ -F "quality=xhigh" \ -F "output_format=png"
非同期タスク
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.5-flare",
"callback_url": "https://example.com/reachapi/callback",
"input": {
"prompt": "A precise editorial product photograph of a silver watch on slate, soft studio lighting",
"resolution": "2k",
"aspect_ratio": "3:2",
"quality": "high",
"background": "auto",
"moderation": "auto",
"output_format": "png"
}
}'関連モデル
GPT-6 Astra
OpenAI's flagship model for demanding end-to-end work.
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.5 Sunburst
OpenAI's most capable image model for high-quality generation and precision editing.
GPT Image 2
OpenAI's state-of-the-art image generation model for high-quality creation and editing with text and image inputs.
GPT Image 2 Async
ReachAPI's asynchronous GPT Image 2 workflow for task-based image generation and editing with callback-ready results.
