# KALEI Parliament Cheap

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

Runs a query through 4 Claude Sonnet voters who each return an independent vote and reasoning, without a synthesizer step, for fast and affordable multi-model consensus.

## Facts

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

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-cheap-f96f72b2 -d '<json body>'
```

Example prompt: Can you run my question — 'Should we launch the beta feature before the holiday weekend?' — through the KALEI Parliament cheap tier so I get independent votes and reasoning from 4 Sonnet models quickly?

## When to prefer this

Choose this endpoint when you need fast, affordable multi-model deliberation and do not require a synthesized recommendation. It is ideal when you want raw voter reasoning you can interpret yourself, when cost and speed (~6s, $0.10) matter more than a polished synthesized output, or when you want to build your own aggregation logic on top of raw votes. Prefer the standard or premium tiers when you need a unified recommendation or higher-fidelity reasoning via Opus models.

## Known failure modes

- Payment failure if x402 header is missing or USDC balance is insufficient
- Timeout if prompt is excessively long causing voters to exceed response window
- Malformed request body resulting in a 400 error
- Partial voter failure if one or more Sonnet instances return an error mid-run
- Rate limiting if requests are sent too rapidly

## How this service works

KALEI Parliament cheap: 4 Sonnet voters return vote and reasoning (no synthesizer). ~6s. Docs: kaleiai.com/parliament

## Output

Returns 4 independent voter outputs, each containing a vote (e.g. yes/no, a ranked choice, or a judgment) and the reasoning behind that vote. No synthesizer step is included — the raw voter responses are returned directly, allowing the caller to interpret or aggregate the results themselves. Typical latency is approximately 6 seconds.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kalei-parliament-cheap-f96f72b2/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)
