Fix Smallest AI TTS WebSocket endpoint URL and remove unsupported flush (#4320)

* Fix Smallest AI TTS WebSocket endpoint URL to match API documentation

Update base URL from waves-api.smallest.ai to api.smallest.ai and
fix path prefix from /api/v1/ to /waves/v1/ per the v4.0.0 docs.

* Update keepalive using silent space message instead of unsupported flush
This commit is contained in:
Harshita Jain
2026-04-20 20:45:25 +05:30
committed by GitHub
parent e8c3f73968
commit 03bd667f95
2 changed files with 13 additions and 10 deletions

1
changelog/4320.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed `SmallestTTSService` WebSocket endpoint URL to match Smallest AI v4.0.0 API (`wss://waves-api.smallest.ai``wss://api.smallest.ai`) and restored keepalive using a silent space message instead of the unsupported flush command.