Skip to main content
The Python SDK and docs are currently in beta. Report issues on GitHub.
Speech-to-text request input. Accepts a JSON body with input_audio containing base64-encoded audio.

Fields

FieldTypeRequiredDescriptionExample
input_audiocomponents.STTInputAudio:heavy_check_mark:Base64-encoded audio to transcribe{"data": "UklGRiQA...","format": "wav"}
languageOptional[str]:heavy_minus_sign:ISO-639-1 language code (e.g., “en”, “ja”). Auto-detected if omitted.en
modelstr:heavy_check_mark:STT model identifieropenai/whisper-large-v3
providerOptional[components.STTRequestProvider]:heavy_minus_sign:Provider-specific passthrough configuration
temperatureOptional[float]:heavy_minus_sign:Sampling temperature for transcription0