What Convo Mode Is
Once enabled, users see a microphone affordance in the Pria interface that opens a live audio session. The session runs entirely browser-to-provider after Pria mints a short-lived session token — your long-lived API keys never reach the browser. What a session does end-to-end:- Captures microphone audio and streams it to the provider.
- Streams partial transcripts back to the UI (optional).
- Runs your assistant’s prompt, tools, RAG, and personalization on every turn.
- Speaks the response back through the provider’s TTS voice.
- Optionally renders an animated avatar synced to the audio.
Audio frames never traverse the Pria backend in steady state. Pria brokers the session token, then the browser opens a direct connection to the voice provider.
Who Can Use Convo Mode
Two toggles on the Digital Twin gate access.Enable Convo Mode (rtEnabled)
Enable Convo Mode (rtEnabled)
Master switch for the entire Digital Twin. When off, the microphone affordance is hidden from every user. Default: off.
Admin-only (rtAdminOnly)
Admin-only (rtAdminOnly)
When on, only Admin users see Convo Mode. Useful while you’re testing a new provider, tuning voices, or troubleshooting an avatar setup before exposing it to learners. Default: on — flip to off once you’re ready for everyone.
Text input alongside voice (rtTextInputEnabled)
Text input alongside voice (rtTextInputEnabled)
Lets users type into the Convo Mode panel as well as speak. Helpful for noisy environments or accessibility.
Show running transcript (rtTranscriptEnabled)
Show running transcript (rtTranscriptEnabled)
Renders the live STT transcript inside the Convo Mode widget so users can see what was heard.
Choosing a Provider
Pick a provider by setting the Realtime Model field on the Digital Twin. The model string determines which provider Pria routes to.OpenAI Realtime
Lowest latency, broadest model coverage, built-in OpenAI voices. The default choice for most Digital Twins. Uses WebRTC.
ElevenLabs
Premium voices via the ElevenLabs ConvAI agent bridge. Use when voice quality is the priority and your agent is already configured in the ElevenLabs dashboard.
Gemini Live
Google’s audio-native session with thinking support. Uses WebSocket; 30 prebuilt voices.
xAI Realtime
Grok voice with five built-in voices (eve, ara, rex, sal, leo). Uses WebSocket.
Anam Avatar
Animated avatar driven by your selected LLM. Anam owns mic, STT, TTS, and video; Pria supplies the assistant turn text — so your prompts, RAG, and tools still run on Pria.
LemonSlice Avatar
Legacy avatar path via Daily.co. Prefer Anam for new setups; LemonSlice is maintained while existing tenants migrate.
Per-Provider Configuration
OpenAI Realtime
OpenAI Realtime
OpenAI API key resolves in this order: per-model key in Custom Models → Digital Twin’s
openai_api_key → platform fallback.ElevenLabs
ElevenLabs
ElevenLabs is the only provider where “agent” is a vendor-side concept — your ElevenLabs agent does the talking. Configure it to call Pria back as a Custom LLM if you want Pria’s prompts, RAG, and tools in the loop.
Gemini Live
Gemini Live
Gemini sessions are capped around 10 minutes per connection by Google; Pria configures a sliding context window so longer conversations keep working across reconnects.
xAI Realtime
xAI Realtime
Note: image markdown is sometimes garbled in spoken output on
grok-fast — this is a current model limitation on xAI’s side.Anam Avatar
Anam Avatar
Pria runs the LLM, RAG, tools, and personalization for every turn — Anam just renders the avatar and handles mic/TTS.
LemonSlice Avatar
LemonSlice Avatar
Voice Activity Detection (VAD)
VAD is how the provider decides when a user has finished speaking. Two knobs apply to OpenAI Realtime:- VAD Eagerness —
lowkeeps the user talking longer between turns (good for thoughtful conversations);highcuts in faster (good for quick Q&A drills). - Noise Reduction —
near_fieldcleans up headset audio;far_fieldcleans up laptop mics in rooms with background noise. Leave blank if your users are on quality hardware.
Transcription Language
If your users speak a single non-English language, set the Transcription Language field (e.g.fr, es, de, ja). It biases the STT engine and reduces transcription errors. Leave blank for English or multilingual rooms.
This setting applies to OpenAI Realtime only.
Avatar Imagination Prompts
LemonSlice’s Allow Imagine toggle lets users ask the avatar to generate images during a voice session. The image is produced via your Digital Twin’s Image Generation model and shown alongside the avatar. Disable if you don’t want generated images appearing during voice conversations. Anam supports tools (including image generation) through the per-turn voice handler — no separate toggle needed.Testing Your Setup
1
Keep Convo Mode admin-only while testing
Leave Admin-only on while you tune voice, VAD, and avatar settings. You’ll be the only one who sees the microphone affordance.
2
Open Convo Mode
Sign in as an Admin user, open any conversation, and start a Convo Mode session.
3
Verify the basics
Confirm: the avatar (if any) appears, your voice is transcribed, the assistant responds in the chosen voice, and your assistant’s tools still fire mid-conversation.
4
Tune VAD if needed
If the assistant interrupts users mid-thought, drop VAD Eagerness to
low. If responses feel sluggish, bump it to high.5
Flip Admin-only off
Once you’re satisfied, turn off Admin-only so every user can use Convo Mode.
Cost Considerations
Convo Mode is billed per minute by every provider. Costs vary widely:- OpenAI Realtime and Gemini Live are billed on input/output audio tokens per minute by the provider.
- ElevenLabs charges per character of TTS output plus session minutes.
- xAI Realtime is billed on audio minutes.
- Anam and LemonSlice add an avatar surcharge on top of the underlying LLM cost.
Related
- Voice & Realtime Providers (integration overview) — compare every provider (OpenAI, ElevenLabs, Gemini Live, xAI, Anam, LemonSlice) and how each connects
- Convo Mode (User Guide)
- Configuration
- AI Models
- Personalization