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

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

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 =
:"distil-whisper/distil-large-v2"
OPENAI_WHISPER_LARGE_V3_TURBO =
:"openai/whisper-large-v3-turbo"
DEEPGRAM_NOVA_3 =
:"deepgram/nova-3"

Method Summary

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, 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