We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2516818 commit 520a436Copy full SHA for 520a436
1 file changed
CLAUDE.md
@@ -62,9 +62,9 @@ style: lint/format
62
2. **Dependencies:** Use `uv add <package>` or `uv add --dev <package>`. Never edit pyproject.toml directly.
63
64
3. **Models:** Use current Claude models. Check docs.anthropic.com for latest versions.
65
- - Sonnet: `claude-sonnet-4-6`
+ - Sonnet: `claude-sonnet-5`
66
- Haiku: `claude-haiku-4-5`
67
- - Opus: `claude-opus-4-6`
+ - Opus: `claude-opus-4-8`
68
- **Never use dated model IDs** (e.g., `claude-sonnet-4-6-20250514`). Always use the non-dated alias.
69
- **Bedrock model IDs** follow a different format. Use the base Bedrock model ID from the docs:
70
- Opus 4.6: `anthropic.claude-opus-4-6-v1`
0 commit comments