Merge pull request #3785 from pipecat-ai/mb/deepgram-sagemaker-tts

Add DeepgramSageMakerTTSService
This commit is contained in:
Aleix Conchillo Flaqué
2026-02-20 09:01:32 -08:00
committed by GitHub
4 changed files with 329 additions and 4 deletions

1
changelog/3785.added.md Normal file
View File

@@ -0,0 +1 @@
- Added `DeepgramSageMakerTTSService` for running Deepgram TTS models deployed on AWS SageMaker endpoints via HTTP/2 bidirectional streaming. Supports the Deepgram TTS protocol (Speak, Flush, Clear, Close), interruption handling, and per-turn TTFB metrics.