From 5d8cfb6ca7058418e3f6624b1c6ed1641f877214 Mon Sep 17 00:00:00 2001 From: Rishabh Bhargava Date: Tue, 24 Mar 2026 23:52:37 -0700 Subject: [PATCH] fix: correct TTS supported voices documentation link The "View all supported voices here" link pointed to the wrong anchor (#voices-available). Updated to the correct anchor (#supported-voices). Co-Authored-By: Claude Opus 4.6 (1M context) --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 6e4cff7..1aa9dc6 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -9768,7 +9768,7 @@ components:

You can view the voices supported for each model using the /v1/voices endpoint sending the model name as the query parameter. - [View all supported voices here](https://docs.together.ai/docs/text-to-speech#voices-available). + [View all supported voices here](https://docs.together.ai/docs/text-to-speech#supported-voices). type: string response_format: type: string