Skip to main content
PipeCat is an open-source Python framework that handles complex orchestration of AI services, network transport, audio processing, and multimodal interactions. Learn to use the SambaNova LLM and Speech-to-text(STT) integrations and try the example use cases for building real-time speech applications.

Prerequisites

  • A SambaCloud account and API key.
  • Ensure Python version 3.11 or 3.12 is installed locally.
  • A PipeCat-compatible STT provider key (e.g., Cartesia).
  • .env file with all your API keys in your working directory.

Install dependencies

Usage

You can integrate SambaNova’s STT and LLM services into your Pipecat pipeline as shown below:
Follow the integrations example to build and deploy a real-time speech-to-speech weather agent.

Learn more