File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 118
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-937fcfac8cbab692796cd9822b37e48a311e2220a8b103106ded0ee92a0b9484 .yml
3
- openapi_spec_hash : 74a0c58b5b8c4e06792d79b685e02a01
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-410219ea680089f02bb55163c673919703f946c3d6ad7ff5d6f607121d5287d5 .yml
3
+ openapi_spec_hash : 2b3eee95d3f6796c7a61dfddf694a59a
4
4
config_hash : 666d6bb4b564f0d9d431124b5d1a0665
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ export type AllModels =
12
12
| 'o4-mini-deep-research'
13
13
| 'o4-mini-deep-research-2025-06-26'
14
14
| 'computer-use-preview'
15
- | 'computer-use-preview-2025-03-11' ;
15
+ | 'computer-use-preview-2025-03-11'
16
+ | 'gpt-5-codex' ;
16
17
17
18
export type ChatModel =
18
19
| 'gpt-5'
@@ -380,4 +381,5 @@ export type ResponsesModel =
380
381
| 'o4-mini-deep-research'
381
382
| 'o4-mini-deep-research-2025-06-26'
382
383
| 'computer-use-preview'
383
- | 'computer-use-preview-2025-03-11' ;
384
+ | 'computer-use-preview-2025-03-11'
385
+ | 'gpt-5-codex' ;
You can’t perform that action at this time.
0 commit comments