AnthropicReleased on Sep 29, 2025

Claude Sonnet 4.5: API Pricing, Context Window & Benchmarks

Claude Sonnet 4.5 is a language model from Anthropic, released in September 2025, with multimodal input, a 200K-token context window, and pricing from $3.00/M input and $15.00/M output.

Claude Sonnet 4.5 is the best coding model in the world. It's the strongest model for building complex agents. It’s the best model at using computers. And it shows substantial gains in reasoning and math. Highest intelligence across most

Input
TextImageAudioVideo
Output
Text

Claude Sonnet 4.5 benchmarks

Rankings

Quality Tracker

Claude Sonnet 4.5 Performance Across Datasets

Scores sourced from the model's scorecard, paper, or official blog posts

LLM Stats Logollm-stats.com - Tue Jul 21 2026
Notice missing or incorrect data?

Claude Sonnet 4.5 pricing

Providers

Claude Sonnet 4.5 starts at $3.00 per million input tokens and $15.00 per million output tokens via Anthropic.

ProviderInput $/MOutput $/MContext in / outTTFT p50 / p95 sOutput avg / p5 c/sSuccess 7dModalities in / out
Anthropic logoAnthropic
$3.00$15.00200.0K/64.0K
1.63/2.49
122/5
94.74%(38)
/

Cached input is the discounted price for prompt tokens served from a provider cache. TTFT is time to first token. Output is characters per second; p5 is the sustained floor exceeded by 95% of observed requests. Success is calculated from completed versus failed requests over the trailing seven days.

Claude Sonnet 4.5 context window

Input and output token limits for Claude Sonnet 4.5, plus how it ranks on long-context understanding.

InputOutput
200Ktokens
64Ktokens
301 pages of text
200K
8K128K1M

Claude Sonnet 4.5 API

POST/v1/chat/completions

Run a request to see the response

Use it in your code

Billed at $3.00 input / $15.00 output per 1M tokens through the LLM Stats gateway.

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://gateway.llm-stats.com/v1"
)

response = client.chat.completions.create(
    model="claude-sonnet-4-5-20250929",
    messages=[
        {"role": "user", "content": "What is machine learning?"}
    ]
)

print(response.choices[0].message.content)

Need an API key? Create one above in the playground, or read the API documentation.

Claude Sonnet 4.5 latency

Claude Sonnet 4.5 time to first token, sustained output throughput, and failed-request rate from live API traffic over the trailing 7 days.

Provider operational metrics

Time to first token, output throughput, and failed-request rate from live API traffic

Loading chart...
Loading chart...
Loading chart...

Claude Sonnet 4.5 examples

Recent arena outputs from Claude Sonnet 4.5, picked from the highest-ranked matchups.

Claude Sonnet 4.5 license

Claude Sonnet 4.5 is a proprietary model available under its provider's product and API terms, has a knowledge cutoff of January 2025.

License
Proprietary
Hosted access
Knowledge cutoff
January 2025

Proprietary license - usage restrictions apply

Claude Sonnet 4.5 resources

Official sources for Claude Sonnet 4.5: api documentation, official playground, official launch post.

Claude Sonnet 4.5 vs other models

The most-compared alternatives to Claude Sonnet 4.5 are Grok-3 Mini, Step3-VL-10B, ERNIE 5.0. Open any pair side-by-side for benchmarks, pricing, context, and latency.

Models like Claude Sonnet 4.5

Models ranked just above and below Claude Sonnet 4.5 by LLM Stats score.

 

Grok-3 Mini

Score pending
 

Step3-VL-10B

Score pending
 

ERNIE 5.0

Score pending
 

Claude Opus 4.1

Score pending
 

Gemini 2.5 Pro

Score pending
 

Qwen3.7-Plus

Score pending

FAQ

Common questions about Claude Sonnet 4.5.

When was Claude Sonnet 4.5 released?

Claude Sonnet 4.5 was released on September 29, 2025 by Anthropic. This is the official Claude Sonnet 4.5 release date tracked on LLM Stats.

How much does Claude Sonnet 4.5 cost?

Claude Sonnet 4.5 costs $3.00 per million input tokens and $15.00 per million output tokens through the LLM Stats API, which works with any OpenAI-compatible SDK. Across tracked providers, the lowest price is $3.00 per million input tokens via Anthropic.

Is Claude Sonnet 4.5 available via API?

Yes. Claude Sonnet 4.5 is available through the LLM Stats API and works with any OpenAI-compatible SDK — point your client at the gateway base URL and pass the model name. It is served by 1 provider tracked on LLM Stats.

Who created Claude Sonnet 4.5?

Claude Sonnet 4.5 was created by Anthropic.

What is the license for Claude Sonnet 4.5?

Claude Sonnet 4.5 is released under the Proprietary license.

What is the knowledge cutoff date for Claude Sonnet 4.5?

Claude Sonnet 4.5 has a knowledge cutoff of January 2025, meaning it was trained on data up to that point and may not know about events after it.

Is Claude Sonnet 4.5 multimodal?

Yes, Claude Sonnet 4.5 is multimodal and can accept both text and images as input.

What is Claude Sonnet 4.5 latency?

Claude Sonnet 4.5 p95 time to first token is 2.49 seconds via Anthropic over the trailing 7 days. Lower time to first token means the model begins responding sooner for chat, agents and API workloads.

Where can I use Claude Sonnet 4.5?

Claude Sonnet 4.5 is available through 1 provider including Anthropic.

Where is the Claude Sonnet 4.5 paper or technical report?

Claude Sonnet 4.5 has a paper or technical report available at https://www.anthropic.com/news/claude-sonnet-4-5. Use that source for architecture, training, release and evaluation details.

What models should I compare Claude Sonnet 4.5 against?

Common Claude Sonnet 4.5 comparisons include Claude Sonnet 4.5 vs Grok-3 Mini, Claude Sonnet 4.5 vs Step3-VL-10B, Claude Sonnet 4.5 vs ERNIE 5.0. Compare them side by side for benchmark scores, pricing, context window, latency and API availability.