Skip to main content
Use 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

The gateway bills successful requests at $0.0045 per audio minute. Failed upstream requests and cancelled streams are not charged.

Add transcription context

Use prompt for unstructured recording context, keywords[] for expected terms, and languages[] for expected language codes.
For this model, use languages[], not the singular language field.

Stream a completed file

Set stream=true to receive transcript.text.delta events followed by a final transcript.text.done event.