Estimate Cost
estimate_costEstimate what a panel or saved workflow would cost before running it: returns a per-agent/per-step price breakdown, the total for the requested number of runs, your remaining quota and platform credit, an honest list of any models the platform could not price, and a go/no-go decision. Reserves nothing, charges nothing, starts nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | What to price: a council panel or a saved workflow. | |
| runs | No | How many runs to price (default 1). | |
| model | No | Optional single model override applied to every agent or step. A model absent from the pricing catalog is reported in unpriced_models rather than silently priced as the default. | |
| panel | No | Panel slug when kind is 'council' (default: 'default'). | |
| workflow | No | Workflow slug — required when kind is 'workflow'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |