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

# Pipecat Server Overview

> API reference for the Pipecat Python framework.

This is the API reference for the server-side Pipecat Python framework. It covers the services, utilities, pipeline components, and frame types you use to build voice and multimodal AI agents.

## What's in This Reference

* **Services**: Integrations for STT, LLM, TTS, speech-to-speech, image generation, video, transports, and more. Over 100 providers supported.
* **Utilities**: Frame processors, audio filters, observers, turn detection, context summarization, MCP, and other helpers.
* **Pipeline**: Configuration, task management, idle detection, and parallel pipelines.
* **Frames**: Data frames, control frames, system frames, and LLM frames that flow through the pipeline.
* **Events**: Frame processor and service events for hooking into the pipeline lifecycle.

## Explore

<CardGroup cols={2}>
  <Card title="Supported Services" icon="puzzle-piece" href="/api-reference/server/services/supported-services">
    Browse the full list of AI service integrations and their install commands
  </Card>

  <Card title="Frames" icon="layer-group" href="/api-reference/server/frames/overview">
    Understand the data, control, system, and LLM frames that flow through
    pipelines
  </Card>

  <Card title="Events" icon="bolt" href="/api-reference/server/events/overview">
    Hook into pipeline lifecycle with frame processor and service events
  </Card>

  <Card title="Full Reference Docs" icon="book" href="https://reference-server.pipecat.ai/">
    Auto-generated API reference with every class, method, and parameter
  </Card>
</CardGroup>
