Skip to main content
Deepgram is a speech-to-text plugin. It transcribes the caller’s audio into text for the LLM.

Setup

Set your Deepgram API key in the worker environment. Generate a key from the Deepgram console:

Usage

Import the plugin and pass it to the pipeline’s stt slot.

Parameters

Constructor parameters for the Python SDK (DeepgramSTT). The JavaScript and Go SDKs expose equivalent options where supported, in their idiomatic form (camelCase / STTOptions struct).

Import paths

Transcribed text passes to the LLM once turn detection decides the caller has finished speaking.