The AI arena is free today

Open Superagent
AnthropicReleased on May 28, 2026

Claude Opus 4.8: API Pricing, Context Window & Benchmarks

Claude Opus 4.8 is a language model from Anthropic, released in May 2026, with multimodal input, a 1M-token context window, and pricing from $5.00/M input, $0.500/M cached input, $25.00/M output.

Claude Opus 4.8 is Anthropic's upgrade to Opus 4.7 and its most capable general-access model at release, with improvements across software engineering, agentic tool use, reasoning, computer use, and knowledge-work benchmarks while shipping

Input
TextImage
Output
Text

Claude Opus 4.8 benchmarks

Capability tiers

Standing within each category, adjusted for leaderboard depth.

Real tasks performance

High-confidence performance for Claude Opus 4.8 across real-world prompt categories. Only 95% intervals at most 4 points wide are shown.

Performance by conversation depth

How Claude Opus 4.8 holds up as conversations get longer.

Quality Tracker

Claude Opus 4.8 Performance Across Datasets

Scores sourced from the model's scorecard, paper, or official blog posts

LLM Stats Logollm-stats.com - Thu Aug 27 2026
Notice missing or incorrect data?

Claude Opus 4.8 pricing

Providers

Claude Opus 4.8 starts at $5.00 per million input tokens and $25.00 per million output tokens via Anthropic. Reused prompt prefixes cost $0.500 per million cached input tokens. See all 2 providers below with their per-token pricing, latency, throughput, and modality support.

ProviderInput $/MCached input $/MOutput $/MContext in / outTTFT p95 sOutput p5 c/sModalities in / out
Anthropic logoAnthropic
$5.00$0.500$25.001.0M/128.0K
2.05
43
/
Vertex AI logoVertex AI
$5.00$25.001.0M/128.0K
0.50
/

Cached input is the discounted price for prompt tokens served from a provider cache. TTFT is time to first token. Output is characters per second; p5 is the sustained floor exceeded by 95% of observed requests.

Loading chart...
Loading chart...
Loading chart...
Loading chart...

Claude Opus 4.8 context window

Input and output token limits for Claude Opus 4.8, plus how it ranks on long-context understanding.

InputOutput
1Mtokens
128Ktokens
1.5k pages of text
1M
8K128K1M

Claude Opus 4.8 API

POST/v1/chat/completions

Run a request to see the response

Use it in your code

Billed at $5.00 input / $0.50 cached input / $25.00 output per 1M tokens through the LLM Stats gateway.

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://gateway.llm-stats.com/v1"
)

response = client.chat.completions.create(
    model="claude-opus-4-8",
    messages=[
        {"role": "user", "content": "What is machine learning?"}
    ]
)

print(response.choices[0].message.content)

Need an API key? Create one above in the playground, or read the API documentation.

Claude Opus 4.8 latency

Claude Opus 4.8 time to first token, sustained output throughput, and failed-request rate from live API traffic over the trailing 7 days.

Provider operational metrics

Time to first token, output throughput, and failed-request rate from live API traffic

Loading chart...
Loading chart...
Loading chart...

Claude Opus 4.8 examples

Recent arena outputs from Claude Opus 4.8, picked from the highest-ranked matchups.

Claude Opus 4.8 license

Claude Opus 4.8 is a proprietary model available under its provider's product and API terms.

License
Proprietary
Hosted access

Proprietary license - usage restrictions apply

Claude Opus 4.8 resources

Official sources for Claude Opus 4.8: api documentation, official playground, paper or system card, official launch post.

Claude Opus 4.8 vs other models

The most-compared alternatives to Claude Opus 4.8 are Claude Opus 4.6, Claude Mythos Preview, GPT-5.2 Pro. Open any pair side-by-side for benchmarks, pricing, context, and latency.

Models like Claude Opus 4.8

Models ranked just above and below Claude Opus 4.8 by LLM Stats score.

 

Claude Opus 4.6

Score pending
 

Claude Mythos Preview

Score pending
 

GPT-5.2 Pro

Score pending
 

Claude Opus 4.7

Score pending
 

Kimi K3

Score pending
 

GPT-5.5

Score pending

FAQ

Common questions about Claude Opus 4.8.

When was Claude Opus 4.8 released?

Claude Opus 4.8 was released on May 28, 2026 by Anthropic. This is the official Claude Opus 4.8 release date tracked on LLM Stats.

How much does Claude Opus 4.8 cost?

Claude Opus 4.8 costs $5.00 per million input tokens, $0.50 per million cached input tokens, $25.00 per million output tokens through the LLM Stats API, which works with any OpenAI-compatible SDK. Across tracked providers, the lowest price is $5.00 per million input tokens via Anthropic. That provider charges $0.50 per million cached input tokens.

Is Claude Opus 4.8 available via API?

Yes. Claude Opus 4.8 is available through the LLM Stats API and works with any OpenAI-compatible SDK — point your client at the gateway base URL and pass the model name. It is served by 2 providers tracked on LLM Stats.

Who created Claude Opus 4.8?

Claude Opus 4.8 was created by Anthropic.

What is the license for Claude Opus 4.8?

Claude Opus 4.8 is released under the Proprietary license.

Is Claude Opus 4.8 multimodal?

Yes, Claude Opus 4.8 is multimodal and can accept both text and images as input.

What is Claude Opus 4.8 latency?

Claude Opus 4.8 p95 time to first token is 2.05 seconds via Anthropic over the trailing 7 days. Lower time to first token means the model begins responding sooner for chat, agents and API workloads.

Where can I use Claude Opus 4.8?

Claude Opus 4.8 is available through 2 providers including Anthropic, Vertex AI.

Where is the Claude Opus 4.8 paper or technical report?

Claude Opus 4.8 has a paper or technical report available at https://cdn.sanity.io/files/4zrzovbb/website/c886650a2e96fc0925c805a1a7ca77314ccbf4a6.pdf. Use that source for architecture, training, release and evaluation details.

What models should I compare Claude Opus 4.8 against?

Common Claude Opus 4.8 comparisons include Claude Opus 4.8 vs Claude Opus 4.6, Claude Opus 4.8 vs Claude Mythos Preview, Claude Opus 4.8 vs GPT-5.2 Pro. Compare them side by side for benchmark scores, pricing, context window, latency and API availability.