File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 97
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-44b20fa9d24544217fe6bb48852037537030a1ad29b202936425110744fe66fb .yml
3
- openapi_spec_hash : ea86343b5e9858a74e85da8ab2c532f6
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-a555f81249cb084f463dcefa4aba069f9341fdaf3dd6ac27d7f237fc90e8f488 .yml
3
+ openapi_spec_hash : 8e590296cd1a54b9508510b0c7a2c45a
4
4
config_hash : 5ea32de61ff42fcf5e66cff8d9e247ea
Original file line number Diff line number Diff line change @@ -1337,6 +1337,12 @@ export interface AssistantUpdateParams {
1337
1337
*/
1338
1338
model ?:
1339
1339
| ( string & { } )
1340
+ | 'gpt-4.1'
1341
+ | 'gpt-4.1-mini'
1342
+ | 'gpt-4.1-nano'
1343
+ | 'gpt-4.1-2025-04-14'
1344
+ | 'gpt-4.1-mini-2025-04-14'
1345
+ | 'gpt-4.1-nano-2025-04-14'
1340
1346
| 'o3-mini'
1341
1347
| 'o3-mini-2025-01-31'
1342
1348
| 'o1'
Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ export type AllModels =
9
9
| 'computer-use-preview-2025-03-11' ;
10
10
11
11
export type ChatModel =
12
+ | 'gpt-4.1'
13
+ | 'gpt-4.1-mini'
14
+ | 'gpt-4.1-nano'
15
+ | 'gpt-4.1-2025-04-14'
16
+ | 'gpt-4.1-mini-2025-04-14'
17
+ | 'gpt-4.1-nano-2025-04-14'
12
18
| 'o3-mini'
13
19
| 'o3-mini-2025-01-31'
14
20
| 'o1'
You can’t perform that action at this time.
0 commit comments