diff --git a/changelog/3785.added.md b/changelog/3785.added.md new file mode 100644 index 000000000..90a4172d4 --- /dev/null +++ b/changelog/3785.added.md @@ -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.