Anthropic’s Claude models are the default recommended provider in profClaw. They offer native tool calling, vision support, and large context windows up to 1M tokens.Documentation Index
Fetch the complete documentation index at: https://docs.profclaw.ai/llms.txt
Use this file to discover all available pages before exploring further.
Supported Models
| Model | ID | Context | Max Output | Tools | Vision | Input $/1M | Output $/1M |
|---|---|---|---|---|---|---|---|
| Claude Opus 4.6 | claude-opus-4-6 | 1M | 128K | Yes | Yes | $5.00 | $25.00 |
| Claude Sonnet 4.5 | claude-sonnet-4-5-20250929 | 200K | 16K | Yes | Yes | $3.00 | $15.00 |
| Claude Haiku 4.5 | claude-haiku-4-5-20251001 | 200K | 8K | Yes | Yes | $0.25 | $1.25 |
Setup
Get an API key
Sign up at console.anthropic.com and create an API key.
Environment Variables
Your Anthropic API key. Format:
sk-ant-api03-...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
| Alias | Model |
|---|---|
opus | claude-opus-4-6 |
sonnet | claude-sonnet-4-5-20250929 |
haiku | claude-haiku-4-5-20251001 |
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