Skip to main content
Claude Opus 5 is Anthropic’s Opus model for complex agentic coding and enterprise work, available through AnyFast via the native Anthropic Messages API. Compared with Claude Opus 4.8, it improves deep reasoning, long-horizon tool use, code review, vision, and multi-agent coordination.

Key capabilities

  • 1M context window — 1M tokens by default, with 128K max output tokens
  • Adaptive thinking — On by default; control depth with output_config.effort
  • Five effort levels — Choose low, medium, high, xhigh, or max; the default is high
  • Agentic coding — Handles multi-file features, large refactors, code review, and long-running tool workflows
  • Vision and long context — Understands images, charts, documents, and diagrams across long inputs
  • Tools and streaming — Supports tool use and real-time SSE responses through the Messages API
  • Model ID — Use claude-opus-5

Quick example

Parameters

Claude Opus 5 uses adaptive thinking by default. max_tokens limits thinking and visible response tokens together, so use a sufficiently large value for xhigh and max workloads.
Manual extended thinking (thinking: {type: "enabled", budget_tokens: N}) and non-default temperature, top_p, or top_k values return a 400 error. Disabling thinking with thinking: {type: "disabled"} is supported only at low, medium, or high effort; combining it with xhigh or max also returns a 400 error.

API Reference

View the interactive API playground for Claude Opus 5.