• Local: For self-hosted Whisper (ahmetoner/whisper-asr-webservice)
• OpenAI/Groq: For cloud providers using OpenAI-compatible audio APIs
Required for OpenAI and Groq Whisper endpoints
• whisper-large-v3-turbo: Fast multilingual transcription (best for most uses)
• whisper-large-v3: Highest accuracy for multilingual content
• distil-whisper-large-v3-en: Fastest English-only model
• Ollama: Uses Ollama's specific API format
• OpenAI-compatible: Works with OpenAI, Groq, Anthropic, and most cloud LLMs
• Custom: For specialized API implementations