Anthropicproprietary
Released: 2024-03-04Claude 3 Opus
Anthropic original 2024 frontier model with rich nuance, deep context comprehension, and complex writing.
Intelligence Index
78.0/ 100
Calibrated multi-domain compositeThroughput Speed
30tok/sec
Output streaming throughputTime To First Token
680ms
Initial chunk server latencyLiveBench Contam-Free
—%
September 2026 suite scoreSourced Benchmark Evaluations (4)
Verified performance across authoritative benchmarks with provenance tracking.Anthropic Python SDKAPI Ready
import anthropic
client = anthropic.Anthropic()
message = client.messages.create(
model="claude-3-opus",
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 3 Opus 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.