Skip to main content
March 27
2026

New Features

  • Expanded ASR Model Selection: You can now choose from five specialized speech-to-text engines via the stt_engine parameter. New models include tavus-parakeet, tavus-soniox, tavus-whisper, and tavus-deepgram-medical. Use tavus-auto to automatically route to the best model for each conversation. Learn more
  • Voice Isolation: Filter background noise from participant audio to improve conversation quality. Configure it via the voice_isolation parameter in the Conversational Flow layer. Learn more
March 19
2026

Enhancements

  • 30% Faster Phoenix-4 Boot Time: Phoenix-4 conversations now boot 30% faster, significantly reducing the time from conversation creation to readiness.

Changes

  • conversation.replica_interrupted Event Removed: The conversation.replica_interrupted application message has been removed from the Interactions Protocol. This event was deprecated in a previous backend update. Use conversation.replica.stopped_speaking with the interrupted: true property to detect interruptions instead.
  • duration and interrupted Fields on Replica Stopped Speaking: The conversation.replica.stopped_speaking event now includes a duration field (how long the replica spoke in seconds) and an interrupted field (true/false) indicating whether the replica was interrupted by the user. Learn more
March 17
2026

New Features

  • Event Ordering and Turn Tracking: All server-broadcasted interaction events now include seq and turn_idx fields. seq is a globally monotonic sequence number for ordering events that may arrive out of order, and turn_idx groups related events from the same conversation turn. Learn more
March 11
2026

Enhancements

  • 30% Faster Phoenix-4 Boot Time: Phoenix-4 conversations now boot 30% faster, significantly reducing the time from conversation creation to readiness.
March 5
2026

Enhancements

  • EU ElevenLabs BYOK Support: Customers can now bring their own ElevenLabs API key from EU-region accounts.
February 19
2026

Enhancements

  • Improved Knowledge Base Retrieval: Optimized underlying infrastructure to improve utterance to utterance response times, particularly when rag_search_quality is set to quality.
February 17
2026

New Features

  • Expanded Tavus-Hosted LLM Selection: Added new Tavus-hosted LLM options including models from Gemini, Claude, and GPT families. tavus-gpt-oss is recommended as the default. Legacy models tavus-gpt-4.1, tavus-gpt-4o, and tavus-gpt-4o-mini are now deprecated. Learn more →
  • Visual RAG: CVI now supports visual retrieval-augmented generation. Upload custom image explanations that are matched and queried via vision embeddings, giving your persona richer visual context during conversations.
February 12
2026

Changes

  • PersonacontextField Deprecated: The context field has been deprecated in favor of a unified system_prompt field. Existing context values have been automatically merged into system prompts. The API remains backward compatible, but we recommend using only system_prompt going forward.
February 11
2026

New Features

  • Raven-1 Perception Model: Introduced Raven-1, a multimodal perception model with audio emotion analysis and enhanced visual awareness. Raven-1 captures user emotion from audio in real time (sub-100ms audio perception latency), enabling personas to respond with greater emotional intelligence. The model is now the default for all new personas. Enable it by setting perception_model_name in your persona configuration. Learn more →
  • Private Rooms: Require authentication to join conversations for enhanced security. When enabled, we return a JWT meeting token that users must include when entering the room. Learn more
February 9
2026

Enhancements

  • Upgraded Transcription Engine: Upgraded transcription engine with 3x improvements in word error rates (WER).
January 17
2026

New Features

  • Website Crawling for Knowledge Base: You can now enable link crawling when creating knowledge base documents. Configure crawl depth and max_pages to automatically discover and ingest content from linked pages. Additionally, existing crawled documents can now be recrawled to keep knowledge base content up to date.
January 8
2026

Changes

  • PlayHT TTS Removed: PlayHT has been fully removed as a supported TTS engine. All personas previously using PlayHT should migrate to Cartesia or ElevenLabs.
December 18
2025

New Features

  • Hard Delete for Conversations: Conversations can now be permanently deleted via the API using the hard=true query parameter. Use this for GDPR compliance or data cleanup workflows.

Enhancements

  • Default TTS Model Updated to Sonic-3: The default text-to-speech model has been updated to Sonic-3 across all new personas, delivering improved voice quality and naturalness.
  • LiveKit Connection Stability: Extensive reliability improvements to the LiveKit-based transport layer, including fixes for connection timeouts, track publishing hangs, event loop starvation, and ping timeout issues.

Changes

  • Default LLM Migrated to tavus-gpt-oss: The default LLM for all new personas is now tavus-gpt-oss. All remaining tavus-llama-4 personas have been automatically migrated. Legacy Tavus-Llama model references have been removed.
November 27
2025

New Features

  • LLM Temperature & Top-P Parameters: You can now configure temperature and top_p parameters for both Tavus-hosted LLMs and custom LLMs via the extra_body field in your persona’s LLM configuration. Learn more →

Enhancements

  • Text Echo Language Accuracy: Text echoes now correctly use the input language for conversion, improving accuracy in multilingual conversations.
September 17
2025

New Features

  • Test Mode for Conversations: You can now start conversations in test mode, where the replica does not join. Validate your setup, integrations, and conversational flows without incurring costs or using concurrency slots. Set test_mode: true when creating a conversation. Learn more →
