Skip to content

Commit

Permalink
Add wav to supported audio response_format
Browse files Browse the repository at this point in the history
  • Loading branch information
rattrayalex authored Feb 23, 2024
1 parent 867fecc commit 4e0cf87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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`, and `wav`."
default: "mp3"
type: string
enum: ["mp3", "opus", "aac", "flac"]
enum: ["mp3", "opus", "aac", "flac", "wav"]
speed:
description: "The speed of the generated audio. Select a value from `0.25` to `4.0`. `1.0` is the default."
type: number
Expand Down

0 comments on commit 4e0cf87

Please sign in to comment.