Last active
February 8, 2026 04:00
-
-
Save laiso/1f09d42b2dc85c4eab859684a40a7dd2 to your computer and use it in GitHub Desktop.
Claude Code Agent teams with OpenRouter models via '...Use Sonnet/Haiku for the teammate.'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "env": { | |
| "ANTHROPIC_AUTH_TOKEN": "sk-or-v1-your-openrouter-api-key", | |
| "ANTHROPIC_BASE_URL": "https://openrouter.ai/api", | |
| "ANTHROPIC_MODEL": "openrouter/pony-alpha", | |
| "ANTHROPIC_DEFAULT_OPUS_MODEL": "openrouter/pony-alpha", | |
| "ANTHROPIC_DEFAULT_SONNET_MODEL": "openrouter/pony-alpha", | |
| "ANTHROPIC_DEFAULT_HAIKU_MODEL": "openrouter/pony-alpha", | |
| "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment