Create transcription
transcribe_audioTranscribes audio files into text using speech-to-text. Supports JSON, SRT, VTT, and other output formats for flexible use.
Instructions
Create transcription Transcribes audio into text (Speech-to-Text).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Audio file to transcribe Pass local file path. | |
| model | Yes | Model to use (whisper-1) | |
| prompt | No | Optional prompt text | |
| language | No | ISO-639-1 language code | |
| temperature | No | Sampling temperature | |
| response_format | No | Response format | json |
| timestamp_granularities | No | Timestamp granularity selection. Requires verbose_json output when requesting word-level timestamps. |