Estimate the cost of a workload
estimate_costEstimated cost of a workload on one model at each provider: cost per request, and per month if requests_per_day is given, taking the provider's tiered pricing and prompt-cache price into account. Offers sorted by estimated cost, cheapest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of offers to return (default 5, max 25) | |
| model | Yes | Model id or name, e.g. 'deepseek-v3.2', 'deepseek/deepseek-v4-pro', 'gpt-5.6-luna'. Use search_models when unsure. | |
| cached_ratio | No | Share of input tokens served from the provider's prompt cache (0 to 1) | |
| output_tokens | No | Output tokens per request, for the estimated cost | |
| prompt_tokens | No | Input tokens per request, for the estimated cost | |
| requests_per_day | No | Requests per day, to also get an estimated monthly cost |