Pipecat
Trace Pipecat real-time voice and multimodal AI pipelines with Respan.
Set up Respan
- Sign up — Create an account at platform.respan.ai
- Create an API key — Generate one on the API keys page
- Add credits or a provider key — Add credits on the Credits page or connect your own provider key on the Integrations page
Use AI
Add the Docs MCP to your AI coding tool to get help building with Respan. No API key needed.
What is Pipecat?
Pipecat is an open-source framework for building real-time, multimodal AI applications. It provides a pipeline architecture for voice agents, video processing, and other real-time AI experiences with support for speech-to-text, LLMs, and text-to-speech.
Setup
View your trace
Open the Traces page to see your Pipecat pipeline with frame processing, LLM calls, and real-time latency metrics.
What gets traced
All Pipecat operations are auto-instrumented:
- Pipeline frame processing
- Speech-to-text transcription
- LLM calls with model, tokens, and input/output
- Text-to-speech synthesis
- Real-time processing latency
Traces appear in the Traces dashboard.
Learn more
- OpenTelemetry integration - How Respan processes OTel spans
- Respan Python SDK - Full SDK reference