Skip to main content

Usage guide

Setup, environment variables, and Python/JavaScript/Go usage examples.

DeepgramSTT

Initialize the Deepgram STT plugin Slot: stt. Route: plugins — direct to the vendor, with DEEPGRAM_API_KEY or an explicit api_key.

Fields

str
default:"nova-2"
str
default:"en-US"
bool
default:"True"
bool
default:"True"
bool
default:"True"
int
default:"48000"
int
default:"50"
bool
default:"True"
list[str] | None
default:"None"
list[str] | None
default:"None"
bool
default:"False"
bool
default:"False"
Union[str, List[str]] | None
default:"None"
bool
default:"False"
str
default:"wss://api.deepgram.com/v1/listen"

DeepgramSTTV2

Initialize the Deepgram STT plugin (Flux / v2 API). Slot: stt. Route: plugins — direct to the vendor, with DEEPGRAM_API_KEY or an explicit api_key.

Fields

str
default:"flux-general-en"
int
default:"48000"
int
default:"16000"
float
default:"0.6"
float
default:"0.8"
int
default:"7000"
list[str] | None
default:"None"
list[str] | None
default:"None"
Union[str, List[str]] | None
default:"None"
str
default:"wss://api.deepgram.com/v2/listen"
bool
default:"False"