Remove model version numbers (#2144)

Remove model version numbers so that the rules stay relevant as the new models are released
This commit is contained in:
Ramesh 2026-06-15 12:48:58 -05:00 committed by GitHub
parent c3fd4137b9
commit 41065bc0b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,17 +2,17 @@
## Model Selection Strategy ## Model Selection Strategy
**Haiku 4.5** (90% of Sonnet capability, 3x cost savings): **Haiku** (90% of Sonnet capability, 3x cost savings):
- Lightweight agents with frequent invocation - Lightweight agents with frequent invocation
- Pair programming and code generation - Pair programming and code generation
- Worker agents in multi-agent systems - Worker agents in multi-agent systems
**Sonnet 4.6** (Best coding model): **Sonnet** (Best coding model):
- Main development work - Main development work
- Orchestrating multi-agent workflows - Orchestrating multi-agent workflows
- Complex coding tasks - Complex coding tasks
**Opus 4.6** (Deepest reasoning): **Opus** (Deepest reasoning):
- Complex architectural decisions - Complex architectural decisions
- Maximum reasoning requirements - Maximum reasoning requirements
- Research and analysis tasks - Research and analysis tasks