Anthropicproprietary
Released: 2026-07-24Claude Opus 5
Anthropic fifth-generation Opus model engineered for complex software architecture, multi-step agent loops, and deep analytical reasoning.
Intelligence Index
94.8/ 100
Calibrated multi-domain compositeThroughput Speed
48tok/sec
Output streaming throughputTime To First Token
400ms
Initial chunk server latencyLiveBench Contam-Free
80.1%
September 2026 suite scoreLiveBench Multi-Domain Evaluation Breakdown
Monthly refreshed contamination-free test setsLogical Reasoning91.2%
Coding & Repo Repair81.4%
Mathematics (AIME)95.7%
Data Analysis & Tables78.0%
Language & Comprehension72.8%
Instruction Following67.5%
Sourced Benchmark Evaluations (3)
Verified performance across authoritative benchmarks with provenance tracking.Anthropic Python SDKAPI Ready
import anthropic
client = anthropic.Anthropic()
message = client.messages.create(
model="claude-opus-5",
max_tokens=2048,
temperature=0,
messages=[{"role": "user", "content": "Execute SWE-bench verified repository fix"}]
)
print(message.content[0].text)Evaluation & Sourcing Notes
Scores listed for Claude Opus 5 represent verified evaluations extracted from official research papers, independent evaluation suites (HELM, LMSYS, OpenCompass, LiveBench), and verified audit reports.
All benchmarks marked as saturated or deprecated reflect historical performance where the benchmark no longer provides active discriminative power.