File tree 5 files changed +9
-1
lines changed
5 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 64
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-27d8d6da893c1cdd53b491ec05153df22b1e113965f253a1d6eb8d75b628173f .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-518ca6c60061d3e8bc0971facf40d752f2aea62e3522cc168ad29a1f29cab3dd .yml
Original file line number Diff line number Diff line change @@ -1057,6 +1057,8 @@ export interface AssistantCreateParams {
1057
1057
| ( string & { } )
1058
1058
| 'gpt-4o'
1059
1059
| 'gpt-4o-2024-05-13'
1060
+ | 'gpt-4o-mini'
1061
+ | 'gpt-4o-mini-2024-07-18'
1060
1062
| 'gpt-4-turbo'
1061
1063
| 'gpt-4-turbo-2024-04-09'
1062
1064
| 'gpt-4-0125-preview'
Original file line number Diff line number Diff line change @@ -546,6 +546,8 @@ export interface RunCreateParamsBase {
546
546
| ( string & { } )
547
547
| 'gpt-4o'
548
548
| 'gpt-4o-2024-05-13'
549
+ | 'gpt-4o-mini'
550
+ | 'gpt-4o-mini-2024-07-18'
549
551
| 'gpt-4-turbo'
550
552
| 'gpt-4-turbo-2024-04-09'
551
553
| 'gpt-4-0125-preview'
Original file line number Diff line number Diff line change @@ -525,6 +525,8 @@ export interface ThreadCreateAndRunParamsBase {
525
525
| ( string & { } )
526
526
| 'gpt-4o'
527
527
| 'gpt-4o-2024-05-13'
528
+ | 'gpt-4o-mini'
529
+ | 'gpt-4o-mini-2024-07-18'
528
530
| 'gpt-4-turbo'
529
531
| 'gpt-4-turbo-2024-04-09'
530
532
| 'gpt-4-0125-preview'
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ export class Chat extends APIResource {
11
11
export type ChatModel =
12
12
| 'gpt-4o'
13
13
| 'gpt-4o-2024-05-13'
14
+ | 'gpt-4o-mini'
15
+ | 'gpt-4o-mini-2024-07-18'
14
16
| 'gpt-4-turbo'
15
17
| 'gpt-4-turbo-2024-04-09'
16
18
| 'gpt-4-0125-preview'
You can’t perform that action at this time.
0 commit comments