pricing
The machine-readable price list, with per-mode expected_wait. Free, no auth.
Every customer operation is zero-priced during private beta. Returns {unit,
usd_per_credit:0, beta, operations, pricing_modes with zero base/per_hook,
expected_wait}. Internal provider-credit ceilings are separate from this list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| beta | No | Private-beta contract: customer_pricing is the effective free or metered state, standard_request_limit 10, owner_request_limit null, access_code_required true. | |
| unit | No | Name of the billing unit (credits). | |
| operations | No | Per-operation costs for the non-generate tools. | |
| credit_packs | No | Buyable packs when payments are enabled; empty during the free beta. | |
| signup_grant | No | Credits a new account starts with. | |
| expected_wait | No | Per-mode {p50_ms, p90_ms, source} latency, same as get_estimates. | |
| pricing_modes | No | Per mode {base, per_hook, formula, expected_wait}. A generate charge is base + per_hook * hooks_RETURNED. | |
| usd_per_credit | No | Cash price per credit; 0 while credits are free. | |
| payments_enabled | No | false during the free private beta or when Stripe is not configured; create_checkout then returns payments_disabled. | |
| low_balance_threshold | No | Balance at which the credits.low webhook fires. |