Documentation
README
Duel Agents
Duel Agents runs your prompts against multiple models and picks the cheapest answer that still passes quality checks. Every request must use your Duel API key. Never substitute a direct Anthropic or OpenAI key.
Setup
- Subscribe and create an API key at https://duelagents.com/dashboard/settings
- Run:
npx @duel-agents/install claude-code - Or set manually in
~/.claude/.env:
ANTHROPIC_BASE_URL=https://duelagents.com/v1
ANTHROPIC_API_KEY=duel_yourprefix_yoursecret
- Restart Claude Code
This is the opening of the README. Read the full README on GitHub.