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
# One of the available [TTS models](https://platform.openai.com/docs/models#tts):
82
-
# `tts-1`, `tts-1-hd`or `gpt-4o-mini-tts`.
82
+
# `tts-1`, `tts-1-hd`, `gpt-4o-mini-tts`, or `gpt-4o-mini-tts-2025-12-15`.
83
83
moduleModel
84
84
extendOpenAI::Internal::Type::Union
85
85
86
86
variantString
87
87
88
-
# One of the available [TTS models](https://platform.openai.com/docs/models#tts): `tts-1`, `tts-1-hd`or `gpt-4o-mini-tts`.
88
+
# One of the available [TTS models](https://platform.openai.com/docs/models#tts): `tts-1`, `tts-1-hd`, `gpt-4o-mini-tts`, or `gpt-4o-mini-tts-2025-12-15`.
# (which is powered by our open source Whisper V2 model), and
152
+
# `gpt-4o-transcribe-diarize`.
151
153
moduleModel
152
154
extendOpenAI::Internal::Type::Union
153
155
154
156
variantString
155
157
156
-
# ID of the model to use. The options are `gpt-4o-transcribe`, `gpt-4o-mini-transcribe`, `whisper-1` (which is powered by our open source Whisper V2 model), and `gpt-4o-transcribe-diarize`.
158
+
# ID of the model to use. The options are `gpt-4o-transcribe`, `gpt-4o-mini-transcribe`, `gpt-4o-mini-transcribe-2025-12-15`, `whisper-1` (which is powered by our open source Whisper V2 model), and `gpt-4o-transcribe-diarize`.
# An optional text to guide the model's style or continue a previous audio
@@ -36,25 +37,47 @@ class AudioTranscription < OpenAI::Internal::Type::BaseModel
36
37
#
37
38
# @param language [String] The language of the input audio. Supplying the input language in
38
39
#
39
-
# @param model [Symbol, OpenAI::Models::Realtime::AudioTranscription::Model] The model to use for transcription. Current options are `whisper-1`, `gpt-4o-min
40
+
# @param model [String, Symbol, OpenAI::Models::Realtime::AudioTranscription::Model] The model to use for transcription. Current options are `whisper-1`, `gpt-4o-min
40
41
#
41
42
# @param prompt [String] An optional text to guide the model's style or continue a previous audio
42
43
43
44
# The model to use for transcription. Current options are `whisper-1`,
44
-
# `gpt-4o-mini-transcribe`, `gpt-4o-transcribe`, and `gpt-4o-transcribe-diarize`.
45
-
# Use `gpt-4o-transcribe-diarize` when you need diarization with speaker labels.
@@ -205,7 +205,7 @@ class RealtimeSession < OpenAI::Internal::Type::BaseModel
205
205
#
206
206
# @param modalities [Array<Symbol, OpenAI::Models::Realtime::RealtimeSession::Modality>] The set of modalities the model can respond with. To disable audio,
207
207
#
208
-
# @param model [Symbol, OpenAI::Models::Realtime::RealtimeSession::Model] The Realtime model used for this session.
208
+
# @param model [String, Symbol, OpenAI::Models::Realtime::RealtimeSession::Model] The Realtime model used for this session.
209
209
#
210
210
# @param object [Symbol, OpenAI::Models::Realtime::RealtimeSession::Object] The object type. Always `realtime.session`.
0 commit comments