Graduate to 100% coverage
Leg-by-leg migration
Leg
On the orchestrator
On Floe rails
Pipecat — three drop-in services
from pipecat_floe import FloeSTTService, FloeLLMService, FloeTTSService
stt = FloeSTTService() # streaming STT over Floe's WS
llm = FloeLLMService(model="openai/gpt-4o-mini") # OpenAI-compatible
tts = FloeTTSService(model="openai/tts-1", voice="alloy")Coverage & cost calculator
Orchestrator + Floe LLM
Full path on Floe
Sequence it
Last updated
