| name | model-council |
| description | Multi-model consensus system โ send a query to 3+ different LLMs via OpenRouter simultaneously, then a judge model evaluates all responses and produces a winner, reasoning, and synthesized best answer. Like having a board of AI advisors. Use for important decisions, code review, research verification. |
| homepage | https://www.agxntsix.ai |
Model Council ๐๏ธ
Get consensus from multiple AI models on any question.
Send your query to 3+ different LLMs simultaneously via OpenRouter. A judge model evaluates all responses and produces a winner, reasoning, and synthesized best answer.
When to Use
- Important decisions โ Don't trust one model's opinion
- Code review โ Get multiple perspectives on architecture choices
- Research verification โ Cross-check facts across models
- Creative work โ Compare writing styles and pick the best
- Debugging โ When one model is stuck, others might see the issue
How It Works
Your Question
โโโโ Claude Sonnet 4 โโโ Response A
โโโโ GPT-4o โโโ Response B
โโโโ Gemini 2.0 Flash โโโ Response C
โ
Judge (Opus) evaluates all
โ
โโโ Winner + Reasoning
โโโ Synthesized Best Answer
โโโ Cost Breakdown
Quick Start
python3 {baseDir}/scripts/model_council.py "What's the best database for a real-time analytics dashboard?"
python3 {baseDir}/scripts/model_council.py --models "anthropic/claude-sonnet-4,openai/gpt-4o,google/gemini-2.5-pro" "Your question"
python3 {baseDir}/scripts/model_council.py --judge "openai/gpt-4o" "Your question"
python3 {baseDir}/scripts/model_council.py --json "Your question"
python3 {baseDir}/scripts/model_council.py --max-tokens 2000 "Your question"
Configuration
| Flag | Default | Description |
|---|
--models | claude-sonnet-4, gpt-4o, gemini-2.0-flash | Comma-separated model list |
--judge | anthropic/claude-opus-4-6 | Judge model |
--max-tokens | 1024 | Max tokens per council member |
--json | false | Output as JSON |
--timeout | 60 | Timeout per model (seconds) |
Environment
Requires OPENROUTER_API_KEY environment variable.
Output Example
โโโ MODEL COUNCIL RESULTS โโโ
Question: What's the best way to handle auth in a microservices architecture?
โโ Council Member Responses โโ
๐ค anthropic/claude-sonnet-4 ($0.0043)
Use a centralized auth service with JWT tokens...
๐ค openai/gpt-4o ($0.0038)
Implement OAuth 2.0 with an API gateway...
๐ค google/gemini-2.0-flash-001 ($0.0012)
Consider using service mesh with mTLS...
โโ Judge Verdict (anthropic/claude-opus-4-6, $0.0125) โโ
๐ Winner: anthropic/claude-sonnet-4
Reasoning: Most comprehensive and practical approach...
๐ Synthesized Answer:
The best approach combines elements from all three...
๐ฐ Total Cost: $0.0218
Credits
Built by M. Abidi | agxntsix.ai
YouTube | GitHub
Part of the AgxntSix Skill Suite for OpenClaw agents.
๐
Need help setting up OpenClaw for your business? Book a free consultation