Skip to content

Commit d0cff4c

Browse files
feat: Add support for Claude Opus 4.5 model
- Add claude-opus-4-5-20250929 to CLAUDE_MODELS in constants.py - Update README.md documentation with new Opus 4.5 model - Position as most capable model in the 4.5 family Resolves #26 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Richard A <RichardAtCT@users.noreply.github.com>
1 parent 7b3f33d commit d0cff4c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@ for chunk in stream:
622622
All Claude models through November 2025 are supported:
623623
624624
### Claude 4.5 Family (Latest - Fall 2025)
625+
- **`claude-opus-4-5-20250929`** 🎯 Most Capable - Latest Opus with enhanced reasoning and capabilities
625626
- **`claude-sonnet-4-5-20250929`** ⭐ Recommended - Best coding model, superior reasoning and math
626627
- **`claude-haiku-4-5-20251001`** ⚡ Fast & Cheap - Similar performance to Sonnet 4 at 1/3 cost
627628

src/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
# NOTE: Claude Agent SDK only supports Claude 4+ models, not Claude 3.x
4848
CLAUDE_MODELS = [
4949
# Claude 4.5 Family (Latest - Fall 2025) - RECOMMENDED
50+
"claude-opus-4-5-20250929", # Latest Opus 4.5 - Most capable
5051
"claude-sonnet-4-5-20250929", # Recommended - best coding model
5152
"claude-haiku-4-5-20251001", # Fast & cheap
5253
# Claude 4.1

0 commit comments

Comments
 (0)