Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10151,7 +10151,7 @@ components:
oneOf:
- $ref: '#/components/schemas/AudioFileBinary'
- $ref: '#/components/schemas/AudioFileUrl'
description: Audio file upload or public HTTP/HTTPS URL. Supported formats .wav, .mp3, .m4a, .webm, .flac.
description: Audio file upload or public HTTP/HTTPS URL. Supported formats .wav, .mp3, .m4a, .webm, .flac, .ogg, .opus, .aac.
model:
type: string
description: Model to use for transcription
Expand Down Expand Up @@ -10386,7 +10386,7 @@ components:
- type: string
format: uri
description: Public HTTP/HTTPS URL to audio file
description: Audio file upload or public HTTP/HTTPS URL. Supported formats .wav, .mp3, .m4a, .webm, .flac.
description: Audio file upload or public HTTP/HTTPS URL. Supported formats .wav, .mp3, .m4a, .webm, .flac, .ogg, .opus, .aac.
model:
type: string
description: Model to use for translation
Expand Down
Loading