Anthropic
Use Anthropic’s Claude models with RadarOS through the unifiedModelProvider interface. Claude excels at long-context tasks, analysis, and nuanced reasoning.
Setup
- Install
- Environment
Install the Anthropic SDK (required by RadarOS for Anthropic support):
Factory
The Anthropic model identifier.
Optional configuration. See Config below.
Supported Models
| Model ID | Description |
|---|---|
claude-sonnet-4-20250514 | Claude Sonnet 4. Strong balance of speed and capability. |
claude-3-5-haiku-20241022 | Claude 3.5 Haiku. Fast, cost-effective. |
Using a different Claude model
Using a different Claude model
Pass any valid Anthropic model ID to the factory. Check the Anthropic docs for the latest model IDs.
Config
Anthropic API key. If omitted, uses
ANTHROPIC_API_KEY environment variable.