Transcribe a recording
transcribe_audioTranscribes audio or video to WebVTT using a local speech model. For speaker-separated transcripts with scores, record one file per speaker and use transcribe_session.
Instructions
Transcribe a single audio or video recording to WebVTT using a local speech model. Audio stays on this machine. A mixed track cannot be reliably split by speaker, so the result omits speaker labels and cannot produce per-speaker scores. For those, record one file per participant and use transcribe_session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Speech model size, e.g. tiny, base, small, medium. | |
| backend | No | Force a specific backend command. | |
| language | No | Language code, e.g. en. Auto-detected if omitted. | |
| file_path | Yes | Path to an audio or video file. |