Supported APIs
Audio Transcription API
Description of your new file.
Supported Providers
The transcriptions API takes as input the audio file you want to transcribe and the desired output file format for the transcription of the audio. All models support the same set of input formats. On output, whisper-1
supports a range of formats (json
, text
, srt
, verbose_json
, vtt
); the newer gpt-4o-mini-transcribe
and gpt-4o-transcribe
snapshots currently only support json
or plain text
responses.
Code Snippet
By default, the response type will be json with the raw text included.