voicebox_transcribe
Transcribe audio to text using Whisper STT. Accepts local audio files or base64-encoded audio, with optional language hint and model selection.
Instructions
Transcribe audio to text using Whisper STT.
Pass exactly one of audio_path (local file) or audio_base64 (base64-encoded audio bytes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Whisper model to use (e.g. "whisper-turbo"). | |
| language | No | Language hint for better accuracy. | |
| audio_path | No | Absolute path to a local audio file. | |
| audio_base64 | No | Base64-encoded audio bytes. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||