File tree Expand file tree Collapse file tree 7 files changed +32
-3
lines changed Expand file tree Collapse file tree 7 files changed +32
-3
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 109
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-4865dda2b62927bd141cbc85f81be3d88602f103e2c581e15eb1caded3e3aaa2 .yml
3
- openapi_spec_hash : 7d14a9b23ef4ac93ea46d629601b6f6b
4
- config_hash : ed1e6b3c5f93d12b80d31167f55c557c
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-3ae9c18dd7ccfc3ac5206f24394665f563a19015cfa8847b2801a2694d012abc .yml
3
+ openapi_spec_hash : 48175b03b58805cd5c80793c66fd54e5
4
+ config_hash : 4caff63b74a41f71006987db702f2918
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ module ResponsesOnlyModel
16
16
17
17
O1_PRO = :"o1-pro"
18
18
O1_PRO_2025_03_19 = :"o1-pro-2025-03-19"
19
+ O3_PRO = :"o3-pro"
20
+ O3_PRO_2025_06_10 = :"o3-pro-2025-06-10"
19
21
COMPUTER_USE_PREVIEW = :"computer-use-preview"
20
22
COMPUTER_USE_PREVIEW_2025_03_11 = :"computer-use-preview-2025-03-11"
21
23
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ module ResponsesOnlyModel
16
16
17
17
O1_PRO = :"o1-pro"
18
18
O1_PRO_2025_03_19 = :"o1-pro-2025-03-19"
19
+ O3_PRO = :"o3-pro"
20
+ O3_PRO_2025_06_10 = :"o3-pro-2025-06-10"
19
21
COMPUTER_USE_PREVIEW = :"computer-use-preview"
20
22
COMPUTER_USE_PREVIEW_2025_03_11 = :"computer-use-preview-2025-03-11"
21
23
Original file line number Diff line number Diff line change @@ -28,6 +28,13 @@ module OpenAI
28
28
:"o1-pro-2025-03-19" ,
29
29
OpenAI ::AllModels ::ResponsesOnlyModel ::TaggedSymbol
30
30
)
31
+ O3_PRO =
32
+ T . let ( :"o3-pro" , OpenAI ::AllModels ::ResponsesOnlyModel ::TaggedSymbol )
33
+ O3_PRO_2025_06_10 =
34
+ T . let (
35
+ :"o3-pro-2025-06-10" ,
36
+ OpenAI ::AllModels ::ResponsesOnlyModel ::TaggedSymbol
37
+ )
31
38
COMPUTER_USE_PREVIEW =
32
39
T . let (
33
40
:"computer-use-preview" ,
Original file line number Diff line number Diff line change @@ -33,6 +33,16 @@ module OpenAI
33
33
:"o1-pro-2025-03-19" ,
34
34
OpenAI ::ResponsesModel ::ResponsesOnlyModel ::TaggedSymbol
35
35
)
36
+ O3_PRO =
37
+ T . let (
38
+ :"o3-pro" ,
39
+ OpenAI ::ResponsesModel ::ResponsesOnlyModel ::TaggedSymbol
40
+ )
41
+ O3_PRO_2025_06_10 =
42
+ T . let (
43
+ :"o3-pro-2025-06-10" ,
44
+ OpenAI ::ResponsesModel ::ResponsesOnlyModel ::TaggedSymbol
45
+ )
36
46
COMPUTER_USE_PREVIEW =
37
47
T . let (
38
48
:"computer-use-preview" ,
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ module OpenAI
11
11
type responses_only_model =
12
12
:"o1-pro"
13
13
| :"o1-pro-2025-03-19"
14
+ | :"o3-pro"
15
+ | :"o3-pro-2025-06-10"
14
16
| :"computer-use-preview"
15
17
| :"computer-use-preview-2025-03-11"
16
18
@@ -19,6 +21,8 @@ module OpenAI
19
21
20
22
O1_PRO: :"o1-pro"
21
23
O1_PRO_2025_03_19: :"o1-pro-2025-03-19"
24
+ O3_PRO: :"o3-pro"
25
+ O3_PRO_2025_06_10: :"o3-pro-2025-06-10"
22
26
COMPUTER_USE_PREVIEW: :"computer-use-preview"
23
27
COMPUTER_USE_PREVIEW_2025_03_11: :"computer-use-preview-2025-03-11"
24
28
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ module OpenAI
11
11
type responses_only_model =
12
12
:"o1-pro"
13
13
| :"o1-pro-2025-03-19"
14
+ | :"o3-pro"
15
+ | :"o3-pro-2025-06-10"
14
16
| :"computer-use-preview"
15
17
| :"computer-use-preview-2025-03-11"
16
18
@@ -19,6 +21,8 @@ module OpenAI
19
21
20
22
O1_PRO: :"o1-pro"
21
23
O1_PRO_2025_03_19: :"o1-pro-2025-03-19"
24
+ O3_PRO: :"o3-pro"
25
+ O3_PRO_2025_06_10: :"o3-pro-2025-06-10"
22
26
COMPUTER_USE_PREVIEW: :"computer-use-preview"
23
27
COMPUTER_USE_PREVIEW_2025_03_11: :"computer-use-preview-2025-03-11"
24
28
You can’t perform that action at this time.
0 commit comments