GPT 全系 8 折 🎉 DeepSeek 7 折查看詳情

Anthropic: Claude Opus 5.5

Chat
anthropic/claude-opus-5.5

Claude Opus 5.5 is the successor to Claude Opus 5 in Anthropic's Opus line, for demanding reasoning, coding, and long-horizon agentic work. It supports text, image, and file inputs with text output, with always-on adaptive reasoning (effort is the only control), a 1M-token context window, and up to 128K output tokens, at a lower per-token price than Claude Opus 5.

上下文視窗
1M
最大輸出 Token
128K
發布日期
2026-09-22
能力
視覺函式呼叫推理提示快取網路搜尋PDF 輸入
可用供應商
Bedrock
支援的協定
openaianthropic

供应商

Bedrockprovider.type: "aws_bedrock"
輸入 Token
$4/M
輸出 Token
$20/M
快取讀取
$0.2/M
快取寫入(5 分鐘)
$5/M
快取寫入(1 小時)
$8/M
網路搜尋
$0.015/R
接入协议
openai/v1/chat/completions/v1/responses
anthropic

程式碼範例

import anthropic
client = anthropic.Anthropic(
base_url="https://api.ofox.io/anthropic",
api_key="YOUR_OFOX_API_KEY",
)
message = client.messages.create(
model="anthropic/claude-opus-5.5",
max_tokens=1024,
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(message.content[0].text)

運行狀態

常見問題

Anthropic: Claude Opus 5.5 在 Ofox.ai 上的價格為輸入 $4/M/百萬 Token,輸出 $20/M/百萬 Token。按量計費,無月費。