TL;DR: which one should I pick right now?
**Default to Sonnet 4.6.** It handles classification, structured extraction, RAG synthesis, chat assistants, and most production workloads at one-fifth the cost. Per Anthropic's models overview, Sonnet 4.6 sits within 3-5 points of Opus on most tasks.
**Reach for Opus 4.x when** (1) you generate greenfield code where one bad architectural decision costs hours of human time, (2) you run a long-horizon agentic loop where one wrong tool call cascades into ten more, or (3) you write high-stakes longform copy where brand voice matters more than per-token cost.
**Skip Opus when** the task fits a short prompt with a clear right answer (classification, JSON extraction, simple summarization), or volume exceeds 100K calls/day and the cost difference compounds into thousands per month.
**Hybrid is the right architecture for most teams.** Route the 80% of bread-and-butter traffic to Sonnet 4.6, escalate the 20% of hard cases (multi-step planning, agent kickoff) to Opus 4.8 via a cheap router model. Sources: Anthropic pricing, models overview, Artificial Analysis, SWE-bench Verified.