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.Documentation Index
Fetch the complete documentation index at: https://sambanova-systems.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
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).
.envfile 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:Additional resources
- SambaCloud signup – Get started with your free API key.
- SambaNova API reference – Explore supported models, endpoints, and parameters.
- SambaNova Pipecat LLM docs –Learn how to integrate LLM services.
- SambaNova Pipecat STT docs – Configure speech-to-text using SambaNova models.
- Pipecat guides – Browse examples like the weather agent and build your own.

