🎁 新用戶 免費註冊,送 10 次呼叫,最高 $1,免綁卡。

GPT-5.5 發布於 2026-04-24

OpenAI chat vision code tools reasoning
輸入$5/M
輸出$30/M
快取讀取$0.5/M
上下文922K
知識截止2025-12

廠商牌價,無平台加價,按用量計費。 以下為官方 list 價。已登入的使用者可在 /console/pricing 查看含工作空間折扣的實際價格。 以 70% 快取命中率計算的等效輸入價:$1.85/M. 提示詞超過最小長度後自動進行前綴快取,無需改程式碼;快取讀取有折扣(當前模型最高 90%),且沒有寫入費。 Described as a new class of intelligence for coding and professional work; 1.05M context / 128k max output; prompts over 272k input tokens billed at 2x input / 1.5x output.

30 秒用上 GPT-5.5

OpenAI 相容:換掉 base_url,SDK 不用改。POST /v1/chat/completions

from openai import OpenAI

client = OpenAI(
    base_url="https://synthorai.io/v1",
    api_key="sk-syn-...",
)

resp = client.chat.completions.create(
    model="gpt-5.5",
    messages=[{"role": "user", "content": "Summarize this diff"}],
    reasoning_effort="medium",
)
print(resp.choices[0].message.content)

關於 GPT-5.5

面向專業工作的新等級智慧
1,050,000 token 上下文,128K 輸出
推理力度從 none 到 xhigh

GPT-5.5 是 OpenAI 最新的前沿旗艦,以「面向編碼與專業工作的新等級智慧」釋出,在產品線中位於 GPT-5.4 之上。

  • 它把 1,050,000 token 上下文視窗(廠商規格)和 128K 最大輸出與影像輸入、從 none 到 xhigh 的推理力度控制、流式輸出、結構化輸出以及 OpenAI 完整的託管工具套件相結合,知識截止為 2025 年 12 月。
  • 它是這個家族應對最難專業任務的預設答案。
  • Synthorai 在其 OpenAI 相容 API 上原生提供 GPT-5.5。

規格與限制

最大輸出(廠商規格)128,000
模態text + image → text
特性tools · parallel_tool_calls · structured_output · streaming · vision · batch · reasoning · realtime · computer_use · caching
備註Described as a new class of intelligence for coding and professional work; 1.05M context / 128k max output; prompts over 272k input tokens billed at 2x input / 1.5x output.
提示詞快取自動 · 最小前綴 1,024 token · TTL 5–10m, up to 1h

依據 OpenAI 官方文件 ↗

常見問題

GPT-5.5 API 可以免費試用嗎?

可以,新帳號可獲得 10 次試用呼叫和最高 $1 的免費額度,無需信用卡。以輸入 $5/M 計算,光是這筆額度就足以對 GPT-5.5 發出約 24 次 ~8K token 的請求。

GPT-5.5 最擅長什麼?

面向專業工作的新等級智慧,以及1,050,000 token 上下文,128K 輸出和推理力度從 none 到 xhigh。完整能力請見 About 一節,內容取自廠商官方發布說明。

GPT-5.5 的價格是多少?

在 Synthorai 上,GPT-5.5 輸入 $5/百萬 token、輸出 $30/百萬 token,即廠商牌價,無平台加價。快取命中的輸入 token 以 $0.5/M 計費。

GPT-5.5 支援提示詞快取(prompt caching)嗎?

支援,且全自動:由 OpenAI 供應的提示詞會自動快取,無需改程式碼。快取命中的輸入 token 以 $0.5/M 計費(未命中 $5/M);提示詞需有 1,024 個 token 以上的穩定前綴才能命中快取(TTL 5–10m, up to 1h)。 提示詞快取指南 →

如何開通 GPT-5.5?

把現有 OpenAI SDK 的 base_url 指向 "https://synthorai.io/v1",model 設為 "gpt-5.5" 即可。一組 API key 通用閘道上的所有模型。

GPT-5.5 的知識截止日期是什麼時候?

GPT-5.5 的知識截止日期為 2025-12,依據廠商官方文件(資料核驗於 2026-07-09)。

相關模型

免費取得 API key 算算你的成本 →