Overview
DeepSeekLLMService
provides access to DeepSeek’s language models through an OpenAI-compatible interface. It inherits from OpenAILLMService
and supports streaming responses, function calling, and context management with advanced reasoning capabilities.
DeepSeek LLM API Reference
Pipecat’s API methods for DeepSeek integration
Example Implementation
Complete example with function calling
DeepSeek Documentation
Official DeepSeek API documentation and features
DeepSeek Platform
Access models and manage API keys
Installation
To use DeepSeek services, install the required dependency:Prerequisites
DeepSeek Account Setup
Before using DeepSeek LLM services, you need:- DeepSeek Account: Sign up at DeepSeek Platform
- API Key: Generate an API key from your account dashboard
- Model Selection: Choose from available DeepSeek models with reasoning capabilities
Required Environment Variables
DEEPSEEK_API_KEY
: Your DeepSeek API key for authentication