Connect to Anthropic's Claude models including Claude Opus 4.5, Claude Sonnet 4.5, and more.
Configuration
| Field | Required | Example |
|---|
| Application Name | Yes | my-claude-app |
| Model Name | Yes | claude-sonnet-4-20250514, claude-opus-4-20250514 |
| API Key | Yes | sk-ant-... |
Getting Your API Key
- Go to Anthropic Console
- Navigate to API Keys
- Click Create Key
- Copy and securely store your key
Popular Models
| Model | Description |
|---|
claude-opus-4-5-20251101 | Most intelligent model, state-of-the-art for agentic coding |
claude-sonnet-4-5-20251022 | Best for coding, agents, and computer use (77.2% SWE-bench) |
claude-haiku-4-5-20251015 | Fast and cost-effective, matches Sonnet 4 on many tasks |
claude-opus-4-1-20250805 | Focused on agentic tasks and real-world coding |
claude-sonnet-4-20250514 | Balanced performance and instruction following |
For the complete list of available models, visit the Anthropic Models Documentation.
Advanced Parameters
| Parameter | Type | Description |
|---|
max_tokens | integer | Maximum tokens in response |
temperature | float | Randomness (0.0-1.0) |
top_p | float | Nucleus sampling |
top_k | integer | Top-k sampling |
stop_sequences | array | Stop sequences |
system | string | Custom system prompt |
Setup Steps
- Navigate to AI Applications → New Application
- Select Model Providers tab
- Click Anthropic
- Enter your Application Name and API Key
- Select your desired Model Name
- Configure Advanced Settings (optional)
- Click Test Response to verify (optional)
- Review and submit