Template Apps
Get up and running fast with our Flux TTS (/v2/speak) template applications, fully integrated with Deepgram out-of-the-box.
Each template is a runnable demo that streams text to Deepgram Flux TTS over /v2/speak and plays the audio back. Unlike the Flux transcription starters, these use the official SDK’s speak.v2 client on the backend, so the SDK manages the Deepgram WebSocket, authentication, and binary-audio framing for you.
SDKs
The Python and JavaScript SDKs ship a speak.v2 client for /v2/speak:
See Getting Started for the speak.v2 code shape. Languages without SDK support yet can connect to the WebSocket directly.
Starter apps
Flux streaming TTS demo app using Node.js (@deepgram/sdk)
Flux streaming TTS demo running in the browser
Flux streaming TTS demo app using Flask (deepgram-sdk)
Flux streaming TTS demo app using FastAPI (deepgram-sdk)
Flux streaming TTS demo app using Django (deepgram-sdk)
Flux streaming TTS demo app using Java