Phoenix Replicas
Conversational Video Interface
Replica Personas
Get Persona
This endpoint returns a single persona by its unique identifier.
Authorizations
Path Parameters
Response
The context that will be used by the llm.
The date and time the persona was created.
The default replica_id associated with this persona if one exists.
The API key for the OpenAI compatible endpoint if you are using your own llm.
The base URL for the OpenAI compatible endpoint if you are using your own llm.
The model name that will be used by the llm.
Optional tools to provide to your custom LLM
The hotwords that will be used for the STT engine.
Use this parameter to control how long you can speak before the replica will be interrupted by you. See more details here. The default is medium
, but you can adjust this to low
or high
depending on your needs.
low
, medium
, high
Use this parameter to control how long of a pause you can take before the replica will respond to you. See more details here. The default is medium
, but you can adjust this to low
or high
depending on your needs.
low
, medium
, high
The STT engine that will be used. tavus-turbo
is our lowest-latency model, but tavus-advanced
provides higher transcription accuracy. Please note that non-English languages will default to tavus-advanced
if not specified.
tavus-turbo
, tavus-advanced
The custodial API key to be used to make requests to the chosen TTS provider.
The voice ID to be used for the TTS engine.
The user ID, required if using Playht TTS.
If true, the TTS engine will be able to control the emotion of the voice. Only available for Cartesia TTS.
The TTS engine that will be used.
cartesia
, elevenlabs
, playht
The model name that will be used by the TTS engine. Please double check this with the TTS provider you are using to ensure valid model names.
Optional voice settings to be used for the TTS engine. These vary depending on the TTS engine you are using.
A unique identifier for the persona.
A name for the persona.
The system prompt that will be used by the llm.
The date and time of when the persona was last updated.