Claude Sonnet 4.6 Becomes the Default for Free and Pro Users — Outperforms Opus 4.5 on Coding Agent Benchmarks
Anthropic has made Claude Sonnet 4.6 the default model for claude.ai's Free and Pro plans. Released February 17, 2026, it matches Sonnet 4.5 pricing at $3/$15 per million tokens while internal Claude Code evaluations show it beating the previous frontier model, Opus 4.5, 59% of the time on agentic coding tasks.
Anthropic has designated Claude Sonnet 4.6 as the default model for Free and Pro tier users on claude.ai and Claude Cowork. The model, released on February 17, 2026, has been automatically applied to all affected accounts. Users on those tiers no longer need to manually select it.
Pricing and Specifications
| Input | $3 / 1M tokens |
| Output | $15 / 1M tokens |
| Context window | 1M tokens (beta) |
| API model name | claude-sonnet-4-6 |
Pricing is unchanged from Sonnet 4.5. By comparison, Opus 4.6 carries an input price of $15/1M tokens — more than five times Sonnet 4.6’s rate. The decision to default Free and Pro users to Sonnet 4.6 rather than a newer Opus-class model reflects the cost structure of serving millions of users.
Internal Evaluation: Coding Agent Performance
Anthropic’s Claude Code development team published internal head-to-head evaluation results.
Sonnet 4.6 vs. Sonnet 4.5: Sonnet 4.6 was preferred in 70% of comparisons. Cited improvements include better context absorption and reduced duplication of common logic across generated code.
Sonnet 4.6 vs. Opus 4.5 (previous frontier model): Sonnet 4.6 was preferred in 59% of comparisons. The evaluation described Opus 4.5 as prone to over-engineering and less reliably instruction-following. The Claude Code team noted that Sonnet 4.6 produces “fewer false success reports, fewer hallucinations, and better consistency on multi-step tasks.”
That a mid-tier model outperforms a previous frontier model on agentic coding tasks is notable. It suggests that model scale alone does not determine performance on structured, tool-using workflows — and that instruction-following and calibration may matter more for agent reliability than raw capability on open-ended generation.
Computer Use Improvements
On the OSWorld benchmark — which measures an AI’s ability to control a desktop environment — Sonnet 4.6 shows substantial improvement over prior models. Anthropic highlighted competence on spreadsheet manipulation and multi-tab web form completion as areas approaching human-level accuracy.
This matters for teams building automation workflows that go beyond text generation: document processing pipelines, browser-based agents, and desktop automation use cases become more viable with higher baseline accuracy on GUI interaction.
Prompt Injection Resistance
Sonnet 4.6 delivers significantly improved resistance to prompt injection attacks compared to Sonnet 4.5, reaching parity with Opus 4.6 on this dimension. For agentic deployments — where models routinely process external content from web pages, documents, and APIs — prompt injection is a practical security concern, not just a theoretical one. The upgrade in this area is directly applicable to production agent systems.
What This Means for API Users
Free and Pro users on claude.ai get Sonnet 4.6 automatically with no action required. For API users, the model is available now at claude-sonnet-4-6. Existing integrations pointing to claude-sonnet-4-5 will continue to work but will not automatically receive the upgrade — explicit model name changes are required.
Opus 4.6 remains available for workloads that require it, but the internal evaluation data suggests that defaulting to Sonnet 4.6 for coding agent tasks is a reasonable starting point before profiling whether Opus-class performance is actually needed.
関連記事
Claude Sonnet 4.6、無料・Proプランのデフォルトモデルに——社内テストでOpus 4.5を59%の確率で上回る
Anthropicは2026年2月17日にリリースしたClaude Sonnet 4.6を、claude.aiの無料・Proプランのデフォルトモデルに設定した。価格はSonnet 4.5と同額の$3/$15 per 1Mトークン。社内評価ではコーディングエージェント用途でOpus 4.5を上回る結果が出ている。
Claude Code v2.1.47 リリース - Windows対応強化・メモリ改善・40件超のバグ修正
Anthropicは2026年2月19日、Claude Code v2.1.47をリリースした。Windows環境の描画バグ修正、長時間セッションのメモリ改善、起動速度の向上(約500ms短縮)、コンテキスト圧縮後のプランモード保持など40件以上の修正が含まれる。
Claude Code v2.1.49 リリース - バックグラウンドエージェント制御改善・起動高速化・Sonnet 4.6の1Mコンテキスト対応
Anthropicは2026年2月20日、Claude Code v2.1.49をリリースした。バックグラウンドエージェント実行中のCtrl+C/ESC無視バグの修正、起動パフォーマンスの大幅改善、シンプルモードへのファイル編集ツール追加、Yoga WASMメモリリークの修正などが含まれる。また、MaxプランにおいてSonnet 4.6が1Mコンテキストに対応した。
人気記事
ChatGPT(OpenAI)とClaude(Anthropic)の機能比較 2026年版。コーディング・長文解析・コスト・API料金の違いを検証
ChatGPT(GPT-4o/o3)とClaude(Sonnet 4.6/Opus 4.5)を2026年時点の最新情報で比較する。コーディング能力、長文処理、日本語品質、API料金、無料プランの違いをSWE-benchなどのベンチマーク結果とともに解説する。
【2026年2月20日 所感】「AIがコードを書く」は仮説から現実になった——しかし私たちはその意味をまだ消化できていない
2026年2月20日に観測したコーディングエージェント関連ニュースの総括と所感。Anthropicの自律性研究、cmux、MJ Rathbunのエージェント事故、HN「外骨格 vs チーム」論争、Stripe Minions週1000件PR、Taalas 17k tokens/sec——朝から夜までの流れを通じて見えてきた「AIがコードを書く時代」の実相を考察する。
868のスキルをnpx 1コマンドで——「Antigravity Awesome Skills」が主要AIコーディングエージェントの共通スキル基盤になりつつある
Claude Code・Gemini CLI・Codex CLI・Cursor・GitHub Copilotなど主要AIコーディングアシスタントを横断する868以上のスキルライブラリ「Antigravity Awesome Skills」(v5.4.0)を詳細分析。Anthropic・Vercel・OpenAI・Supabase・Microsoftの公式スキルを統合した設計思想、ロール別バンドル・ワークフロー機能、SKILL.mdによる相互運用性のアーキテクチャを解説する。
最新記事
AIエージェント間通信の標準化競争が始まる——AquaとAgent Semantic Protocolが同日登場
2026年2月23日、Hacker Newsに2つのAIエージェント通信プロジェクトが同日掲載された。Go製CLI「Aqua」とセマンティックルーティングを実装する「Agent Semantic Protocol」は、MCPが解決できないP2P・非同期通信の課題に取り組む。
Claude Sonnet 4.6、無料・Proプランのデフォルトモデルに——社内テストでOpus 4.5を59%の確率で上回る
Anthropicは2026年2月17日にリリースしたClaude Sonnet 4.6を、claude.aiの無料・Proプランのデフォルトモデルに設定した。価格はSonnet 4.5と同額の$3/$15 per 1Mトークン。社内評価ではコーディングエージェント用途でOpus 4.5を上回る結果が出ている。
GoogleがOpenClaw経由のGemini利用ユーザーのアカウントを永久停止——月額$250請求継続のまま
2026年2月23日、Hacker Newsで140pt/107コメントを集めたレポートによると、GoogleはOpenClaw(サードパーティクライアント)経由でGeminiを使用していたGoogle AI Pro/Ultraユーザーを予告なしに永久停止した。技術的・経済的背景を整理する。