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 11configured_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
44config_hash : 666d6bb4b564f0d9d431124b5d1a0665
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ export type AllModels =
1212 | 'o4-mini-deep-research'
1313 | 'o4-mini-deep-research-2025-06-26'
1414 | 'computer-use-preview'
15- | 'computer-use-preview-2025-03-11' ;
15+ | 'computer-use-preview-2025-03-11'
16+ | 'gpt-5-codex' ;
1617
1718export type ChatModel =
1819 | 'gpt-5'
@@ -380,4 +381,5 @@ export type ResponsesModel =
380381 | 'o4-mini-deep-research'
381382 | 'o4-mini-deep-research-2025-06-26'
382383 | '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