1.1 — The Claude family: reasoning and long context
Anthropic ships three models in the Claude 4.6 family. Each targets a specific segment of the development workflow, and you'll find them directly in Claude Code via the --model flag or the /model command.
The three tiers
| Model | Target | Context | Typical use case |
|---|---|---|---|
| Opus 4.6 | Deep reasoning | 1M tokens | Architecture, multi-file refactoring, complex decisions |
| Sonnet 4.6 | Perf/cost ratio | 1M tokens | Daily development, code review, test generation |
| Haiku 4.5 | Speed and minimal cost | 200K tokens | Classification, reformatting, lightweight subagent tasks |
Picking the model in Claude Code
```bash
claude --mod