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.run/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。按量计费,无月费。