Frequently asked questions about Tavus’s Conversational Video Interface.
What is Daily?
Do I need a Daily account?
conversation_url
in our system) that is returned by the Tavus API. You can serve this link directly to your end users or embed it.How do I embed the conversation using Daily’s Prebuilt UI?
conversation_url
) ready, replace DAILY_ROOM_URL
in the code snippet below with your room URL.How do I embed the conversation using an iframe?
conversation_url
) ready, replace YOUR_TAVUS_MEETING_URL
in the iframe code snippet below with your room URL.How can I add custom LLM layers?
layers
field when creating a persona using the Create Persona API. Example configuration:How do I modify TTS voices?
How do I add call-back URLs?
callback_url
property when creating the conversationHow do I get transcripts for my conversation?
POST
requests from Tavus. This endpoint will receive the callback events for the transcripts after the conversation ended. Then, add callback_url
property when creating the conversation.event_type = application.transcription_ready
when the transcript is ready.How do I get visual summary for my conversation?
POST
requests from Tavus. This endpoint will receive the callback events for the visual summary after the conversation ended. Then, add callback_url
property when creating the conversation.event_type = application.perception_analysis
when the summary is ready.What LLM (Large Language Model) does Tavus use to power the conversational replicas?
What is the maximum context window supported by the default LLM?
tavus-llama
, has a limit of 32,000 tokens.What are some recording tips for producing high quality conversational replica training footage?
How do I add perception tool calls?
layers.perception
object when creating a persona:Do I need to invite the replica to the meeting room?