Skip to content

Commit baae0ee

Browse files
feat(api): add claude-opus-4-1-20250805
1 parent 3cfa202 commit baae0ee

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 26
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic%2Fanthropic-e35574542a0e97f5127bac86f280bce8aaffa9d8d0bb90b5994ff132b31072e1.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic%2Fanthropic-43f38b1226d74e1e6093196a1a9585c240e656a463f5791ffe32c8910726f55b.yml
33
openapi_spec_hash: f09142bb93ac7ed78f4dc1a47af7b5ed
4-
config_hash: c92437595d9a0a24b952a739cdae304d
4+
config_hash: 7154b62ac6eb8c65499cf4d876d618d4

src/anthropic/_constants.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@
2323
"claude-4-opus-20250514": 8_192,
2424
"anthropic.claude-opus-4-20250514-v1:0": 8_192,
2525
"claude-opus-4@20250514": 8_192,
26+
"claude-opus-4-1-20250805": 8192,
27+
"anthropic.claude-opus-4-1-20250805-v1:0": 8192,
28+
"claude-opus-4-1@20250805": 8192,
2629
}

src/anthropic/types/model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"claude-opus-4-0",
2121
"claude-opus-4-20250514",
2222
"claude-4-opus-20250514",
23+
"claude-opus-4-1-20250805",
2324
"claude-3-opus-latest",
2425
"claude-3-opus-20240229",
2526
"claude-3-haiku-20240307",

src/anthropic/types/model_param.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"claude-opus-4-0",
2323
"claude-opus-4-20250514",
2424
"claude-4-opus-20250514",
25+
"claude-opus-4-1-20250805",
2526
"claude-3-opus-latest",
2627
"claude-3-opus-20240229",
2728
"claude-3-haiku-20240307",

0 commit comments

Comments
 (0)