Skip to main content
Anam provides real-time interactive avatar video with automatic lip-sync. Add a video avatar to your agent that speaks with natural movements synchronized to your agent’s voice output.
Vision Agents uses Stream Video for real-time WebRTC transport by default. External WebRTC transports are supported as well. Most AI providers offer free tiers to get started.
Anam provides API keys and avatar IDs through their dashboard.

Installation

Quick Start

Set ANAM_API_KEY and ANAM_AVATAR_ID in your environment, or pass them directly to anam.Avatar(...).

Parameters

How It Works

  1. Agent TTS audio is resampled to 24 kHz mono and streamed to Anam
  2. Anam generates lip-synced avatar video and audio from the input
  3. Avatar video and audio frames are streamed back to call participants via Stream Edge
  4. When a user starts speaking, the avatar is automatically interrupted
With Realtime LLMs Anam also works with realtime speech-to-speech models. It subscribes to both TTS audio events and realtime audio output, so you can swap in a realtime LLM without any changes to the avatar setup.

Next Steps

Build a Voice Agent

Get started with voice

Build a Video Agent

Add video processing

Build Your Own Avatar

Subclass the Avatar base class