Deepgram

List of Deepgram ASR models.
View as Markdown

List of Deepgram ASR models. Can be passed via the ASRParameters.model parameter. Add the following line to your scenario code to use the enum:

require(Modules.ASR);

Constants

NameTypeDescription
DEFAULTASRModelThe default General model.
generalASRModelOptimized for everyday audio processing.
general_enhancedASRModelOptimized for everyday audio processing. Applies the newest ASR module with higher accuracy.
meetingASRModelOptimized for conference room settings, which include multiple speakers with a single microphone.
meeting_enhancedASRModelOptimized for conference room settings, which include multiple speakers with a single microphone. Applies the newest ASR module with higher accuracy.
phonecallASRModelOptimized for low-bandwidth audio phone calls.
phonecall_enhancedASRModelOptimized for low-bandwidth audio phone calls. Applies the newest ASR module with higher accuracy.
voicemailASRModelOptimized for low-bandwidth audio clips with a single speaker. Derived from the phonecall model.
financeASRModelOptimized for multiple speakers with varying audio quality, such as might be found on a typical earnings call. Vocabulary is heavily finance oriented.
finance_enhancedASRModelOptimized for multiple speakers with varying audio quality, such as might be found on a typical earnings call. Vocabulary is heavily finance oriented. Applies the newest ASR module with higher accuracy.
conversationalASRModelOptimized to allow artificial intelligence technologies, such as chatbots, to interact with people in a human-like way.
videoASRModelOptimized for audio sourced from videos.
nova_generalASRModelOptimized for everyday audio processing.
nova_phonecallASRModelOptimized for low-bandwidth audio phone calls.
nova2_generalASRModelOptimized for everyday audio processing.
nova2_meetingASRModelOptimized for conference room settings, which include multiple speakers with a single microphone.
nova2_phonecallASRModelOptimized for low-bandwidth audio phone calls.
nova2_voicemailASRModelOptimized for low-bandwidth audio clips with a single speaker. Derived from the phonecall model.
nova2_financeASRModelOptimized for multiple speakers with varying audio quality, such as might be found on a typical earnings call. Vocabulary is heavily finance oriented.
nova2_conversationalaiASRModelOptimized for use cases in which a human is talking to an automated bot, such as IVR, a voice assistant, or an automated kiosk.
nova2_videoASRModelOptimized for audio sourced from videos.
nova2_medicalASRModelOptimized for audio with medical oriented vocabulary.
nova2_drivethruASRModelOptimized for audio sources from drivethrus.
nova2_automotiveASRModelOptimized for audio with automative oriented vocabulary.
nova2_atcASRModelOptimized for audio from air traffic control.
nova3_generalASRModelOptimized for everyday audio processing.
nova3_medicalASRModelOptimized for audio with medical oriented vocabulary.