Skip to main content
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.

Supported Models

Setup

1

Get an API key

Sign up at console.anthropic.com and create an API key.
2

Set the environment variable

Or add it to your .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

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.