diff --git a/changelog/4042.added.2.md b/changelog/4042.added.2.md new file mode 100644 index 000000000..1aa80476a --- /dev/null +++ b/changelog/4042.added.2.md @@ -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. diff --git a/changelog/4042.added.md b/changelog/4042.added.md new file mode 100644 index 000000000..428bbb5af --- /dev/null +++ b/changelog/4042.added.md @@ -0,0 +1 @@ +- Added `TogetherSTTService` for real-time speech-to-text using Together AI's WebSocket API with support for interim and final transcriptions. diff --git a/changelog/4042.changed.md b/changelog/4042.changed.md new file mode 100644 index 000000000..aeea33529 --- /dev/null +++ b/changelog/4042.changed.md @@ -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`.