> ## 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.

# Voice platform integrations

> Use SLNG STT and TTS through LiveKit Agents, Cognigy Voice Gateway, and Jambonz with no protocol rewrites. Region overrides included.

Already building on a voice framework? Use SLNG's STT and TTS models through it with a native plugin instead of calling the gateway directly. Each integration translates the platform's native protocol into SLNG calls, so you add caching, regional routing, and provider flexibility without rewriting your agent.

If you run a custom stack instead of a framework, point your requests at the [drop-in gateway](/integrations/gateway).

## Region and world-part overrides

All integrations route through the SLNG platform, which supports the `X-Region-Override` and `X-World-Part-Override` headers to pin requests to a specific region (for data residency) or to a broader geographic zone like `eu` or `na`.

The [Cognigy](/api-reference/bridges/cognigy-stt-bridge/cognigy-stt-bridge-ws) and [Jambonz](/api-reference/bridges/jambonz-stt-bridge/jambonz-stt-bridge-ws) bridges also accept `?region=` and `?world-part=` query parameters. Use these when the platform does not let you set custom HTTP headers. If you send both, the header wins.

The [LiveKit plugin](/agents/livekit-plugin#region-override) wraps this in a `region_override` parameter on the `STT` and `TTS` classes, so you set it once when you instantiate the model. The [Pipecat plugin](/agents/pipecat-plugin#region-routing) exposes the same routing through `region_override` and `world_part_override` on its STT and TTS services.

See [Region and world-part overrides](/region-override) for the full region list and header behavior.

## Available integrations

<CardGroup cols={3}>
  <Card title="LiveKit" icon="https://mintcdn.com/slng/LujG4G8gXFrAV3XP/images/providers/livekit.svg?fit=max&auto=format&n=LujG4G8gXFrAV3XP&q=85&s=5ae1614bbad360d24b36276e04bbc0ea" href="/agents/livekit-plugin" width="256" height="256" data-path="images/providers/livekit.svg">
    Use SLNG models inside LiveKit Agents with the livekit-plugins-slng adapter.
  </Card>

  <Card title="Pipecat" icon="https://mintcdn.com/slng/HUXme6ATYhzzt7mD/images/providers/pipecat.svg?fit=max&auto=format&n=HUXme6ATYhzzt7mD&q=85&s=f0ff456ad8aa57cfedc6291d915bd330" href="/agents/pipecat-plugin" width="80" height="80" data-path="images/providers/pipecat.svg">
    Use SLNG models inside Pipecat pipelines with the pipecat-slng STT/TTS services.
  </Card>

  <Card title="Cognigy" icon="https://mintcdn.com/slng/HUXme6ATYhzzt7mD/images/providers/cognigy.svg?fit=max&auto=format&n=HUXme6ATYhzzt7mD&q=85&s=a596bbf3873fefc5f3f85ff6f7f85452" href="/api-reference/bridges/cognigy-stt-bridge/cognigy-stt-bridge-ws" width="29" height="20" data-path="images/providers/cognigy.svg">
    Connect Cognigy voice bots to SLNG STT and TTS models.
  </Card>

  <Card title="Jambonz" icon="https://mintcdn.com/slng/LujG4G8gXFrAV3XP/images/providers/jambonz.svg?fit=max&auto=format&n=LujG4G8gXFrAV3XP&q=85&s=4c6b373a760758c8e45c53674c5514ed" href="/api-reference/bridges/jambonz-stt-bridge/jambonz-stt-bridge-ws" width="210" height="240" data-path="images/providers/jambonz.svg">
    Route Jambonz calls through SLNG for speech processing.
  </Card>
</CardGroup>
