This is a neat setup for running Claude Code for free and with a huge & very powerful model - you just need a free OpenRouter.ai account and this config in ~/.claude/settings.json: {
"spinnerTipsEnabled": false,
"env": {
"ANTHROPIC_AUTH_TOKEN": "sk-or-v1-xxxx",
"ANTHROPIC_API_KEY": "",
"ANTHROPIC_MODEL": "openrouter/hunter-alpha"
}
}