From 62ada92188aff008e43971a5833db53afc6bb0a8 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Fri, 20 Feb 2026 08:09:57 -0700 Subject: [PATCH] Add changelog for PR #3785 --- changelog/3785.added.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3785.added.md 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.