openai_create_transcription
Transcribe audio from a URL to text using OpenAI Whisper. Supports multiple output formats including JSON, SRT, and VTT.
Instructions
Transcribe audio to text using OpenAI Whisper.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | ||
| audio_url | Yes | URL of the audio file to transcribe | |
| model | No | Transcription model (default: whisper-1) | |
| language | No | ISO-639-1 language code (optional) | |
| response_format | No | json, text, srt, verbose_json, vtt (default: json) | |
| prompt | No | ||
| temperature | No | ||
| filename | No |