Add changelog entries for Together STT/TTS services

This commit is contained in:
Mark Backman
2026-03-17 10:35:57 -04:00
parent 76b8848c70
commit 174a1e744f
3 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
- Added `TogetherTTSService` for real-time text-to-speech using Together AI's WebSocket API with streaming audio output, configurable voice, model, output format, and encoding.

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

@@ -0,0 +1 @@
- Added `TogetherSTTService` for real-time speech-to-text using Together AI's WebSocket API with support for interim and final transcriptions.

View File

@@ -0,0 +1 @@
- ⚠️ Changed `TogetherLLMService` default model from `meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo` to `meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8`.