A FACE TO START WITH
Start with someone.
Or imagine someone.
Upload a portrait, record yourself, or create a character in the avatar studio.
Meet the studioREAL-TIME AVATARS. HUMAN EXPRESSION.
Turn a photo or a short recording into an avatar that listens, speaks and connects. Bring it to your app with Zeli.
01 / THE POSSIBILITIES
From a familiar face to a new character.
Make the conversation your own.
A FACE TO START WITH
Upload a portrait, record yourself, or create a character in the avatar studio.
Meet the studioA LITTLE PERSONALITY
Choose a voice and emotions to shape how your avatar comes across.
See how it worksA PLACE IN YOUR PRODUCT
Connect through WebRTC. Send a message or give your avatar exact words to say.
Start building02 / FROM IDEA TO INTERACTION
Upload, record or create. Review your source and confirm permission to use it.
Name your avatar, choose expressions and pair it with a voice.
Try your avatar in Live Studio, or connect it to your own experience through the SDK.
03 / BUILT TO CONNECT
Keep your product at the centre. Add a conversational avatar with the Python SDK and API.
Open the quickstartfrom zeli import ZeliClient, AvatarConfig, ClientOptions
client = ZeliClient(
avatar_config=AvatarConfig(avatar_id="your-avatar-id"),
options=ClientOptions(server_url="https://avatar.zelibot.xyz"),
)
async with client.connect() as session:
await session.talk("Hello. Let’s make something.")YOUR NEXT CONVERSATION