File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 111
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 @@ -5,6 +5,8 @@ export type AllModels =
5
5
| ChatModel
6
6
| 'o1-pro'
7
7
| 'o1-pro-2025-03-19'
8
+ | 'o3-pro'
9
+ | 'o3-pro-2025-06-10'
8
10
| 'computer-use-preview'
9
11
| 'computer-use-preview-2025-03-11' ;
10
12
@@ -297,5 +299,7 @@ export type ResponsesModel =
297
299
| ChatModel
298
300
| 'o1-pro'
299
301
| 'o1-pro-2025-03-19'
302
+ | 'o3-pro'
303
+ | 'o3-pro-2025-06-10'
300
304
| 'computer-use-preview'
301
305
| 'computer-use-preview-2025-03-11' ;
You can’t perform that action at this time.
0 commit comments