Audio Transcription
A request object for generating audio transcriptions and controlling router behavior. This object contains suggested parameters to generate a response from the specified model. Many of the parameters are optional, and it is recommended to set them only if needed; however, you may include other parameters as required. Note that not all providers support the same set of parameters. Adding unsupported or unnecessary parameters can cause requests to fail or limit the providers able to process them.
The audio file object to transcribe.
The model to use for the transcription.
whisper-large-v3The language of the audio input, following ISO-639-1 format such as en for English, fr for French, de for German.
enAn optional text to guide the model's style.
The format of the transcript output.
jsonControls randomness in the output. Higher values make the output more random.
The provider preference for handling the request.
balancedPossible values: The providers that are allowed to be used for the transcription.
["ovh","scaleway"]Whether to consider only providers based and regulated within the EU. Even when false, all our endpoints are GDPR compliant.
falseExample: falseWhether to allow quantized endpoints.
trueExample: trueOK
The unique identifier for the transcription
1234567890The type of object returned
audio.transcriptionThe timestamp when the transcription was created
1715155200The provider that generated the transcription
ovhThe model that generated the transcription
whisper-large-v3The transcribed text.
The language of the audio input.
enSegments of the transcribed text (may be unavailable for some providers).
Internal server error.
Last updated