LiveAvatar is designed to work with the providers you already use. Whether you want to bring your own language model, use a custom voice from an external TTS provider, or connect a real-time conversational AI platform, integrations let you extend LiveAvatar beyond its built-in capabilities. To make this work securely, LiveAvatar uses secrets — encrypted stores for your third-party API keys. You store a key once and reference it by ID wherever it is needed. All secret values are encrypted with AWS KMS, and the API never exposes decrypted values.Documentation Index
Fetch the complete documentation index at: https://docs.liveavatar.com/llms.txt
Use this file to discover all available pages before exploring further.
What you can integrate
LiveAvatar currently supports integrations with:- LLM providers — Bring your own language model by connecting any OpenAI-compatible endpoint. Use your preferred model for reasoning and response generation instead of the platform default. See Custom LLM Integration for details.
- TTS providers — Import voices from third-party text-to-speech providers and use them in your sessions. See Custom TTS Integration for details.
- Conversational AI platforms — Connect platforms like ElevenLabs Agents or OpenAI Realtime to power LITE Mode sessions with your own AI stack.