Roundtable is a free command-line tool that convenes a council of six frontier AI models — Grok, Codex/OpenAI, GLM, MiniMax, Claude, and Gemini — answering in parallel and optionally deliberating to consensus, so you get one decided answer.
Six seats at the table
Run as a one-round advisory panel, or as a chaired deliberation that revises across rounds until a Claude chair declares consensus. How it works →
Why convene a council?
A single model has a single set of blind spots. Roundtable seats up to six frontier reasoners, each from a different lab and a different training run. So the takes that matter don't all lean the same way. When a decision is expensive to get wrong, breadth beats a confident monologue. You see where the models agree, where they split, and why — then Roundtable hands you one recommendation instead of six tabs to reconcile by hand.
How it works
Ask a question and Roundtable fans it out to every configured head in parallel. In advisory mode — the default — each head answers blind. It never sees the others, so you get every independent take side by side, plus a synthesis. In deliberation mode the heads run several rounds. After round one, each head sees the whole table and revises. A dedicated Claude chair reads the room and decides whether the council has reached consensus or should run again. Consensus ends it early; --rounds N is just the ceiling.
Runs on your own keys
There is no hosted account, no SSO, and nothing to sign up for. Roundtable runs on plain provider API keys you already hold. Add at least one with roundtable auth and the matching seat fills. Heads with no key skip gracefully, so the council runs with whatever subset you have. It also ships an MCP server (roundtable mcp serve), so coding harnesses like Claude Code, Cursor, and the Codex CLI can call the council as a tool. It's free and open-source under the MIT license — a Frontier Infra project.
Frequently asked questions
- What is Roundtable?
- Roundtable is a free, open-source command-line tool that convenes a council of up to six frontier AI models — Grok, Codex/OpenAI, GLM, MiniMax, Claude, and Gemini — answering your question in parallel and optionally deliberating to consensus, so you get one decided answer.
- Which models sit at the table?
- Six heads: Grok (xAI), Codex/OpenAI, GLM (Z.ai), MiniMax, Claude (Anthropic), and Gemini (Google). Each head is optional — configure the keys you have and the council runs with whatever subset is available.
- How do I install Roundtable?
- Run the one-line installer
curl -fsSL https://roundtable.sh/install.sh | bash, or install with uv (uv tool install roundtable), pip (pip install roundtable), or Homebrew (brew install frontier-infra/tap/roundtable). - Do I need API keys or local CLIs?
- You need at least one provider API key. Roundtable runs on plain keys with no hosted account or SSO. Where an authenticated local CLI such as
codexis present it is preferred, but no vendor CLI is required. - What is the difference between advisory and deliberation mode?
- Advisory is one round where each head answers blind and you get every independent take plus a synthesis. Deliberation runs multiple rounds where each head sees the whole table and revises until a Claude chair declares consensus.