Skip to main content
The Pipeline is a single, self-configuring component. You hand it the components you need, and based on what you pass in it automatically selects Cascade, Realtime, or Hybrid mode and connects them for you.

Pipeline Code Snippet

A basic Cascade pipeline built from STT, LLM, TTS, VAD, and a Turn Detector.

What’s Next

Plugins

STT

Speech-to-text providers.

TTS

Text-to-speech providers.

LLM

Language model providers.

Realtime

Speech-to-speech realtime models.

Feature

Pipeline Observability

Observe metrics and traces at each pipeline stage.

Modes

Cascade, Realtime, and Hybrid, chosen automatically from your components.

References

Examples

Cascade Basic

Minimal cascade pipeline.

Realtime Basic

Minimal Realtime pipeline.

SDK Reference

Pipeline

Pipeline in the Python API reference.