Skip to content

Commit c523e63

Browse files
feat(api): gpt-5-codex
1 parent 02af9aa commit c523e63

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
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/openai/types/shared/all_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
"o4-mini-deep-research-2025-06-26",
2222
"computer-use-preview",
2323
"computer-use-preview-2025-03-11",
24+
"gpt-5-codex",
2425
],
2526
]

src/openai/types/shared/responses_model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
"o4-mini-deep-research-2025-06-26",
2222
"computer-use-preview",
2323
"computer-use-preview-2025-03-11",
24+
"gpt-5-codex",
2425
],
2526
]

src/openai/types/shared_params/responses_model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323
"o4-mini-deep-research-2025-06-26",
2424
"computer-use-preview",
2525
"computer-use-preview-2025-03-11",
26+
"gpt-5-codex",
2627
],
2728
]

0 commit comments

Comments
 (0)