Talk with our docs
What can you build?
LiveAvatar supports real-world applications including:- Real-time product demos or virtual sales assistants
- AI-powered support or training agents
- Interactive hosts, tutors, or characters
Quickstart
Get a LiveAvatar running on your page in 2 steps.Get your API key
Sign up at app.liveavatar.com and grab your API key from the developers page.
What just happened?
When you clicked Try now, we calledPOST /v2/embeddings with your API key to generate a short-lived embed URL, then loaded it in an iframe. Here’s the equivalent code:
url and a ready-to-use script tag:
script value directly into your HTML — it’s a ready-to-use iframe. Or use our embedded url however you like.
Make it your own
The embed above is the fastest way to get started, but if you want to build something more tailored — your own UI, custom conversation logic, or a deeper integration into your product — LiveAvatar gives you full control. You can:- Bring your own LLM — connect any OpenAI-compatible model or your own inference endpoint
- Use your own voice — plug in ElevenLabs, Fish Audio, or other TTS providers
- Control the conversation — switch between conversational and push-to-talk modes
- Manage the video layer directly — connect via LiveKit or Agora for custom WebRTC handling
- Build custom UIs — render the avatar stream in your own frontend with the Web SDK
FULL Mode
LiveAvatar manages ASR, LLM, TTS, and WebRTC. You configure and ship.
LITE Mode
Bring your own AI stack. LiveAvatar handles real-time video streaming.
| FULL Mode | LITE Mode | |
|---|---|---|
| WebRTC | Managed by LiveAvatar | You manage |
| ASR / STT | Managed by LiveAvatar | You provide |
| LLM | Managed (or bring your own) | You provide |
| TTS | Managed (or bring your own) | You provide |
| Best for | Ship fast, less infra | Full control, existing pipelines |
| Credits | 2 per minute | 1 per minute |
Resources
Sandbox Mode
Test without consuming credits.
Web SDK
Official JavaScript SDK.
Migration Guide
Moving from HeyGen Interactive Avatar.