Skip to main content
GPT Image 2.5 Sunburst

GPT Image 2.5 Sunburst

OpenAI 面向高品質生成與精確編輯的最強圖片模型。

內部預覽最高能力精確編輯

產品定位

最高圖片能力

適合複雜生成與精確編輯

輸入類型

文字 + 圖片

生成或編輯時最多使用 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 萬 Token10% off
圖片輸入$7290$8 / 100 萬 Token10% off
圖片輸出$27090$30 / 100 萬 Token10% off

Text input · $4.5 · 1M tokens

Image input · $7.2 · 1M tokens

Image output · $27 · 1M tokens

README

GPT Image 2.5 Sunburst 面向複雜圖片生成與編輯工作流,支援 ReachAPI 同步與異步兩種調用方式,在指令遵循、主體保持和編輯精度最重要的場景中提供更強能力。
  • GPT Image 2.5 Sunburst 是 OpenAI 最強的圖片生成與編輯模型,適合編輯精度和整體結果品質比最低延遲更重要的複雜工作流。
  • 模型支援基於文字和圖片輸入進行生成與編輯。ReachAPI 支援最多 14 張 HTTPS 參考圖、1K、2K 和 4K 解像度檔位、三種標準比例,以及 PNG、JPEG 或 WebP 輸出。
  • 品質可設定為 low、medium、high、xhigh、max 或 auto。雖然 Sunburst 與 Flare 使用相同的 Token 單價,但不同品質和圖片尺寸的 Token 消耗可能不同。
  • 該模型目前在 ReachAPI 處於內部預覽階段。可透過 OpenAI 相容的同步接口直接等待結果,也可透過異步任務接口使用 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.