Module: OpenAI::Models::Realtime::RealtimeTranscriptionSessionCreateRequest::Model

Extended by:
Internal::Type::Union
Defined in:
lib/openai/models/realtime/realtime_transcription_session_create_request.rb

Overview

ID of the model to use. The options are ‘gpt-4o-transcribe`, `gpt-4o-mini-transcribe`, and `whisper-1` (which is powered by our open source Whisper V2 model).

See Also:

collapse

WHISPER_1 =
:"whisper-1"
GPT_4O_TRANSCRIBE =
:"gpt-4o-transcribe"
GPT_4O_MINI_TRANSCRIBE =
:"gpt-4o-mini-transcribe"

Class Method Summary collapse

Methods included from Internal::Type::Union

==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Class Method Details

.variantsArray(String, Symbol)

Returns:

  • (Array(String, Symbol))


109
110
111
# File 'lib/openai/models/realtime/realtime_transcription_session_create_request.rb', line 109

define_sorbet_constant!(:Variants) do
  T.type_alias { T.any(String, OpenAI::Realtime::RealtimeTranscriptionSessionCreateRequest::Model::TaggedSymbol) }
end