Skip to content

Commit 92289ce

Browse files
authored
Add claude haiku 4.5 model (#3183)
1 parent 33e2bf8 commit 92289ce

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

pydantic_ai_slim/pydantic_ai/models/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
'anthropic:claude-3-5-sonnet-20240620',
5656
'anthropic:claude-3-5-sonnet-20241022',
5757
'anthropic:claude-3-5-sonnet-latest',
58+
'anthropic:claude-haiku-4-5',
59+
'anthropic:claude-haiku-4-5-20251001',
5860
'anthropic:claude-3-7-sonnet-20250219',
5961
'anthropic:claude-3-7-sonnet-latest',
6062
'anthropic:claude-3-haiku-20240307',

pydantic_ai_slim/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ openai = ["openai>=1.107.2"]
7171
cohere = ["cohere>=5.18.0; platform_system != 'Emscripten'"]
7272
vertexai = ["google-auth>=2.36.0", "requests>=2.32.2"]
7373
google = ["google-genai>=1.31.0"]
74-
anthropic = ["anthropic>=0.69.0"]
74+
anthropic = ["anthropic>=0.70.0"]
7575
groq = ["groq>=0.25.0"]
7676
mistral = ["mistralai>=1.9.10"]
7777
bedrock = ["boto3>=1.39.0"]

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)