DruxAI
DruxAI

Don’t ask one AI.

Ask all of them.

For developers

Build on the whole AI ecosystem — with one API.

The DruxAI consensus API fans your prompt out to every frontier model and returns a scored, reconciled answer. Ship features that don’t depend on any single provider.

  • One endpoint, every model

    Call GPT-5, Claude, Gemini and Grok through a single consensus API. No juggling keys or SDKs.

  • Consensus, not one opinion

    Every response ships with an agreement score so you know how much the models actually align.

  • One wallet, all products

    Credits are shared across Search, Debate, Playbooks and the API — top up once, use everywhere.

POST /v1/consensus
curl https://api.drux.space/v1/consensus \
  -H "Authorization: Bearer $DRUX_KEY" \
  -d '{
    "query": "Is nuclear the fastest path to net zero?",
    "models": ["gpt-5", "claude", "gemini", "grok"]
  }'

# → { "answer": "...",
#     "agreement": 0.82,
#     "dissent": ["grok"] }