Supported Models
Setup
1
Get an API key
Sign up at console.anthropic.com and create an API key.
2
Set the environment variable
.env file.3
Verify configuration
Environment Variables
string
required
Your Anthropic API key. Format:
sk-ant-api03-...string
Override the API base URL. Useful for proxies or custom endpoints. Defaults to
https://api.anthropic.com.Configuration Example
- .env
- settings.yml
- CLI
Model Aliases
Usage Examples
Notes
- Anthropic is the top-priority provider in profClaw’s auto-selection order.
- All Claude models support native function calling - tools work reliably without fallback prompting.
- Opus has a 1M token context window, suitable for large codebases.
- Claude Haiku 4.5 is the recommended model for high-throughput, cost-sensitive workloads.
Related
- AI Providers Overview - Compare all 37 supported providers
- OpenAI - GPT-4o and o-series reasoning models
- profclaw provider - Add and test providers from the CLI
- profclaw models - List and manage model aliases