Skip to content

Commit 10ccd10

Browse files
authored
Add pcm too
1 parent 4e0cf87 commit 10ccd10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6930,10 +6930,10 @@ components:
69306930
type: string
69316931
enum: ["alloy", "echo", "fable", "onyx", "nova", "shimmer"]
69326932
response_format:
6933-
description: "The format to audio in. Supported formats are `mp3`, `opus`, `aac`, `flac`, and `wav`."
6933+
description: "The format to audio in. Supported formats are `mp3`, `opus`, `aac`, `flac`, `pcm`, and `wav`."
69346934
default: "mp3"
69356935
type: string
6936-
enum: ["mp3", "opus", "aac", "flac", "wav"]
6936+
enum: ["mp3", "opus", "aac", "flac", "pcm", "wav"]
69376937
speed:
69386938
description: "The speed of the generated audio. Select a value from `0.25` to `4.0`. `1.0` is the default."
69396939
type: number

0 commit comments

Comments
 (0)