Claude Opus 4.8
Claude Opus 4.8 is Anthropic's current flagship Opus model, the successor to Opus 4.7. It pushes further on long-running, asynchronous agentic work — large codebases, multi-stage debugging, and end-to-end project orchestration — with stronger reasoning and knowledge work, holding coherence across very long outputs and extended sessions.
Quick start
Drop-in requests for the OpenAI-compatible Deva endpoint.
1curl https://api.deva.me/v1/chat/completions \2 -H "Authorization: Bearer $DEVA_API_KEY" \3 -H "Content-Type: application/json" \4 -d '{5 "model": "anthropic/claude-opus-4-8",6 "messages": [{"role":"user","content":"Hello from Deva"}],7 "stream": true8 }'Capabilities
Feature metadata advertised for this model.
Related models
More options from anthropic and the recommended set.
ANTHROPIC: Claude 3 Haiku
Claude 3 Haiku is Anthropic's fastest and most compact Claude 3 model, built for near-instant, targeted responses with multimodal input support.
ANTHROPIC: Claude Sonnet 4.5
Claude Sonnet 4.5 is Anthropic's most advanced Sonnet model, optimized for real-world agents and coding. It posts state-of-the-art results on coding benchmarks such as SWE-bench Verified and is built for extended autonomous operation, with improved tool orchestration, speculative parallel execution, and efficient context and memory management. It suits software engineering, cybersecurity, financial analysis, and research agents.
ANTHROPIC: Claude Opus 4.5
Claude Opus 4.5 is Anthropic's frontier reasoning model, optimized for complex software engineering, agentic workflows, and long-horizon computer use. It offers strong multimodal capabilities, competitive coding and reasoning performance, and improved robustness to prompt injection, with a verbosity control (low, medium, or high) to trade off speed, depth, and token usage. It supports advanced tool use, extended context management, and coordinated multi-agent setups for autonomous research, debugging, and multi-step planning.
ANTHROPIC: Claude Opus 4.7
Claude Opus 4.7 is the next generation of Anthropic's Opus family, built for long-running, asynchronous agents. Building on Opus 4.6's coding and agentic strengths, it delivers stronger performance on complex, multi-step tasks such as large codebases, multi-stage debugging, and end-to-end project orchestration, plus improved knowledge work from document drafting to data analysis, maintaining coherence across very long outputs and extended sessions.