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-2for fewer interruptions and graceful handling of backchannels, tuned with high patience to give interview candidates time to think.
r90bbd427f71 is the stock Anna Face ID used throughout these docs. It is
a stock ID, not a placeholder. A PAL is what you build in CVI: configure
its Face to define how it looks, its Voice to define how it sounds,
and its other settings to shape how it thinks and acts.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.
