Use this skill to transcribe audio files into text. Provide a local file path and optionally specify a provider, model, and language. When a provider fails, a fallback provider can be used if configured.
Examples:
- •Transcribe with Groq (default): {"file": "/tmp/voice.wav"}
- •Transcribe with OpenAI: {"file": "/tmp/voice.wav", "provider": "openai", "model": "whisper-1"}
- •Include verbose segments: {"file": "/tmp/voice.wav", "response_format": "verbose_json"}