GPT-5.6 is here 🎉 20% off all GPT 🎉 All July 🔥Learn more
Claude

Anthropic: Claude Opus 5

Chat
anthropic/claude-opus-5

Claude Opus 5 is Anthropic's flagship model for demanding reasoning, coding, and long-horizon agentic work. It supports text, image, and file inputs with text output, with reasoning support and a 1M-token context window. It is particularly strong at end-to-end software tasks - implementing features, code review and bug finding, multi-stage debugging - as well as visual analysis of documents and diagrams, and coordinating multiple agents on complex deliverables. It maintains strong instruction-following and tool use across extended interactions, and remains efficient for latency-sensitive workloads.

Context Window
1M
Max Output Tokens
128K
Released
2026-07-25
Capabilities
VisionFunction CallingReasoningPrompt CachingWeb SearchPDF Input
Available Providers
AzureAzureBedrockBedrock
Supported Protocols
OpenAIopenaiAnthropicanthropic

Providers

BedrockBedrock
Input Tokens
$5/M
Output Tokens
$25/M
Cache Read
$0.5/M
Cache Write (5 min)
$6.25/M
Cache Write (1 hour)
$10/M
Web Search
$0.015/R
Protocols
OpenAIopenai/v1/chat/completions/v1/responses
Anthropicanthropic
AzureAzure
Input Tokens
$5/M
Output Tokens
$25/M
Cache Read
$0.5/M
Cache Write (5 min)
$6.25/M
Cache Write (1 hour)
$10/M
Web Search
$0.015/R
Protocols
Anthropicanthropic

Sign in to try Anthropic: Claude Opus 5

Chat with this model right here.

Conversations live only in this page and are never stored.

Conversations are not saved — leaving or refreshing this page clears them.

Code Examples

import anthropic
client = anthropic.Anthropic(
base_url="https://api.ofox.io/anthropic",
api_key="YOUR_OFOX_API_KEY",
)
message = client.messages.create(
model="anthropic/claude-opus-5",
max_tokens=1024,
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(message.content[0].text)

Uptime & Status

Frequently Asked Questions

Anthropic: Claude Opus 5 on Ofox.ai costs $5/M per million input tokens and $25/M per million output tokens. Pay-as-you-go, no monthly fees.