Current Configuration
Active Model:Claude Sonnet 4.5
Max Output:64,000 tokens
Configuration Method:Environment Variable (CLAUDE_MODEL)
API Configuration
Anthropic API key configuration status
Anthropic API key is not configured. Add ANTHROPIC_API_KEY to your environment variables.
Claude Sonnet 4.5
Latest Claude model optimized for comprehensive analysis with full 64k output capacity
Model ID
sonnet-4.5Max Output Tokens
64,000 tokens
Context Window
200,000 tokens
Pricing
Lower cost per token (exact pricing available from Anthropic)
Best For:
- Comprehensive legal document analysis
- Multiple document processing
- Detailed 35-step analysis workflow
- Cost-effective for high-volume work
How to Activate This Model
To use Claude Sonnet 4.5, set the following environment variable:
CLAUDE_MODEL=sonnet-4.5Steps:
- Open your
.env.localfile - Add or update:
CLAUDE_MODEL=sonnet-4.5 - Restart your development server or redeploy
- Verify the change in the console logs
After changing the model, you'll see a log message like:
[Analyze] Using Claude Sonnet 4.5 (full 64,000 output tokens)