# KALEI Parliament Standard

> KALEI Parliament Standard is a paid API for AI agents from parliament.kaleiai.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Runs a multi-LLM deliberation with 4 Claude Sonnet voters and an Opus synthesizer to produce a recommendation, rationale, and tripwire in ~12-15 seconds

## Facts

- Endpoint: POST https://parliament.kaleiai.com/v1/parliament/standard
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kalei-parliament-standard-d9605e30
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4BlJE2Uw6NqGaQJAGHEI8

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability kalei-parliament-standard-d9605e30 -d '<json body>'
```

Example prompt: Run a standard KALEI Parliament deliberation on this question: 'Should we launch our SaaS product in the EU market before achieving GDPR compliance, given our runway is 6 months?' — I need the consensus recommendation, the full rationale, and any tripwire conditions I should watch out for.

## When to prefer this

Choose Parliament Standard when you need a balanced cost-quality tradeoff for important decisions — it's more reliable and nuanced than the cheap tier (no synthesizer) but less expensive than premium (Opus voters). Ideal for decisions that matter but aren't irreversible. Use when you want a multi-perspective consensus that reduces single-model hallucination or bias risk, and when you need an explicit tripwire to surface dangerous edge cases automatically.

## Known failure modes

- Timeout if LLM providers are slow (expected ~12-15s, may exceed)
- Ambiguous or underspecified prompt may produce low-confidence or hedged recommendations
- Payment failure if USDC balance is insufficient ($0.25 required)
- Rate limiting if quota exceeded
- Malformed request body returns 4xx error

## How this service works

KALEI Parliament standard: 4 Sonnet voters + Opus synthesizer returns recommendation, rationale, tripwire. ~12-15s. Docs: kaleiai.com/parliament

## Output

Returns a synthesized recommendation (the final verdict from the Opus synthesizer), a detailed rationale explaining the reasoning behind the recommendation, and a tripwire — a specific condition or threshold that, if triggered, should cause the user to reconsider or escalate. Reflects deliberation across 4 Sonnet voter models before synthesis.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kalei-parliament-standard-d9605e30/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from parliament.kaleiai.com](https://www.zero.xyz/host/parliament.kaleiai.com/llms.txt)
