DeepSeek Component
Drag & Drop LLM Component
Overview
A drag-and-drop component for integrating DeepSeek's language models. Configure model parameters and connect inputs/outputs to leverage DeepSeek's advanced AI capabilities.
Component Configuration
Basic Parameters
Input
Text input for the modelSystem Message
System prompt to guide model behaviorStream
Toggle for streaming responsesModel Name
e.g., deepseek-chat
API Configuration
DeepSeek API Key
Your API authentication keyDeepSeek API Base
https://api.deepseek.comJSON Mode
Toggle for JSON output format
Generation Parameters
Max Tokens
Maximum tokens to generateTemperature
Creativity control (1.0 default)Seed
Random seed for reproducibility (1 default)Model Kwargs
Additional model parameters
Output Connections
Text
Generated text outputLanguage Model
Model information and metadata
Usage Tips
- Use JSON mode for structured output
- Enable streaming for real-time responses
- Set seed for reproducible results
- Adjust temperature based on task needs
Best Practices
- Secure API key handling
- Monitor token usage
- Implement proper error handling
- Test with different temperature values