claude-opus-5 · Anthropic · text
Claude Opus 5 is Anthropic's latest flagship model, featuring a 1M token context window and 128K max output. It delivers next-generation deep reasoning, coding, and agentic capabilities, with extended thinking enabled by default (toggleable). Ideal for complex multi-step tasks, large-codebase analysis, and long-horizon agent workflows.
1M context window; Extended Thinking (on by default, toggleable); vision understanding; tool calling; MCP compatible; prompt caching; JSON mode; Function Calling; long-horizon agentic tasks.
Complex reasoning and research; large-codebase refactoring and code review; multi-step agent workflows; long-document analysis and summarization; advanced coding and debugging.
Does not generate images; max output capped at 128K tokens; high-volume usage may require a quota; thinking adds latency on simple tasks.
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-5"
claude