Skip to main content
April 9, 2026
New Features

ElevenLabs Events, Embed Transcripts & SDK Update

  • ElevenLabs agent events — underlying ElevenLabs server events are now forwarded via the elevenlabs_agent_event event type, giving you access to raw ElevenLabs Conversational AI events
  • Transcript on embed — Transcripts are now available directly on embed sessions
  • JavaScript SDK updated — Updated the @heygen/liveavatar-web-sdk package with new event types and improvements
April 6, 2026
API Changes

Auth Simplification & Session Filtering

  • Authentication — Cleaned up documentation for which endpoints require which auth specifications
  • New avatar_id filter on /v1/sessions — List sessions can now be filtered by an optional avatar_id query parameter
April 2, 2026
New Features

Embeds, Image Avatars & More

  • New /v2/embeddings endpoint with sandbox support — Embeds can now be created with Sandbox Mode available
  • Built Image Avatar pipeline — Create a fully animated avatar from just a photo using the new validate and submit endpoints

Improvements

  • Update avatar endpoint — You can now change an avatar’s default voice
  • Avatar and voice deletion untangled — Deleting a voice no longer affects its associated avatar, and vice versa
  • ElevenLabs agent dynamic variables — Configure dynamic variables for ElevenLabs-powered agents that get replaced at session start
  • Source events fixed in FULL Modeavatar.say and avatar.repeat events now correctly return source_event_id
March 26, 2026
New Features

ElevenLabs Scribe, Embed Improvements

  • Added support for ElevenLabs Scribe, expanding ASR capabilities
  • Embed Improvements
    • Default language selection, letting users set the language for their embed experience
    • Time limits, giving creators control over session duration
March 18, 2026
API Changes

Voice Settings & Fish Audio

  • Added additional voice settings for more granular control over avatar speech
  • Added access to Fish Audio as a TTS provider
  • New [GET] /v1/languages endpoint to clarify which languages are currently supported
We will continue clarifying how the language parameter interacts with FULL Mode systems.
February 20, 2026
API Changes

ElevenLabs Integration

  • The v1/secrets endpoint now accepts ElevenLabs API keys
  • FULL Mode sessions can now start with your own ElevenLabs keys and voices
  • Added integration with ElevenLabs Agent functionality
February 17, 2026
API Changes

LLM Plugin & Session Controls

  • Introduced LLM Plugin for custom LLM configurations
  • Added customizable session duration controls
  • Transcription chunk events are now emitted in real time
  • New endpoint to track user credit balances
February 3, 2026
API Changes

Session Configuration & LITE Mode

  • New session configuration options for video codec selection (H.264 / VP8)
  • Added video quality control settings
  • Added voice customization options
  • CUSTOM Mode has been renamed to LITE Mode (backward-compatible)
  • Bug fix: resolved opening line speech issues
January 26, 2026
API Changes

Push-to-Talk

  • Released Push-to-Talk functionality for avatar sessions
  • Added accompanying documentation and integration guides
January 13, 2026
API Changes

Sandbox Mode & FULL Mode Improvements

  • Introduced Sandbox Mode for testing without credit charges
  • Made context optional in FULL Mode configurations, reducing required setup
January 8, 2026
API Changes

Custom Mode & Session List Updates

  • Custom Mode now exposes LiveKit Agent token for developers to integrate their own agents
  • Session List endpoint updated to use query parameters
November 2025
New Endpoint

Transcription Endpoint

  • New [GET] /v1/sessions/{session_id}/transcript endpoint
  • Enables developers to retrieve transcriptions between users and avatars in FULL Mode sessions
November 2025
New Endpoint

Sessions List Endpoint

  • New [GET] /v1/sessions endpoint
  • Allows listing of both active and previously active sessions