Skip to content

Commit a942876

Browse files
chore(api): remove retired models from API and SDKs
1 parent 9a0442d commit a942876

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 116
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic/anthropic-5ce93251152bd7c4c288dacdf5a445383825ba50bc472ff9e9821ee9455e3564.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic/anthropic-04d2899e1e4dd48e29347b98f1265e6345ee20b75e29c12eca1068a8f7c61095.yml
33
openapi_spec_hash: 989d596f7660ce55a7cea748a9292b45
4-
config_hash: 44acd8a997dff056931fb4466201cdeb
4+
config_hash: 221b6331246cafc1f7ff1861d35a3640

src/resources/messages/messages.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,11 +1212,6 @@ export type Model =
12121212
| 'claude-sonnet-4-5-20250929'
12131213
| 'claude-opus-4-1'
12141214
| 'claude-opus-4-1-20250805'
1215-
| 'claude-opus-4-0'
1216-
| 'claude-opus-4-20250514'
1217-
| 'claude-sonnet-4-0'
1218-
| 'claude-sonnet-4-20250514'
1219-
| 'claude-3-haiku-20240307'
12201215
| (string & {});
12211216

12221217
export interface OutputConfig {

0 commit comments

Comments
 (0)