Access ยท Pricing ยท API ยท Platforms

Get Started

Sonnet 4.6 is available now across every Claude plan, every major cloud platform, and via API.

Already on claude.ai Free or Pro? You're already on Sonnet 4.6. It became the default February 17, 2026. No action needed.

Access Options

Where To Find It

๐Ÿ’ฌ

Claude.ai

Web, mobile, desktop chat. Default for Free and Pro plans since Feb 17, 2026.

FreeProTeamEnterprise
Open Claude.ai โ†—
โŒจ๏ธ

Claude Code

CLI agentic coding tool. Where the 70% developer preference test was run.

# Install npm install -g @anthropic-ai/claude-code # Launch claude
Docs โ†—
๐Ÿข

Claude Cowork

Desktop productivity tool. File and task automation. Default: Sonnet 4.6.

FreePro
Claude Cowork โ†—
๐Ÿ”Œ

Claude API

Direct API access. Model ID: claude-sonnet-4-6. Same pricing as Sonnet 4.5.

API Docs โ†—
โ˜๏ธ

Amazon Bedrock

Available now on AWS via Amazon Bedrock for teams in the AWS ecosystem.

AWS Bedrock โ†—
๐Ÿ”ท

Google Vertex AI

Available via Google Cloud Vertex AI for GCP-ecosystem teams.

Vertex AI โ†—
Pricing

Same Price. Better Model.

Sonnet 4.6 costs exactly the same as Sonnet 4.5. Every developer building with Sonnet gets a free intelligence upgrade.

Claude 4.6 Family โ€” API Pricing

Per million tokens, input and output

Source: claude.com/pricing#api. Haiku pricing approximate.

Sonnet 4.6 API Pricing

$3

per million input tokens

$15

per million output tokens

Unchanged from Sonnet 4.5 โ€” zero migration cost

vs. Opus 4.6 โ€” 40% Cheaper

Sonnet 4.6 is 40% cheaper per token than Opus 4.6, while matching Opus 4.6 on OfficeQA and beating the previous Opus 4.5 flagship in 59% of developer coding tests.

Opus 4.6 Input

$5 / M

Opus 4.6 Output

$25 / M

๐Ÿ’ฐ
What "Same Price" Means

If you were spending $1,000/month on Sonnet 4.5, you're now spending $1,000/month on a model that beats the previous flagship in developer preference tests. Value per dollar increased automatically on February 17, 2026.

Developer Quick Start

API Code Examples

Minimal Python

import anthropic client = anthropic.Anthropic() message = client.messages.create( model="claude-sonnet-4-6", max_tokens=1024, messages=[{ "role": "user", "content": "Hello!" }] ) print(message.content)

With Adaptive Thinking

# Claude decides when to reason deeply message = client.messages.create( model="claude-sonnet-4-6", max_tokens=16000, thinking={ "type": "enabled", "budget_tokens": 10000 }, messages=[{ "role": "user", "content": "Analyze this codebase..." }] )

With Web Search (Now GA)

# Auto-filters search results message = client.messages.create( model="claude-sonnet-4-6", max_tokens=2048, tools=[{ "type": "web_search_20250305", "name": "web_search" }], messages=[{ "role": "user", "content": "Latest AI news today?" }] )

Model Identifiers

# Pinned โ€” recommended for production: model = "claude-sonnet-4-6" # Auto-update to latest Sonnet: model = "claude-sonnet-4-6-latest"
๐Ÿ“Œ

Pin to claude-sonnet-4-6 for reproducible behavior in production. Use -latest only if you want future Sonnet updates automatically applied.

Platform Updates ยท February 17, 2026

What Else Shipped

๐Ÿง  Adaptive Thinking

Claude decides when deeper reasoning is warranted. At default (high) effort, extended thinking activates automatically for complex steps โ€” no binary ON/OFF required.

Docs โ†—

๐Ÿ“ฆ Context Compaction (Beta)

Automatically summarizes older context approaching limits, enabling continuously running agents. Configurable threshold. Available in API and claude.ai.

Docs โ†—

๐Ÿ” Improved Web Search

Web search and fetch now auto-write and execute code to filter results โ€” keeping only relevant content in context. Better quality, better token efficiency.

Docs โ†—

๐Ÿ“Š Claude in Excel โ€” MCP

MCP connectors now supported: S&P Global, LSEG, Daloopa, PitchBook, Moody's, FactSet. Pull external data into Excel without leaving the spreadsheet. Pro, Max, Team, Enterprise.

Docs โ†—

๐Ÿ”ง Newly GA API Tools

These moved from beta to generally available alongside Sonnet 4.6:

Code Execution Memory Tool Programmatic Tool Calling Tool Search Tool Use Examples

๐ŸŽ Free Tier Upgrades

Features previously Pro-only, now free:

File Creation Connectors Skills Context Compaction
Official Resources

Every Link You Need

ResourceDescriptionLink
Official AnnouncementFull launch post from Anthropicanthropic.com โ†—
System CardFull benchmark data + safety evaluationsystem-card โ†—
Pricing PageAll plan and API pricingclaude.com/pricing โ†—
API Models OverviewModel identifiers and capabilitiesplatform docs โ†—
Adaptive ThinkingHow to use the new thinking systemdocs โ†—
Context CompactionHow to configure compactiondocs โ†—
Prompt Injection GuideSafety guide for computer use deploymentssecurity โ†—
OSWorld BenchmarkComputer use benchmark methodologyos-world.github.io โ†—
Vending-Bench ArenaBusiness simulation benchmarkandonlabs.com โ†—
OfficeQA / GDPValEnterprise document benchmarkartificialanalysis.ai โ†—
Claude CodeCLI coding agent product pageproduct page โ†—
Claude CoworkDesktop productivity toolproduct page โ†—
Ready?

Opus intelligence.
Sonnet price.

Claude Sonnet 4.6 is live now. If you're already on claude.ai, you're already using it.