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

# Pipecat

> How to integrate Gladia with Pipecat

## What is Pipecat?

Pipecat is an open‑source framework for building realtime, voice‑first AI agents. It orchestrates audio input/output, speech‑to‑text (STT), large language models (LLMs), and text‑to‑speech (TTS) into one low‑latency pipeline you can run on the server and connect to from the browser or native apps. With Pipecat’s Gladia STT service, you can plug Gladia’s accurate, low‑latency transcription directly into your agent.

<Tip>
  Looking for the full API and options? See the official Pipecat Gladia STT
  docs:
  [docs.pipecat.ai/server/services/stt/gladia](https://docs.pipecat.ai/server/services/stt/gladia).
</Tip>

## What you can build

* Voice assistants that understand users in real time
* Live captions and meeting companions
* Contact‑center bots and IVRs
* In‑app help widgets with speech interfaces

## Quickstart using the sample repo

Use our end‑to‑end sample that wires Pipecat with Gladia STT : [gladia-samples/integrations-examples/pipecat-bot](https://github.com/gladiaio/gladia-samples/tree/main/integrations-examples/pipecat-bot)

## Next steps

<CardGroup cols={3}>
  <Card title="Get your API key" href="https://app.gladia.io/apikeys" icon="key">
    Get your API key on the Gladia dashboard
  </Card>

  <Card title="Pipecat bot with Gladia" icon="github" href="https://github.com/gladiaio/gladia-samples/tree/main/integrations-examples/pipecat-bot">
    Browse and run the full sample
  </Card>

  <Card title="Pipecat Gladia STT docs" icon="book" href="https://docs.pipecat.ai/server/services/stt/gladia">
    Explore service options and parameters
  </Card>
</CardGroup>
