File tree Expand file tree Collapse file tree 7 files changed +18
-2
lines changed Expand file tree Collapse file tree 7 files changed +18
-2
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 @@ -24,6 +24,7 @@ module ResponsesOnlyModel
24
24
O4_MINI_DEEP_RESEARCH_2025_06_26 = :"o4-mini-deep-research-2025-06-26"
25
25
COMPUTER_USE_PREVIEW = :"computer-use-preview"
26
26
COMPUTER_USE_PREVIEW_2025_03_11 = :"computer-use-preview-2025-03-11"
27
+ GPT_5_CODEX = :"gpt-5-codex"
27
28
28
29
# @!method self.values
29
30
# @return [Array<Symbol>]
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ module ResponsesOnlyModel
24
24
O4_MINI_DEEP_RESEARCH_2025_06_26 = :"o4-mini-deep-research-2025-06-26"
25
25
COMPUTER_USE_PREVIEW = :"computer-use-preview"
26
26
COMPUTER_USE_PREVIEW_2025_03_11 = :"computer-use-preview-2025-03-11"
27
+ GPT_5_CODEX = :"gpt-5-codex"
27
28
28
29
# @!method self.values
29
30
# @return [Array<Symbol>]
Original file line number Diff line number Diff line change @@ -65,6 +65,11 @@ module OpenAI
65
65
:"computer-use-preview-2025-03-11" ,
66
66
OpenAI ::AllModels ::ResponsesOnlyModel ::TaggedSymbol
67
67
)
68
+ GPT_5_CODEX =
69
+ T . let (
70
+ :"gpt-5-codex" ,
71
+ OpenAI ::AllModels ::ResponsesOnlyModel ::TaggedSymbol
72
+ )
68
73
69
74
sig do
70
75
override . returns (
Original file line number Diff line number Diff line change @@ -73,6 +73,11 @@ module OpenAI
73
73
:"computer-use-preview-2025-03-11" ,
74
74
OpenAI ::ResponsesModel ::ResponsesOnlyModel ::TaggedSymbol
75
75
)
76
+ GPT_5_CODEX =
77
+ T . let (
78
+ :"gpt-5-codex" ,
79
+ OpenAI ::ResponsesModel ::ResponsesOnlyModel ::TaggedSymbol
80
+ )
76
81
77
82
sig do
78
83
override . returns (
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ module OpenAI
19
19
| :"o4-mini-deep-research-2025-06-26"
20
20
| :"computer-use-preview"
21
21
| :"computer-use-preview-2025-03-11"
22
+ | :"gpt-5-codex"
22
23
23
24
module ResponsesOnlyModel
24
25
extend OpenAI::Internal::Type::Enum
@@ -33,6 +34,7 @@ module OpenAI
33
34
O4_MINI_DEEP_RESEARCH_2025_06_26: :"o4-mini-deep-research-2025-06-26"
34
35
COMPUTER_USE_PREVIEW: :"computer-use-preview"
35
36
COMPUTER_USE_PREVIEW_2025_03_11: :"computer-use-preview-2025-03-11"
37
+ GPT_5_CODEX: :"gpt-5-codex"
36
38
37
39
def self?.values : -> ::Array[OpenAI::Models::AllModels::responses_only_model]
38
40
end
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ module OpenAI
19
19
| :"o4-mini-deep-research-2025-06-26"
20
20
| :"computer-use-preview"
21
21
| :"computer-use-preview-2025-03-11"
22
+ | :"gpt-5-codex"
22
23
23
24
module ResponsesOnlyModel
24
25
extend OpenAI::Internal::Type::Enum
@@ -33,6 +34,7 @@ module OpenAI
33
34
O4_MINI_DEEP_RESEARCH_2025_06_26: :"o4-mini-deep-research-2025-06-26"
34
35
COMPUTER_USE_PREVIEW: :"computer-use-preview"
35
36
COMPUTER_USE_PREVIEW_2025_03_11: :"computer-use-preview-2025-03-11"
37
+ GPT_5_CODEX: :"gpt-5-codex"
36
38
37
39
def self?.values : -> ::Array[OpenAI::Models::ResponsesModel::responses_only_model]
38
40
end
You can’t perform that action at this time.
0 commit comments