September 7
2025

Enhancements

  • Fuzzy Search for Personas: Search now supports fuzzy matching for personas, allowing users to find results based on partial matches of UUIDs or names.
August 15
2025

New Features

  • Memories: CVI now remembers context across conversations. Every conversation builds on the last with full context and time/date awareness, enabling use cases like adaptive tutoring, mentorship, and recurring consultations. Learn more →
  • Knowledge Base (RAG): Bring your own data to conversations instantly. Upload documents or links and get grounded answers with ~30ms retrieval latency. Power AI recruiters, support agents, travel guides, and more with domain-specific knowledge. Learn more →
  • Objectives & Guardrails: Define clear goals, branching logic, and measurable outcomes for your personas while keeping conversations safe, compliant, and on-brand. Ideal for complex workflows and regulated industries. Learn more →
  • Persona Builder: A guided creation flow in the Developer Portal to shape AI personas with goals, behaviors, and style — then test or launch within minutes.
July 28
2025

New Features

  • Events Console: A new events console in the Developer Portal lets you monitor everything happening during a conversation in real time — from message flows to system activity.
  • Conversation Transcripts & Perception Analysis: View full conversation details directly in the Developer Portal, including transcripts with speaker roles and perception analysis showing how your AI persona sees, hears, and responds.
July 25
2025

New Features

  • Persona Layer Controls: Enable or disable layers like Sparrow directly within a Persona and adjust sensitivity settings in real time from the Developer Portal side panel.
  • Persona Editing in Developer Portal: We’ve added new editing capabilities to help you refine your Personas more efficiently. You can now update system prompt, context, and layers directly in our Developer Portal, plus duplicate existing Personas to quickly create variations or use them as starting points for new projects. Find these new features in your Persona Library at platform.tavus.io.
July 24
2025

Enhancements

  • Interactions Protocol Playground Improvements: Major updates to the Interactions Protocol Playground including correct properties.context format and append vs overwrite toggle.
July 23
2025

New Features

  • Multilingual Settings in Developer Portal: You can now specify the language of a conversation directly in the Developer Portal, including a new multilingual option for dynamic, real-world interactions.
July 22
2025

New Features

  • Llama 4 Support: Your persona just got even smarter, thanks to Meta’s Llama 4 model 🧠 You can start using Llama 4 by specifying tavus-llama-4 for the LLM model value when creating a new persona or updating an existing one. Click here to learn more!
July 15
2025

New Features

  • React Component Library: Developers can build with Tavus even faster now with our pre-defined components 🚀 Click here to learn more!
June 27
2025

New Features

  • Multilingual Conversation Support: CVI now supports dynamic multilingual conversations through automatic language detection. Set the language parameter to “multilingual” and CVI will automatically detect the user’s spoken language and respond in the same language using ASR technology.
  • Audio-Only Mode: CVI now supports audio-only conversations with advanced perception (powered by Raven) and intelligent turn-taking (powered by Sparrow-1). Set audio_only=true in your create conversation request to enable streamlined voice-first interactions.
June 20
2025

Enhancements

  • Fixed CVI responsiveness issue: Resolved an issue where CVI would occasionally ignore very brief user utterances. All user inputs, regardless of length, now receive consistent responses.
  • Expanded tavus-llama-4 context window: Increased maximum context window to 32,000 tokens. For optimal performance and response times, we recommend staying under 25,000 tokens.
June 3
2025

Enhancements

  • Reduced conversation boot time by 58% (p50).
May 28
2025

Changes

  • Added a new recording requirement to Replica Training : Start the talking segment with a big smile.

Enhancements

  • Added echo and respond events to conversational context.
May 17
2025

Enhancements

  • Major Phoenix 3 Enhancements for CVI:
    • Increased frame rate from 27fps to 32fps, significantly boosting smoothness.
    • Reduced Phoenix step’s warm boot time by 60% (from 5s to 2s).
    • Lipsync accuracy improved by ~22% based on AVSR metric.
    • Resolved blurriness and choppiness at conversation start.
    • Enhanced listening mode with more natural micro expressions (eyebrow movements, subtle gestures).
    • Greenscreen mode speed boosted by an additional ~1.5fps.
  • Enhanced CVI Audio Quality: Audio clicks significantly attenuated, providing clearer conversational audio.
  • Phoenix 3 Visual Artifacts Fix: Resolved visual artifacts in 4K videos on Apple devices, eliminating black spot artifacts in thumbnails.
May 9
2025

New Features

  • Launched LiveKit Integration : With Tavus video agents now integrated into LiveKit, you can add humanlike video responses to your voice agents in seconds.
  • Persona API : Enabled patch updates to personas.

Enhancements

  • Resolved TTS (Cartesia) stability issues and addressed hallucination.
  • Phoenix 3 Improvements:
    • Fixed blinking/jumping issues and black spots in videos.
    • FPS optimization to resolve static and audio crackling.
April
2024

Enhancements

  • Replica API:
    • Enhanced Error Messaging for Training Videos.
    • Optimized Auto QA for Training Videos.