Claude Code FAQ
Common questions about using Claude Code with Fizzly API.
Setup
How do I configure Claude Code with Fizzly API?
Set two environment variables:
$env:ANTHROPIC_API_KEY = "your-fizzly-api-key"
$env:ANTHROPIC_BASE_URL = "https://api.fizzlyapi.com"See detailed guides: Windows | macOS | Linux
Which models can I use?
All Anthropic Claude models are supported. See Claude Code Models.
What is Thinking mode?
Thinking mode enables extended reasoning for complex tasks. Use claude-3-7-sonnet-thinking to activate it.
Troubleshooting
”ANTHROPIC_API_KEY not set” error
Cause: Environment variables are not configured correctly.
Solution:
- Verify variables are set:
echo $ANTHROPIC_API_KEY - Check shell config file (
.bashrc,.zshrc, etc.) - Re-source the config:
source ~/.bashrc
Connection timeout
- Check your internet connection
- Verify the API URL:
https://api.fizzlyapi.com - Check if firewall is blocking the connection
- Try disabling VPN if using one
Authentication failed (401)
- Verify your API key in the Fizzly Console
- Ensure the key has not been deleted or disabled
- Copy and paste the key again (watch for extra spaces)
Insufficient balance (403)
- Check your balance in the Dashboard
- Top up your account in Billing → Top Up
For more detailed troubleshooting, see Troubleshooting