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 官方評分。