Skip to main content

Overview

QuickdialTTSService generates speech from text using Quickdial’s real-time text-to-speech API. It extends Pipecat’s TTSService and pushes TTSAudioRawFrame audio into the pipeline. Quickdial runs CPU-optimized engines (no GPU), streams audio as it’s generated, and is priced per character.

Source Repository

Source code, examples, and issues for the Quickdial integration

PyPI Package

The pipecat-quickdial package on PyPI

Quickdial

Learn more about Quickdial and get an API key

Docs

Quickdial API reference (REST + WebSocket)

Installation

This is a community-maintained package distributed separately from pipecat-ai:

Prerequisites

  1. Quickdial account — sign up at web.quickdial.ai (1000 free credits, no card required).
  2. API key — create one in the dashboard.

Required environment variables

Configuration

Usage

Additional resources