Introduction

Welcome to Avatarium

Avatarium is the fastest way to add talking AI avatars to your website or application.

What is Avatarium?

Avatarium provides a complete SDK for rendering 3D AI avatars that can:

  • Speak naturally with premium text-to-speech voices
  • Understand context using state-of-the-art AI models
  • Look professional with production-ready 3D avatar designs
  • Stream responses with sub-200ms latency

Quick Example

import { Avatar } from '@avatarium/react';
 
function App() {
  return (
    <Avatar
      apiKey="av_live_xxxxx"
      avatarId="aria-001"
      onMessage={(msg) => console.log(msg)}
    />
  );
}

Key Features

  • Three lines of code - Drop in our React component and start building
  • Multiple AI providers - Use OpenAI, Anthropic, Google, or Groq
  • Premium voices - ElevenLabs and Google Cloud TTS
  • Real-time streaming - No waiting for complete responses
  • Production-ready - 12+ professionally designed avatars included

Get Started