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

# Improve an existing agent

Keep your agent where it runs and connect the layers your integration supports.
Choose your framework or voice platform below for its setup steps.

## In your own code

For LiveKit and Pipecat, you can connect speech models and the context router.
The custom LLM guide covers OpenAI-compatible clients.

<CardGroup cols={3}>
  <Card title="LiveKit" icon="https://mintcdn.com/slng-new-docs/fgzHSTXC7k7AhIuF/images/providers/livekit.svg?fit=max&auto=format&n=fgzHSTXC7k7AhIuF&q=85&s=e53c2d53e583f755d2d8245d3f6ff051" href="/guides/integrate/livekit" width="256" height="256" data-path="images/providers/livekit.svg">
    Use SLNG speech models and the context router in a LiveKit agent.
  </Card>

  <Card title="Pipecat" icon="https://mintcdn.com/slng-new-docs/fgzHSTXC7k7AhIuF/images/providers/pipecat.svg?fit=max&auto=format&n=fgzHSTXC7k7AhIuF&q=85&s=1b96dea4b4529733e291debc612674f2" href="/guides/integrate/pipecat" width="80" height="80" data-path="images/providers/pipecat.svg">
    Use SLNG speech models and the context router in a Pipecat pipeline.
  </Card>

  <Card title="Custom LLM" icon="code" href="/guides/integrate/custom">
    Route your existing OpenAI-compatible LLM calls through the context router.
  </Card>
</CardGroup>

## On a voice platform

These integrations route the language model through the context router.
Speech to text and text to speech stay on your platform.

<CardGroup cols={3}>
  <Card title="ElevenLabs" icon="https://mintcdn.com/slng-new-docs/fgzHSTXC7k7AhIuF/images/providers/elevenlabs.svg?fit=max&auto=format&n=fgzHSTXC7k7AhIuF&q=85&s=75d816d120b999b04181f9ef5bcea7d6" href="/guides/integrate/elevenlabs" width="876" height="876" data-path="images/providers/elevenlabs.svg">
    Route your ElevenLabs agent's language model through the context router.
  </Card>

  <Card title="Vapi" icon="https://mintcdn.com/slng-new-docs/fgzHSTXC7k7AhIuF/images/providers/vapi.svg?fit=max&auto=format&n=fgzHSTXC7k7AhIuF&q=85&s=a3042e0eb74bc9c54f58ff5103e48ab9" href="/guides/integrate/vapi" width="1080" height="1080" data-path="images/providers/vapi.svg">
    Route your Vapi assistant's language model through the context router.
  </Card>

  <Card title="Deepgram" icon="https://mintcdn.com/slng-new-docs/fgzHSTXC7k7AhIuF/images/providers/deepgram.svg?fit=max&auto=format&n=fgzHSTXC7k7AhIuF&q=85&s=6ab14ebb3c0769e1ee2c946444ad8998" href="/guides/integrate/deepgram" width="321" height="321" data-path="images/providers/deepgram.svg">
    Route your Deepgram Voice Agent's language model through the context router.
  </Card>
</CardGroup>
