Claude

Anthropic: Claude Sonnet 4.5

Chat
anthropic/claude-sonnet-4.5

Anthropic's balanced model with state-of-the-art performance on SWE-bench Verified. Ideal for coding, analysis, and general-purpose tasks with excellent cost-performance ratio.

1M context window
64K max output tokens
Released: 2025-09-29
Supported Protocols:OpenAIopenaiAnthropicanthropic
Available Providers:BedrockBedrock
Capabilities:VisionFunction CallingReasoningPrompt CachingPDF Input

Pricing

TypePrice
Input Tokens$3/M
Output Tokens$15/M
Cache Read$0.3/M
Cache Write (5 min)$3.75/M
Cache Write (1 hour)$6/M

Code Examples

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

Frequently Asked Questions

Anthropic: Claude Sonnet 4.5 on Ofox.ai costs $3/M per million input tokens and $15/M per million output tokens. Pay-as-you-go, no monthly fees.

Discord

Join our Discord server

Discord โ†’