stt_transcribe
Transcribe audio to text using Whisper model. Accepts file path, URL, or base64-encoded audio input.
Instructions
Transcribe audio to text using Whisper model. Accepts file path, URL, or base64 audio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model name (default: whisper-1) | whisper-1 |
| language | No | Language code (e.g., 'fr', 'en'). Auto-detect if omitted. | |
| audio_b64 | No | Base64-encoded audio content | |
| audio_url | No | URL to download audio from | |
| audio_path | No | Local path to audio file (opus, ogg, wav, mp3, m4a) |