Back to Models

Anthropic: Claude Opus 4.5

anthropic/claude-opus-4.5
Nov 24, 2025200K context64K max output$5.00/M in · $25.00/M outReasoning

Description

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 performance across real-world coding and reasoning benchmarks, and improved robustness to prompt injection. The model is designed to operate efficiently across varied effort levels, enabling developers to trade off speed, depth, and token usage depending on task requirements. It comes with a new parameter to control token efficiency, which can be accessed using the OpenRouter Verbosity parameter with low, medium, or high.

Opus 4.5 supports advanced tool use, extended context management, and coordinated multi-agent setups, making it well-suited for autonomous research, debugging, multi-step planning, and spreadsheet/browser manipulation. It delivers substantial gains in structured reasoning, execution reliability, and alignment compared to prior Opus generations, while reducing token overhead and improving performance on long-running tasks.

Specifications

Provider
anthropic
Context Length
200K
Max Output
64K
Modality
Infileimagetext
Outtext

Pricing

TypePrice / 1M tokens
Input$5.00
Output$25.00
Cache Read$0.50
Cache Write$6.25
Web Search$0.01 / call

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "anthropic/claude-opus-4.5",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
Anthropic: Claude Opus 4.5 — Pricing & API on OminiGate