> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bey.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Add Beyond Presence avatars to your existing voice agents

Most modular solution for technical teams.
Send audio from your voice agent, receive avatar video streams with **250ms response times** from audio input to HD avatar video output.

## When to Use This

Choose speech-to-video when you need:

* **Component-Level Control**: Complete management of turn detection, STT, LLM, and TTS components
* **Complex Tool Calling**: Flexible LLM integrations with external APIs and databases
* **Voice Infrastructure Migration**: Seamlessly upgrades existing voice agent infrastructure

For zero-infrastructure deployment, use [managed agents](/integrations/managed-agents) instead.

## Pipeline Overview

<Steps>
  <Step title="Your Voice Agent Pipeline">
    You manage media transport, turn detection, STT, LLM, and TTS components
  </Step>

  <Step title="Beyond Presence Speech-to-Video API">
    Receives audio input from your pipeline
  </Step>

  <Step title="Avatar Video Output">
    Beyond Presence manages avatar generation and video streaming
  </Step>
</Steps>

## Supported Frameworks

We support integration with popular voice agent frameworks including **LiveKit** and **Pipecat**, allowing you to add avatar video to your existing voice pipelines.

<CardGroup cols={2}>
  <Card title="LiveKit Plugin" icon="microphone" href="/integrations/speech-to-video/livekit">
    Add avatars to your LiveKit agents with our plugin
  </Card>

  <Card title="Pipecat Integration" icon="microphone" href="/integrations/speech-to-video/pipecat">
    Add avatars to your Pipecat bots with our integration
  </Card>
</CardGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Managed Agents" icon="robot" href="/integrations/managed-agents">
    Zero-infrastructure deployment with built-in optimizations and automatic scaling
  </Card>

  <Card title="n8n Workflows" icon="diagram-project" href="/integrations/n8n">
    No-code workflow automation for managing calls with agents
  </Card>
</CardGroup>
