Anthropic Provider
Configure Savfox to use Anthropic's Claude models.
Authentication
Using API Key
Or set the environment variable:
Available Models
Configuration
CLI Usage
Extended Thinking
Claude supports extended thinking for complex reasoning:
This enables Claude to "think" before responding, improving accuracy on complex tasks.
Tool Use
Claude has native tool use support. Savfox automatically configures tools when using Claude.
Vertex AI (Anthropic)
Use Claude models via Google Cloud Vertex AI:
Set the required environment variables:
Troubleshooting
Authentication errors
- Verify your API key format (starts with
sk-ant-) - Check if the key is valid
- Ensure you have API access
Context length errors
- Reduce the conversation context
- Use a model with larger context window
- Enable context compaction
Rate limits
Anthropic has usage tiers:
- Tier 1: Limited requests
- Tier 2-4: Higher limits
Contact Anthropic for tier upgrades.