Discover Audio Endpoints
List every registered audio endpoint with theaudio tag filter.
MCP Tools
The audio capability is surfaced as two MCP tools.praisonai.audio.transcribe returns the transcript text. praisonai.audio.speech converts text to audio.
No Dedicated CLI Verb
There is no top-levelpraisonai audio or praisonai transcribe subcommand. Use the Python API or the MCP tools above.
Environment Variables
Set the API key for whichever provider yourmodel targets.
| Variable | Provider |
|---|---|
OPENAI_API_KEY | OpenAI Whisper / TTS |
DEEPGRAM_API_KEY | Deepgram |
ELEVENLABS_API_KEY | ElevenLabs |
Related
Audio (Python)
Full Python usage for transcribe and speech
Endpoints CLI
Explore all registered endpoints

