Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 77eaaf9

Browse files
stainless-app[bot]RobertCraigie
authored andcommittedNov 4, 2024·
1 parent 7f897e2 commit 77eaaf9

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
 

‎.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 10
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic-e8bdc849debd3d8ffb45d5a1cdc6be04d52f37f8b519fc6c184b78907477cd92.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic-25f83d91f601c1962b3701fedf829f678f306aca0758af286ee1586cc9931f75.yml

‎src/anthropic/types/model.py

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
Model: TypeAlias = Union[
99
str,
1010
Literal[
11+
"claude-3-5-haiku-latest",
12+
"claude-3-5-haiku-20241022",
1113
"claude-3-5-sonnet-latest",
1214
"claude-3-5-sonnet-20241022",
1315
"claude-3-5-sonnet-20240620",

‎src/anthropic/types/model_param.py

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
ModelParam: TypeAlias = Union[
1111
str,
1212
Literal[
13+
"claude-3-5-haiku-latest",
14+
"claude-3-5-haiku-20241022",
1315
"claude-3-5-sonnet-latest",
1416
"claude-3-5-sonnet-20241022",
1517
"claude-3-5-sonnet-20240620",

0 commit comments

Comments
 (0)
Please sign in to comment.