Overview

TogetherLLMService provides access to Together AI’s language models, including Meta’s Llama 3.1 and 3.2 models, through an OpenAI-compatible interface. It inherits from OpenAILLMService and supports streaming responses, function calling, and context management with optimized open-source model hosting.

Installation

To use Together AI services, install the required dependencies:
pip install "pipecat-ai[together]"

Prerequisites

Together AI Account Setup

Before using Together AI LLM services, you need:
  1. Together AI Account: Sign up at Together AI
  2. API Key: Generate an API key from your account dashboard
  3. Model Selection: Choose from available open-source models (Llama, Mistral, etc.)

Required Environment Variables

  • TOGETHER_API_KEY: Your Together AI API key for authentication