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.
Premium voices with ElevenLabs
export ELEVEN_API_KEY=your-key
from praisonaiagents import AudioAgent agent = AudioAgent(llm="elevenlabs/eleven_multilingual_v2") agent.speech("Hello world!", output="hello.mp3")
elevenlabs/eleven_multilingual_v2
elevenlabs/eleven_turbo_v2_5
elevenlabs/eleven_monolingual_v1
agent.speech( "Hello!", voice="Rachel", # ElevenLabs voice name output="hello.mp3" )