anthropic/claude-opus-4-8
anthropic/claude-opus-4-8
Claude Opus 4.8 is our most intelligent Opus model and the best generally available model for coding and agents, with deeper reasoning for enterprise workflows.
- Modalities
- TextImageText
- In / Out / 1M
- $6.00
- $30.00 out
- Context
- 1M
- tokens
- Released
- May 29, 2026
One model id, the best provider every call
Request anthropic/claude-opus-4-8 and NeuralRouter scores every provider below on price, latency and health, then routes each request to the best fit — with automatic failover and unified billing.
Providers(1)
| Provider | Input /1M | Output /1M | Cache read /1M | TTFT | Throughput | Uptime | Status | |
|---|---|---|---|---|---|---|---|---|
DeepInfradeepinfra/anthropic/claude-opus-4-8 | $6.00 | $30.00 | —cached | 708 msp95 | 39 tok/s | 100.0%30d | healthy | paymentsCheapestboltFastest |
Effective pricing
Best price shown (from DeepInfra). Each provider's full rate is in the table above — you always pay the provider the router picks.
Performance
Fastest provider responds in 708 ms to first token. Time-series charts build up as the probe runs on a schedule.
Benchmarks
No benchmark scores reported for this model by its providers.
Activity
Usage analytics appear here as requests flow through this model.
Call it from any OpenAI client
Point your base URL at NeuralRouter and request this model — we handle provider selection, failover and billing on every call.
# OpenAI-compatible — same SDK, smarter routing curl https://api.neuralrouter.ai/v1/chat/completions \ -H "Authorization: Bearer $NR_KEY" \ -d '{"model":"anthropic/claude-opus-4-8","messages":[{"role":"user","content":"Hello"}]}'