Skip to content

Claude Opus 5

claude-opus-5

Claude Opus 5 is Anthropic's flagship model for advanced reasoning, coding, and long-horizon agentic workflows. It excels at end-to-end software engineering, code review, bug detection, visual analysis of charts and documents, complex office deliverables, and parallel subagent coordination. The model maintains reliable instruction following and tool use across extended tasks, while remaining effective at lower reasoning-effort settings for workloads that prioritize latency and token efficiency.

Context
1M tokens
Endpoint

Service Status

Status information temporarily unavailable

Apertis cannot confirm the current service state. This is not a report that the model is down.

Get API KeyCompare

Pricing

Input$5.00 / 1M
Output$25.00 / 1M
Cache Write (5m)$6.25 / 1M
Cache Write (1h)$10.00 / 1M
Cache Read$0.50 / 1M
Web Search$0 / 1M

Quick Start

Select an endpoint and copy a working example for this model.

Endpoint
python
from openai import OpenAI client = OpenAI(    api_key="YOUR_API_KEY",    base_url="https://api.apertis.ai/v1") response = client.chat.completions.create(    model="claude-opus-5",    messages=[        {"role": "user", "content": "Hello!"}    ],    max_tokens=1024,    temperature=0.7) print(response.choices[0].message.content) # Optional: Enable context compression to reduce token usage# response = client.chat.completions.create(#     model="claude-opus-5",#     messages=[{"role": "user", "content": "Hello!"}],#     extra_body={"compression": {"enabled": True, "model": "gpt-4.1-mini"}}# )

Supported Parameters

API docs
Common7 params
modelmessagesmax_tokenstemperaturetop_pstreamtools
Extended4 params
reasoning_effortstream_optionsthinkingextra_body

Cursor IDE Model IDs

Use these namespaced identifiers in Cursor IDE to avoid conflicts with built-in models.

claude-opus-5

Compare with Other Models

See how this model compares to others from the same provider.

Claude Opus 4.6 (Thinking)

Opus 4.6 is Anthropic's most capable model for coding and long-running professional workflows, designed for agents that operate across entire workflows rather than single prompts. It demonstrates strong performance on large codebases, complex refactoring, and multi-step debugging, with improved contextual understanding, deeper problem decomposition, and higher reliability on challenging engineering tasks compared to earlier generations. Beyond software development, Opus 4.6 excels at sustained knowledge work, producing near production-ready documents, technical plans, and analyses in a single pass while maintaining coherence across long outputs and extended sessions. Its strength in persistence, judgment, and structured execution makes it well suited for technical design, migration planning, and end-to-end project execution.

Context
1M
Input
$4.00/M
Output
$20.00/M

Claude Opus 4.5

Claude Opus 4.5 is Anthropic's frontier reasoning model, built for complex engineering, agent workflows, and long computer-use tasks. It offers strong multimodal skills, better security against prompt injection, and flexible effort controls — including a Verbosity setting to trade speed vs. depth and token use. With advanced tool use, long-context handling, and support for coordinated multi-agent setups, it excels at research, debugging, multi-step planning, and UI/spreadsheet automation while improving reliability, alignment, and efficiency over earlier Opus versions.

Context
200K
Input
$4.00/M
Output
$20.00/M

Claude Opus 4.7 (Fast)

This is the fast version of Opus 4.7

Context
1M
Input
$30.00/M
Output
$150.00/M

Claude Opus 4.6 (Fast)

Opus 4.6 is Anthropic's more faster version of Opus 4.6 model for coding and long-running professional workflows, designed for agents that operate across entire workflows rather than single prompts. It demonstrates strong performance on large codebases, complex refactoring, and multi-step debugging, with improved contextual understanding, deeper problem decomposition, and higher reliability on challenging engineering tasks compared to earlier generations. Beyond software development, Opus 4.6 excels at sustained knowledge work, producing near production-ready documents, technical plans, and analyses in a single pass while maintaining coherence across long outputs and extended sessions. Its strength in persistence, judgment, and structured execution makes it well suited for technical design, migration planning, and end-to-end project execution.

Context
1M
Input
$30.00/M
Output
$150.00/M