Queries 4 LLMs in parallel via OpenRouter (GPT-4o, Claude Sonnet, Gemini Flash, Grok), then synthesizes a consensus answer.
| Secret | Description |
|---|---|
OPENROUTER_API_KEY |
OpenRouter API key |
90 cents per call.
| Field | Type | Required | Description |
|---|---|---|---|
question |
string | yes | The question to ask all models |
| Field | Description |
|---|---|
question |
The original question |
individual |
Array of { model, response } from each LLM |
synthesis |
Synthesized consensus answer |