File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-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-f312a661d9dd6b5d6d676e449c357f6414afd1fdaaf4d982d44ad86cba5c5f6e .yml
3
- openapi_spec_hash : b62fd3d3fb98e37b1da0a2e22af51d40
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-51afd6abbcb18c3086f62993f9379c18443b9e516cbc0548ddfb932e835657f8 .yml
3
+ openapi_spec_hash : dae6afeaefa15cb8700c7a870531e06f
4
4
config_hash : b854932c0ea24b400bdd64e4376936bd
Original file line number Diff line number Diff line change @@ -2218,6 +2218,8 @@ export interface RealtimeSession {
2218
2218
* The Realtime model used for this session.
2219
2219
*/
2220
2220
model ?:
2221
+ | 'gpt-realtime'
2222
+ | 'gpt-realtime-2025-08-28'
2221
2223
| 'gpt-4o-realtime-preview'
2222
2224
| 'gpt-4o-realtime-preview-2024-10-01'
2223
2225
| 'gpt-4o-realtime-preview-2024-12-17'
@@ -2480,6 +2482,8 @@ export interface RealtimeSessionCreateRequest {
2480
2482
*/
2481
2483
model :
2482
2484
| ( string & { } )
2485
+ | 'gpt-realtime'
2486
+ | 'gpt-realtime-2025-08-28'
2483
2487
| 'gpt-4o-realtime'
2484
2488
| 'gpt-4o-mini-realtime'
2485
2489
| 'gpt-4o-realtime-preview'
You can’t perform that action at this time.
0 commit comments