← Back to Model Leaderboard
Anthropic: Claude Opus 4.8 (Fast)
DEVELOPED BY: Anthropic • LAST UPDATED: 7/4/2026
CCI (Capability)52.2Consensus: Contested ⚠
Context Window1.0MMax token length
In/Out Pricing$10/$50Blended cost/1M: $20.00
Pulse (Popularity)70/100Adoption + discussion proxy
Model Description
OpenRouter model gateway for Anthropic: Claude Opus 4.8 (Fast).
Domain Averages
Reasoning56.6%
Coding48.1%
Math33.5%
Preference70.6%
Jury & Benchmark Signals
| Source / Harness | Score |
|---|---|
| GPQA-Diamond | 55% |
| Humanity's Last Exam | 51% |
| MMLU-Pro | 80% |
| SWE-bench Verified | 35% |
| LiveCodeBench | 40% |
| AIME | 38% |
| LMArena style-controlled Elo | 1240 |
Consensus Discrepancy (Spread: 37.1 pts)
Source
Normalized
CCI Dev.
GPQA-Diamond
57.4
+5.2
Humanity's Last Exam
60.3
+8.1
MMLU-Pro
52.2
+0
SWE-bench Verified
49.8
-2.4
LiveCodeBench
46.4
-5.8
AIME
33.5
-18.7
LMArena style-controlled Elo
70.6
+18.4
Supported Modalities
INPUT:
text
OUTPUT:
text
Search Tags
#text#reasoning#creative
How to Use This Model
Python SDK Integration:
import openai
client = openai.OpenAI(
base_url="https://openrouter.ai/api/v1",
api_key="YOUR_OPENROUTER_KEY"
)
response = client.chat.completions.create(
model="anthropic/claude-opus-4.8-fast",
messages=[
{"role": "user", "content": "Explain quantum entanglement in 1 sentence."}
]
)cURL Terminal Request:
curl https://openrouter.ai/api/v1/chat/completions \
-H "Authorization: Bearer $OPENROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "anthropic/claude-opus-4.8-fast",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'Community Debates & Mentions (0)
No active Reddit or Hacker News debates referencing this model this week.