In case you do not require control over the LLM or TTS model that is powering your application, we recommend using our end-to-end API, which provides the lowest latency and most optimized multimodal experience of all integration options.

Our end-to-end agents are the fastest high-quality real-time avatars in the market, with response times as fast as 1s from user audio to HD avatar video.

Quickstart

1

Create an Agent in the Dashboard

To create an end-to-end agent, simply go to the Beyond Presence Dashboard, navigate to the Agents tab, click New Agent, and fill in the required information.

2

Share your Agent

After you have created an agent, click on … > Share to copy the conversation link where your agent is reachable.

3

Embed your Agent into your Product

Embed the agent into your own website or product as an iFrame by adding this JavaScript code snippet:

<iframe 
    src="https://bey.chat/defaultAgent"  // Replace this with your own agent link
    allow="camera; microphone" 
    allowfullscreen>
</iframe>

Support for custom LLMs coming soon. In the meanwhile, we recommend to use the audio-to-video API instead if your use case requires a custom LLM. If you would like to use the end-to-end integration with custom LLM today, please reach out to us at support@beyondpresence.ai!