Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
InputAudio | components.STTInputAudio | :heavy_check_mark: | Base64-encoded audio to transcribe | {"data": "UklGRiQA...","format": "wav"} |
Language | *string | :heavy_minus_sign: | ISO-639-1 language code (e.g., “en”, “ja”). Auto-detected if omitted. | en |
Model | string | :heavy_check_mark: | STT model identifier | openai/whisper-large-v3 |
Provider | *components.STTRequestProvider | :heavy_minus_sign: | Provider-specific passthrough configuration | |
Temperature | *float64 | :heavy_minus_sign: | Sampling temperature for transcription | 0 |