Anthropic: Claude Opus 4.6
Chatanthropic/claude-opus-4.6Opus 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.
供应商
/v1/chat/completions/v1/responses代码示例
import anthropicclient = anthropic.Anthropic(base_url="https://api.ofox.io/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 在 LMArena 文本榜单(风格控制) 综合类别中获得 1498 分,在 374 个模型中排名第 4,基于 63,487 次人类偏好投票(更新于 2026-07-12)。
| 类别 | Arena 分数 | 95% 置信区间 | 排名 | 投票数 |
|---|---|---|---|---|
| 综合 | 1494–1501 | 第 4 / 374 名 | 63,487 | |
| 困难任务 | 1523–1532 | 第 3 / 374 名 | 40,530 | |
| 编程 | 1542–1554 | 第 5 / 369 名 | 17,517 | |
| 数学 | 1493–1514 | 第 5 / 362 名 | 3,537 | |
| 创意写作 | 1471–1485 | 第 7 / 372 名 | 10,341 | |
| 指令遵循 | 1494–1505 | 第 4 / 374 名 | 20,410 | |
| 中文 | 1536–1559 | 第 3 / 344 名 | 3,242 |
来源:LMArena · CC BY 4.0 · 更新于 2026-07-12 · 评测方法 ↗ · 排名为 LMArena 文本榜单(风格控制) 各类别内的比较,分数来自第三方人类偏好评测,并非 OFOX 官方评分。