Anthropic 7 月 24 日推出 Claude Opus 5,模型代號為 claude-opus-5,支援 1M token context、128K 最大輸出 token,並把 thinking 設為預設開啟。Anthropic 的 release notes 指出,Opus 5 的 API 費率為每百萬輸入 token 5 美元、每百萬輸出 token 25 美元,與 Claude Opus 4.8 相同。
Opus 5 同日提供給 Claude API、Amazon Bedrock、Google Cloud 與 Microsoft Foundry。這讓使用者可以在第一方 API 與三個主要雲端模型平台之間選擇部署位置,但各平台的區域、配額與整合介面仍由供應商分別管理。
Anthropic 讓 Claude Opus 5 預設使用 1M token context
context window 是模型一次能讀取並納入推理的輸入範圍;1M token 適合長文件、長時間 agent 工作與大型程式碼庫,但不等於每次請求都會消耗完整 1M token。實際使用量仍取決於送入的內容、工具結果、對話歷史與應用程式的快取策略。
Anthropic 在 release notes 中把 1M token 同時列為 Opus 5 的預設與最大 context。企業若從舊版模型遷移,仍要重新檢查請求大小、快取、延遲與費用控制,因為長 context 讓單次工作可攜帶的資料更多。

Claude Opus 5 把 128K 輸出與 thinking 預設綁在新模型行為
thinking 是模型在輸出最終答案前使用的推理流程。Anthropic 將 Opus 5 的 thinking 預設設為開啟,並提供 low、medium、high、xhigh、max 五個 effort 層級,讓應用程式依工作難度調整推理投入。
Amazon Web Services 將 Opus 5 的主要用途描述為 agentic coding、knowledge work、視覺理解與多步驟 agent 工作,並指出模型可透過 Bedrock 使用。這些是供應商對產品能力的說明,不能直接等同於每個企業工作負載都會得到相同結果。
API 遷移要處理停用 thinking 時的 400 錯誤
Opus 5 的相容性條件和 Opus 4.8 有一項明確差異:如果請求在 xhigh 或 max effort 下把 thinking 設為 disabled,API 會回傳 HTTP 400。Anthropic 允許停用 thinking 的 effort 上限是 high,既有整合若固定關閉 thinking 或把 effort 設得更高,必須修改請求設定。
這個限制已寫入 Anthropic 的 release notes,不是第三方測試推測。應用程式除了修改模型名稱,也要把 effort、thinking 與錯誤處理一起納入遷移測試。
Claude Opus 5 以多雲端供應支撐企業部署選擇
Anthropic、AWS、Google Cloud 與 Microsoft 都已公布 Opus 5 的可用性,企業可沿用各自的 API 驗證、計費與資料處理流程。官方 release notes 目前列出的費率仍是每百萬輸入 token 5 美元、每百萬輸出 token 25 美元;配額、地區與平台額外費用則要依各雲端服務的最新文件確認。
消息來源:Claude Platform release notes、Amazon Web Services、Google Cloud Opus 5 文件。