Claude Code Setup
Configure Claude Code CLI to use ScaleLLM.Configuration
Set these environment variables:~/.bashrc or ~/.zshrc to persist.
Usage
Available Models
Model Recommendations
| Task | Model |
|---|---|
| General coding | claude-sonnet-4.5 |
| Complex debugging | claude-opus-4.5 |
| Quick edits | claude-haiku-4.5 |
| Large codebase | gemini-3-pro-preview |
Troubleshooting
Connection error
Connection error
Verify environment variables are set:
echo $ANTHROPIC_BASE_URLModel not found
Model not found
Use exact model names like
claude-sonnet-4.5, not claude-sonnet.API key invalid
API key invalid
Make sure your key starts with
sk_ and is active.