transcribe_audio
Convert spoken audio into written text. Specify a local file or base64 encoded audio for transcription.
Instructions
Transcribe an audio file to text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | ABSOLUTE LOCAL PATH to the audio file on the Windows machine (e.g., 'C:/Users/name/Downloads/file.mp3'). Do NOT use virtual paths like /mnt/. | |
| model_id | No | Model ID (default: scribe_v1) | |
| file_content | No | Base64 encoded content of the audio file (Alternative to 'file' for drag-and-drop) |