transcribe
Convert base64-encoded audio to readable text with Whisper, choosing model size and file suffix to match the audio format for improved accuracy.
Instructions
Transcribe a base64-encoded audio file using Whisper.
Args: audio_b64: Base64-encoded audio file content model: Whisper model to use: tiny, base, small, medium, large (default: base) suffix: File extension hint for the audio format, e.g. .mp3, .wav, .m4a (default: .mp3)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | base | |
| suffix | No | .mp3 | |
| audio_b64 | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |