onStream callbacks. Note that Claude requires max_tokens to be set explicitly.
Provider directory: api/integration-api/internal/caller/anthropic/
Vault Credential
| Key | Description |
|---|---|
key | Anthropic API key from console.anthropic.com |
Setup
Get an Anthropic API key
Sign in at console.anthropic.com → API Keys → Create Key.
Add to Rapida vault
In the Rapida dashboard → Credentials → Create Credential, select provider Anthropic, enter
key = your API key.Supported Models
| Model | Context | Notes |
|---|---|---|
claude-opus-4-6 | 200k | Most capable |
claude-sonnet-4-6 | 200k | Best speed/capability balance (recommended) |
claude-haiku-4-5-20251001 | 200k | Fastest, lowest cost |
Model Parameters
| Key | Supported | Notes |
|---|---|---|
model.name | ✅ | Required |
model.max_tokens | ✅ | Required — no default |
model.temperature | ✅ | 0.0–1.0 |
model.top_p | ✅ | |
model.top_k | ✅ | Anthropic-specific |
model.stop | ✅ | Array of stop sequences |
model.thinking | ✅ | Extended thinking mode |