From 58a22aeeb16c86f7a054e07cff2fb512d074db47 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Fri, 15 May 2026 15:17:58 -0400 Subject: [PATCH] Add changelog for #4500 --- changelog/4500.changed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4500.changed.md diff --git a/changelog/4500.changed.md b/changelog/4500.changed.md new file mode 100644 index 000000000..055eb9ade --- /dev/null +++ b/changelog/4500.changed.md @@ -0,0 +1 @@ +- Changed the default WebSocket endpoints for `GradiumSTTService` and `GradiumTTSService` to the region-neutral `wss://api.gradium.ai/api/speech/asr` and `wss://api.gradium.ai/api/speech/tts`. Gradium now automatically routes traffic to the nearest endpoint. Override the url to pin to a specific region.