Runbase

Command Palette

Search for a command to run...

OpenAI

GPT Image 1.5

ID:openai/gpt-image-1.5

OpenAI 的 GPT Image 1.5 圖片產生 API — 速度比 v1 快 4 倍,文字渲染更優,3 種比例,medium/high 品質模式。

文字轉圖片圖片編輯參考圖片文字渲染
輸入
Aspect ratio
Quality
Reference images
最多 4 張圖片,每張 4MB
輸出結果會顯示在這裡
medium
$0.03
high
$0.16
cURL
curl https://api.runbase.net/v1/runs \
  -H "Authorization: Bearer $RUNBASE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-image-1.5",
    "input": {
      "prompt": "A cinematic product photo of a ceramic lamp",
      "aspect_ratio": "1:1",
      "resolution": "1K"
    }
  }'

範例

旅遊海報

旅遊海報

3:2

A vintage travel poster for Kyoto featuring cherry blossoms over a temple, Japanese text reading '京都へようこそ', retro mid-century illustration style, gold and pink palette

產品攝影

產品攝影

3:2

A photorealistic product shot of a luxury watch on a marble surface, studio lighting with soft reflections, shallow depth of field, magazine advertisement quality

童書插畫

童書插畫

3:2

A children's book illustration of a fox and owl reading together under a giant mushroom, watercolor style, warm autumn colors, whimsical and cozy atmosphere

概述

GPT Image 1.5 是 2025 年 12 月發布的漸進式更新,優先考量速度和文字準確度。圖片產生速度比 GPT Image 1 快約 4 倍、成本更低,適合高產量的量產工作。文字渲染有顯著改善 — 尤其是密集、小字或多語言文字 — 編輯精確度在保留參考圖片中的 Logo 和臉部方面也更好。

使用情境

嵌入密集文字的海報和資訊圖表設計。UI 模型和線框圖視覺化。注重產出速度的高產量製作工作流程。需要保留現有 Logo、臉部或品牌元素的圖片編輯。

輸入參數

所有參數都在執行請求的 input 物件中傳遞。

ParameterRequiredDescription
promptYes圖片的文字描述(1–20000 字元)
aspect_ratioNo輸出比例。預設 1:1。選項:1:13:22:3
qualityNo輸出品質。預設 medium。選項:mediumhigh
image_urlsNo最多 4 張參考圖片(每張最大 4 MB)用於圖片編輯

提示詞技巧

文字密集的設計善用完整提示詞長度

20,000 字元的提示詞上限讓你可以完整指定確切的文字內容、字型描述和版面指令。這對包含多個文字區塊的海報或資訊圖表提示詞特別有用。

謹慎選擇品質模式

medium 快速且經濟,適合迭代。最終交付物需要保真度時切換到 high — 在細節和文字銳利度上差異最明顯。

限制

  • 無解析度控制 — 品質模式影響保真度,而非像素尺寸
  • 3 種比例(選項少於 GPT Image 2)
  • 每次請求最多 4 張參考圖片,每張 4 MB
  • 包含大量重疊元素的複雜版面可能仍需手動檢查
  • 提示詞長度上限 20,000 字元

常見問題

GPT Image 1.5 和 GPT Image 1 有什麼差異?

速度快約 4 倍,medium 品質下更經濟,文字渲染顯著改善。還新增了品質切換(medium/high)。兩者支援相同的 3 種比例(1:1、3:2、2:3)。

支援解析度控制嗎?

不支援。與 GPT Image 2 不同,沒有明確的解析度參數。使用 quality 設定(medium 或 high)控制輸出保真度。

可以編輯現有圖片嗎?

可以。透過 image_urls 上傳最多 4 張參考圖片。模型特別擅長在編輯過程中保留 Logo 和臉部。