Skip to main content

Usage

from praisonaiagents import AudioAgent

agent = AudioAgent(llm="groq/whisper-large-v3")
text = agent.listen("audio.mp3")
print(text)

Models

ModelSpeed
groq/whisper-large-v3Fast
groq/whisper-large-v3-turboFaster
groq/distil-whisper-large-v3-enFastest (English)
Groq is 10x faster than OpenAI Whisper.