Back to Models

Anthropic: Claude Sonnet 4.5

anthropic/claude-sonnet-4.5
Sep 29, 20251M context64K max output$3.00/M in · $15.00/M outReasoning

Description

Claude Sonnet 4.5 is Anthropic’s most advanced Sonnet model to date, optimized for real-world agents and coding workflows. It delivers state-of-the-art performance on coding benchmarks such as SWE-bench Verified, with improvements across system design, code security, and specification adherence. The model is designed for extended autonomous operation, maintaining task continuity across sessions and providing fact-based progress tracking.

Sonnet 4.5 also introduces stronger agentic capabilities, including improved tool orchestration, speculative parallel execution, and more efficient context and memory management. With enhanced context tracking and awareness of token usage across tool calls, it is particularly well-suited for multi-context and long-running workflows. Use cases span software engineering, cybersecurity, financial analysis, research agents, and other domains requiring sustained reasoning and tool use.

Specifications

Provider
anthropic
Context Length
1M
Max Output
64K
Modality
Intextimagefile
Outtext

Pricing

Type200K>200K
Input$3.00$6.00
Output$15.00$22.50
Cache Read$0.30$0.60
Cache Write$3.75$7.50
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-sonnet-4.5",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
Anthropic: Claude Sonnet 4.5 — Pricing & API on OminiGate