Generic avatar
The generic avatar vendor allows you to integrate a custom avatar provider into the Conversational AI Engine.
This integration is fully supported for use with Conversational AI Engine. While it has completed functional validation, it is newer to the platform, and additional provider-specific edge cases may be identified as usage scales across a broader range of applications and workloads.
Sample configuration
The following example shows a starting avatar parameter configuration you can use when you Start a conversational AI agent.
Key parameters
paramsrequired
- api_key stringrequired
The API key used for authentication with the avatar provider.
- api_base_url stringrequired
The base URL of the avatar provider's API endpoint.
- avatar_id stringrequired
The unique identifier for the avatar to use.
- agora_token stringnullable
The RTC token that authorizes the avatar to join the video channel. Generate this token using your Agora project credentials.
- agora_uid stringrequired
The unique identifier for the avatar's RTC connection. This must be different from other participants in the channel.