claude-opus-4-8 · Anthropic · text
Anthropic's flagship model, Opus 4.8, delivers the strongest reasoning and coding capabilities available. With a 1M context window, it supports Extended Thinking, Computer Use, visual understanding, and tool calling. Built for complex agent tasks, long-document analysis, and demanding software engineering.
1M context; Extended Thinking; Computer Use; visual understanding (images/PDFs); tool calling; MCP compatible; prompt caching (cache_read 10%, cache_write 1.25×); JSON mode; Function Calling.
Complex software engineering; multi-step agent tasks; long-document analysis (codebases/PDFs); research assistants; enterprise knowledge base Q&A; automated office operations.
Does not generate images; max_tokens capped at 32K; high concurrency requires an enterprise quota; Extended Thinking consumes additional tokens; Computer Use is still in beta.
Anthropic official CLI coding agent. Multi-file edits, tool use, long-context reasoning.
export ANTHROPIC_AUTH_TOKEN="YOUR_API_KEY"
export ANTHROPIC_BASE_URL="https://api.robovai.com"
export ANTHROPIC_MODEL="claude-opus-4-8"
claude