Anthropic Component
Drag & Drop LLM Component
Overview
A drag-and-drop component for integrating Anthropic's Claude models into your workflow. Configure model parameters and connect inputs/outputs to other components.
Component Configuration
Basic Parameters
Input
Text input for the modelSystem Message
System prompt to guide model behaviorStream
Toggle for streaming responsesModel Name
e.g., claude-3-5-sonnet-latest
API Configuration
Anthropic API Key
Your API authentication keyAnthropic API URL
API endpoint URLPrefill
Optional prefill content
Model Parameters
Max Tokens
Maximum tokens to generate (4096 default)Temperature
Creativity control (0.1 default)
Output Connections
Text
Generated text outputLanguage Model
Model information and metadata
Usage Tips
- Use system messages for consistent outputs
- Enable streaming for real-time responses
- Adjust temperature based on task needs
- Utilize prefill for context setting
Best Practices
- Secure API key handling
- Monitor token usage
- Implement error handling
- Test with small token limits first