GPT-5.6 发布 🎉 GPT 全系 8 折 🎉 直降 20% 整个 7 月 🔥查看详情
OfoxAI × 万事达卡 🎉 开卡刷卡送 $50 Token 代金券 · 限量 1000 份查看详情
Claude

Anthropic: Claude Opus 5

Chat
anthropic/claude-opus-5

Claude Opus 5 is Anthropic's flagship model for demanding reasoning, coding, and long-horizon agentic work. It supports text, image, and file inputs with text output, with reasoning support and a 1M-token context window. It is particularly strong at end-to-end software tasks - implementing features, code review and bug finding, multi-stage debugging - as well as visual analysis of documents and diagrams, and coordinating multiple agents on complex deliverables. It maintains strong instruction-following and tool use across extended interactions, and remains efficient for latency-sensitive workloads.

上下文窗口
1M
最大输出 Token
128K
发布日期
2026-07-25
能力
视觉函数调用推理提示缓存网络搜索PDF 输入
可用供应商
AzureAzureBedrockBedrock
支持的协议
OpenAIopenaiAnthropicanthropic

供应商

BedrockBedrock
输入 Token
$5/M
输出 Token
$25/M
缓存读取
$0.5/M
缓存写入(5 分钟)
$6.25/M
缓存写入(1 小时)
$10/M
网络搜索
$0.015/R
接入协议
OpenAIopenai/v1/chat/completions/v1/responses
Anthropicanthropic
AzureAzure
输入 Token
$5/M
输出 Token
$25/M
缓存读取
$0.5/M
缓存写入(5 分钟)
$6.25/M
缓存写入(1 小时)
$10/M
网络搜索
$0.015/R
接入协议
Anthropicanthropic

登录后即可试用 Anthropic: Claude Opus 5

直接在此与模型对话。

对话只保存在当前页面,不会被存储。

对话不会被保存——离开或刷新页面后即清空。

代码示例

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

运行状态

常见问题

Anthropic: Claude Opus 5 在 Ofox.ai 上的价格为输入 $5/M/百万 Token,输出 $25/M/百万 Token。按量计费,无月费。