transcribe_audio
Transcribe audio files to text using AI speech-to-text. Use OpenAI Whisper or ElevenLabs Scribe for flexible transcription.
Instructions
Transcribe audio to text using AI (speech-to-text). Providers: openai (Whisper), elevenlabs (Scribe). Available: none configured
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audioPath | Yes | Absolute path to the audio file to transcribe | |
| provider | No | Provider to use: openai, elevenlabs. Auto-selects if omitted. | |
| language | No | Language code (e.g., 'en', 'fr', 'es') to hint the transcription language | |
| providerOptions | No | Provider-specific parameters passed through directly |