Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TAVUS_API_KEY | Yes | Your Tavus API key (get one at platform.tavus.io) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_replica | Create a new AI replica from a training video |
| get_replica | Get details of a specific replica |
| list_replicas | List all replicas in your account |
| delete_replica | Delete a replica permanently |
| rename_replica | Rename an existing replica |
| generate_video | Generate a video using a replica and script or audio |
| get_video | Get details of a specific video |
| list_videos | List all videos in your account |
| delete_video | Delete a video permanently |
| rename_video | Rename an existing video |
| create_conversation | Create a new conversational video interface |
| get_conversation | Get details of a specific conversation |
| list_conversations | List all conversations in your account |
| end_conversation | End an active conversation |
| delete_conversation | Delete a conversation permanently |
| create_persona | Create a new persona for conversational AI |
| get_persona | Get details of a specific persona |
| list_personas | List all personas in your account |
| patch_persona | Update a persona using JSON patch format |
| delete_persona | Delete a persona permanently |
| create_lipsync | Create a lipsync video by synchronizing audio with video |
| get_lipsync | Get details of a specific lipsync |
| list_lipsyncs | List all lipsyncs in your account |
| delete_lipsync | Delete a lipsync permanently |
| generate_speech | Generate speech audio from text using a replica |
| get_speech | Get details of a specific speech |
| list_speeches | List all speeches in your account |
| delete_speech | Delete a speech permanently |
| rename_speech | Rename an existing speech |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |