openai/gpt-transcribe for high-accuracy speech-to-text from completed audio
files. The endpoint accepts OpenAI-compatible multipart requests and returns text.
Files can be up to 25 MB.
Transcribe a file
Add transcription context
Useprompt for unstructured recording context, keywords[] for expected terms,
and languages[] for expected language codes.
languages[], not the singular language field.
Stream a completed file
Setstream=true to receive transcript.text.delta events followed by a final
transcript.text.done event.

