Use this page when you want to create a PAL and start your first Tavus
conversation. If you are building a web app that creates conversations from a
backend and embeds the returned
conversation_url, use CVI App Quickstart.Step 1: Create a PAL
In this example, we’ll create an interviewer PAL with the following settings:
- A Phoenix-4 Pro face.
raven-1as the perception model for visual and audio understanding.sparrow-1for natural turn-taking with high patience (ideal for interviews).
r90bbd427f71 is the stock Anna Face ID used throughout these docs. It is
a stock ID, not a placeholder. A Face defines the on-screen likeness and voice; a PAL defines behavior, knowledge, and pipeline configuration.cURL
Replace
<api_key> with your actual API key. You can generate one in the PAL Maker.Step 2: Create Your Conversation
Create a new conversation using your newly created
pal_id:cURL
- Replace
<api_key>with your actual API key. - Replace
<your_pal_id>with your newly created PAL ID.
@tavus/cvi-ui component library for CVIProvider, Conversation, hooks, and server helpers.
