From aa7786e80c6944f43855ef8764606e675fa17581 Mon Sep 17 00:00:00 2001 From: Leon Adomaitisoo <47161699+GunniBusch@users.noreply.github.com> Date: Thu, 22 Feb 2024 23:32:57 +0100 Subject: [PATCH] Add new formats to tts --- openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 04d8e095..0378cd2e 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -6930,10 +6930,10 @@ components: type: string enum: ["alloy", "echo", "fable", "onyx", "nova", "shimmer"] response_format: - description: "The format to audio in. Supported formats are `mp3`, `opus`, `aac`, and `flac`." + description: "The format to audio in. Supported formats are `mp3`, `opus`, `aac`, `flac`, `wav` and `pcm`." default: "mp3" type: string - enum: ["mp3", "opus", "aac", "flac"] + enum: ["mp3", "opus", "aac", "flac", "wav", "pcm"] speed: description: "The speed of the generated audio. Select a value from `0.25` to `4.0`. `1.0` is the default." type: number