Skip to main content
GPT Image 2.5 Sunburst

GPT Image 2.5 Sunburst

高品質な生成と精密な編集に向けた、OpenAI 最高性能の画像モデル。

Internal Preview最高性能精密編集

位置付け

最高の画像性能

複雑な生成と精密編集向け

入力タイプ

テキスト + 画像

最大 14 枚の参照画像で生成・編集

品質

6 段階

low から max、および自動選択

実行方式

同期 + 非同期

直接応答、またはポーリングとコールバックに対応

モデルコードgpt-image-2.5-sunburst

プレイグラウンド

gpt-image-2.5-sunburst
参考画像0/14

Click 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 Sunburst は、ReachAPI の同期・非同期アクセスに対応し、指示への追従、被写体の保持、編集精度が特に重要な高度な画像生成・編集ワークフロー向けのモデルです。
  • GPT Image 2.5 Sunburst は、OpenAI で最も高性能な画像生成・編集モデルです。最低レイテンシーよりも編集精度と全体品質を重視する複雑なワークフローに適しています。
  • テキストと画像を入力として生成・編集できます。ReachAPI では最大 14 枚の HTTPS 参照画像、1K・2K・4K、3 種類の標準アスペクト比、PNG・JPEG・WebP 出力に対応します。
  • 品質は low、medium、high、xhigh、max、auto から選択できます。Sunburst と Flare の単価は同じですが、品質や画像サイズによってトークン消費量は異なります。
  • 現在 ReachAPI では Internal Preview として提供されています。OpenAI 互換の同期 API で結果を直接待つか、非同期タスク API で URL 参照画像、ポーリング、任意の完了コールバックを利用できます。

API

リクエストの形式、パラメータ、統合の詳細については、API ドキュメントを使用してください。

高品質な生成と精密な編集に向けた、OpenAI 最高性能の画像モデル。

モデルコード

gpt-image-2.5-sunburst

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-sunburst",
    "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-sunburst" \
  -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-sunburst",
    "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 Flare

OpenAI's fastest model for high-quality, everyday image generation and 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.