Claude Sonnet 4.6

New
Popular
Anthropic
Multimodal

Anthropic's balanced mid-tier model from February 2026. Best price/performance for production workloads: 5x cheaper than Opus, near-flagship quality.

Try Claude Sonnet 4.6 now
Send a single prompt and stream a response inline. Hit Cmd+Enter to submit.
Sign in to try this model with €5 free credits.
Sign in
Press Cmd+Enter to send
Response appears here.
TL;DRΒ·Last updated May 16, 2026

Claude Sonnet 4.6 is multimodal AI model from Anthropic, priced at €0.003 per 1M input tokens with a 200K tokens context window.

About this model

Released February 17, 2026, Claude Sonnet 4.6 is the workhorse of the 4.x Claude family. Delivers near-Opus quality on most coding, writing and analysis tasks at one-fifth the cost. 200K context window, extended thinking, full vision support, and the same tool-use loop as Opus 4.7. The recommended default for production agents, developer copilots, customer support, and most enterprise API scenarios.
Try Claude Sonnet 4.6

0.7

Sign in to generate β€” 50 free credits on sign-up

Pricing

Price per Generation
Per generationFree

API Integration

Use our OpenAI-compatible API to integrate Claude Sonnet 4.6 into your application.

Install
npm install railwail
JavaScript / TypeScript
import railwail from "railwail";

const rw = railwail("YOUR_API_KEY");

// Simple β€” just pass a string
const reply = await rw.run("claude-sonnet-4-6", "Hello! What can you do?");
console.log(reply);

// With message history
const reply2 = await rw.run("claude-sonnet-4-6", [
  { role: "system", content: "You are a helpful assistant." },
  { role: "user", content: "Explain quantum computing simply." },
]);
console.log(reply2);

// Full response with usage info
const res = await rw.chat("claude-sonnet-4-6", [
  { role: "user", content: "Hello!" },
], { temperature: 0.7, max_tokens: 500 });
console.log(res.choices[0].message.content);
console.log(res.usage);
Specifications
Context window
200,000 tokens
Max output
64,000 tokens
Developer
Anthropic
Category
Multimodal
Supported Formats
text
image
Tags
anthropic
balanced
production
agentic
vision
extended-thinking

Deep dive β€” Anthropic's Claude Sonnet 4.6

About Anthropic
Founded 2021 Β· San Francisco, USA

Anthropic was founded in 2021 by Dario and Daniela Amodei together with senior researchers from OpenAI. The company is a Public Benefit Corporation focused on AI safety. Key research milestones include Constitutional AI (2022), Sparse Autoencoders for interpretability, and the Claude model family launched in March 2023. Claude Sonnet has been Anthropic's flagship 'balanced' tier since the Claude 3 family, with major releases including Sonnet 3.5 (June 2024), Sonnet 3.7 with extended thinking (February 2025), Sonnet 4 (May 2025), Sonnet 4.5 (late 2025) and Sonnet 4.6 (February 17, 2026). Investors include Google, Amazon, Spark Capital and Lightspeed; total funding exceeds $20 billion with a 2026 valuation above $150 billion.

Visit Anthropic β†’
Architecture
Decoder-only Transformer (balanced production model with extended thinking)

Claude Sonnet 4.6 was released February 17, 2026 as the mid-tier workhorse of the Claude 4.x family. It is a decoder-only Transformer engineered to deliver near-Opus quality at one-fifth the cost. Pretraining used the same multi-trillion-token mixture as Opus 4.7 with a knowledge cutoff in early 2026. Post-training combined RLHF, Constitutional AI, RLAIF, and reinforcement learning against verifiable rewards on coding, math and tool-use trajectories. Sonnet 4.6 supports the full Opus feature set: extended thinking mode, native vision, computer use, parallel tool calling, and 200K context. The training emphasis was on efficiency: Sonnet 4.6 outperforms Opus 4 on most coding and writing benchmarks while running ~2x faster and at one-fifth the cost. Anthropic positions Sonnet 4.6 as the recommended default for production workloads.

Parameters
Undisclosed (estimated dense model in the 100B-range)
Context
200K tokens
What it can do
  • Near-Opus quality on most coding, writing and analysis tasks at 5x lower cost
  • Extended thinking mode with adjustable thinking budget
  • 200K token context window with strong needle-in-haystack recall
  • Multimodal input: text, images, PDFs, charts and diagrams
  • Native computer use: screenshots, mouse and keyboard control
  • Parallel tool calling and stable multi-turn agent loops
  • Strong instruction following including XML tags, schemas and strict JSON
  • Constitutional-AI alignment with low refusal rate on benign questions
  • Multilingual fluency across 20+ languages
  • ~2x faster latency than Opus 4.7 on equivalent tasks
  • Best for: production agents, developer copilots, customer support, most enterprise API scenarios.
Training & License

Pretrained on a curated multi-trillion-token mixture identical to the Opus 4.7 corpus, with heavy quality filtering, deduplication and copyright screening. Knowledge cutoff in early 2026. Post-training uses RLHF, Constitutional AI, RLAIF and RL against verifiable rewards.

License: Proprietary commercial license via Anthropic API, Amazon Bedrock and Google Vertex AI. Commercial use permitted under Anthropic's Usage Policy.

Known limitations
  • Below Opus 4.7 on the hardest agentic and reasoning benchmarks
  • No native audio or video input
  • Knowledge cutoff in early 2026; needs tool use for fresh information
  • Will refuse some legitimate red-team and security research prompts
  • No fine-tuning available to external customers

Frequently asked questions

Start using Claude Sonnet 4.6 today

Get started with free credits. No credit card required. Access Claude Sonnet 4.6 and 100+ other models through a single API.