Skip to content

Commit 5dc9490

Browse files
Merge pull request #5173 from Cyberfilo/feat/anthropic_models-list-add-opus-4-5
Expand ANTHROPIC_MODELS list with recent Claude model names
2 parents 6435cb8 + a7a54a9 commit 5dc9490

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### main branch
44

5+
- Expanded `ANTHROPIC_MODELS` list with Claude Opus 4.1/4.5/4.6/4.7 dated variants and Claude Sonnet 3.7 so the Anthropic API key auto-detection (`models.sanity_check_models`) recognises them.
56
- Added support for Claude 4.5/4.6 models and updated model aliases (sonnet/haiku/opus).
67
- Expanded Gemini model support with 2.5 Flash and Flash‑Lite, added Gemini 3 preview models, and updated the flash alias to gemini/gemini-flash-latest.
78
- Added DeepSeek Reasoner model and updated DeepSeek model metadata with costs and prompt caching.

aider/models.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,17 @@
7575
claude-3-sonnet-20240229
7676
claude-3-5-sonnet-20240620
7777
claude-3-5-sonnet-20241022
78+
claude-3-7-sonnet-20250219
7879
claude-sonnet-4-20250514
7980
claude-opus-4-20250514
81+
claude-opus-4-1
82+
claude-opus-4-1-20250805
83+
claude-opus-4-5
84+
claude-opus-4-5-20251101
8085
claude-opus-4-6
86+
claude-opus-4-6-20260205
8187
claude-opus-4-7
88+
claude-opus-4-7-20260416
8289
claude-sonnet-4-5
8390
claude-sonnet-4-5-20250929
8491
claude-sonnet-4-6

0 commit comments

Comments
 (0)