Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

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.