Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Real-time transcription with Deepgram
export DEEPGRAM_API_KEY=your-key
from praisonaiagents import AudioAgent agent = AudioAgent(llm="deepgram/nova-2") text = agent.transcribe("audio.mp3") print(text)
deepgram/nova-2
deepgram/nova
deepgram/whisper-large
text = agent.transcribe("audio.mp3", language="en-US")