Claude

Anthropic: Claude Opus 4.6

Chat
anthropic/claude-opus-4.6

Opus 4.6 is Anthropic’s strongest model for coding and long-running professional tasks. It is built for agents that operate across entire workflows rather than single prompts, making it especially effective for large codebases, complex refactors, and multi-step debugging that unfolds over time. The model shows deeper contextual understanding, stronger problem decomposition, and greater reliability on hard engineering tasks than prior generations.Beyond coding, Opus 4.6 excels at sustained knowledge work. It produces near-production-ready documents, plans, and analyses in a single pass, and maintains coherence across very long outputs and extended sessions. This makes it a strong default for tasks that require persistence, judgment, and follow-through, such as technical design, migration planning, and end-to-end project execution.

1M 上下文窗口
128K 最大输出 token
发布日期: 2026-02-05
支持的协议:OpenAIopenaiAnthropicanthropic
可用供应商:BedrockBedrock
能力:视觉函数调用推理提示缓存PDF 输入

定价

类型价格
输入 Token$5/M
输出 Token$25/M
缓存读取$0.5/M
缓存写入(5 分钟)$6.25/M
缓存写入(1 小时)$10/M

代码示例

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-4.6",
max_tokens=1024,
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(message.content[0].text)

常见问题

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

微信社群

扫码加入开发者交流群

微信社群

Discord

加入 Discord 社区

Discord

技术顾问

扫码添加技术顾问

技术顾问