You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Some parameter documentations has been truncated, see
36
45
# {OpenAI::Models::Realtime::AudioTranscription} for more details.
37
46
#
47
+
# @param delay [Symbol, OpenAI::Models::Realtime::AudioTranscription::Delay] Controls how long the model waits before emitting transcription text.
48
+
#
38
49
# @param language [String] The language of the input audio. Supplying the input language in
39
50
#
40
51
# @param model [String, Symbol, OpenAI::Models::Realtime::AudioTranscription::Model] The model to use for transcription. Current options are `whisper-1`, `gpt-4o-min
41
52
#
42
53
# @param prompt [String] An optional text to guide the model's style or continue a previous audio
43
54
55
+
# Controls how long the model waits before emitting transcription text. Higher
56
+
# values can improve transcription accuracy at the cost of latency. Only supported
57
+
# with `gpt-realtime-whisper` in GA Realtime sessions.
# Some parameter documentations has been truncated, see
16
+
# {OpenAI::Models::Realtime::RealtimeReasoning} for more details.
17
+
#
18
+
# Configuration for reasoning-capable Realtime models such as `gpt-realtime-2`.
19
+
#
20
+
# @param effort [Symbol, OpenAI::Models::Realtime::RealtimeReasoningEffort] Constrains effort on reasoning for reasoning-capable Realtime models such as
# Some parameter documentations has been truncated, see
99
112
# {OpenAI::Models::Realtime::RealtimeResponseCreateParams} for more details.
100
113
#
@@ -114,8 +127,12 @@ class RealtimeResponseCreateParams < OpenAI::Internal::Type::BaseModel
114
127
#
115
128
# @param output_modalities [Array<Symbol, OpenAI::Models::Realtime::RealtimeResponseCreateParams::OutputModality>] The set of modalities the model used to respond, currently the only possible val
116
129
#
130
+
# @param parallel_tool_calls [Boolean] Whether the model may call multiple tools in parallel. Only supported by
131
+
#
117
132
# @param prompt [OpenAI::Models::Responses::ResponsePrompt, nil] Reference to a prompt template and its variables.
118
133
#
134
+
# @param reasoning [OpenAI::Models::Realtime::RealtimeReasoning] Configuration for reasoning-capable Realtime models such as `gpt-realtime-2`.
135
+
#
119
136
# @param tool_choice [Symbol, OpenAI::Models::Responses::ToolChoiceOptions, OpenAI::Models::Responses::ToolChoiceFunction, OpenAI::Models::Responses::ToolChoiceMcp] How the model chooses tools. Provide one of the string modes or force a specific
120
137
#
121
138
# @param tools [Array<OpenAI::Models::Realtime::RealtimeFunctionTool, OpenAI::Models::Realtime::RealtimeResponseCreateMcpTool>] Tools available to the model.
0 commit comments