Module: Telnyx::Models::AI::AudioTranscribeParams::Model

Extended by:
Internal::Type::Enum
Defined in:
lib/telnyx/models/ai/audio_transcribe_params.rb,
sig/telnyx/models/ai/audio_transcribe_params.rbs

Overview

ID of the model to use. distil-whisper/distil-large-v2 is lower latency but English-only. openai/whisper-large-v3-turbo is multi-lingual but slightly higher latency. deepgram/nova-3 supports English variants (en, en-US, en-GB, en-AU, en-NZ, en-IN) and only accepts mp3/wav files.

Constant Summary collapse

DISTIL_WHISPER_DISTIL_LARGE_V2 =

Returns:

  • (:"distil-whisper/distil-large-v2")
:"distil-whisper/distil-large-v2"
OPENAI_WHISPER_LARGE_V3_TURBO =

Returns:

  • (:"openai/whisper-large-v3-turbo")
:"openai/whisper-large-v3-turbo"
DEEPGRAM_NOVA_3 =

Returns:

  • (:"deepgram/nova-3")
:"deepgram/nova-3"

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, values

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

Instance Method Details

#self?.values::Array[Telnyx::Models::AI::AudioTranscribeParams::model]

Returns:

  • (::Array[Telnyx::Models::AI::AudioTranscribeParams::model])


86
# File 'sig/telnyx/models/ai/audio_transcribe_params.rbs', line 86

def self?.values: -> ::Array[Telnyx::Models::AI::AudioTranscribeParams::model]