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 @@ -672,6 +672,8 @@ export interface RunCreateParamsBase {
672
672
| ( string & { } )
673
673
| 'gpt-4o'
674
674
| 'gpt-4o-2024-05-13'
675
+ | 'gpt-4o-mini'
676
+ | 'gpt-4o-mini-2024-07-18'
675
677
| 'gpt-4-turbo'
676
678
| 'gpt-4-turbo-2024-04-09'
677
679
| 'gpt-4-0125-preview'
Original file line number Diff line number Diff line change @@ -549,6 +549,8 @@ export interface ThreadCreateAndRunParamsBase {
549
549
| ( string & { } )
550
550
| 'gpt-4o'
551
551
| 'gpt-4o-2024-05-13'
552
+ | 'gpt-4o-mini'
553
+ | 'gpt-4o-mini-2024-07-18'
552
554
| 'gpt-4-turbo'
553
555
| 'gpt-4-turbo-2024-04-09'
554
556
| '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