analyze_audio
Transcribe or analyze audio files by asking specific questions. Use a multimodal model to extract insights from any audio file via path, URL, or base64 data.
Instructions
Analyze or transcribe an audio file using a multimodal model
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| question | No | Question or instruction about the audio (default: transcribe) | |
| audio_path | Yes | File path, URL, or data URL (base64-encoded audio) |