Skip to content

Commit e2d4c7e

Browse files
feat(api): gpt-5-codex
1 parent 5b275a9 commit e2d4c7e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
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
44
config_hash: 666d6bb4b564f0d9d431124b5d1a0665

src/resources/shared.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1718
export 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';

0 commit comments

Comments
 (0)