Estimate monthly cost
estimate_costMonthly bill for a model at every gateway, given expected input and output tokens. Returns the limit cheapest gateways in USD and IDR, totalOffers, and the cheapest entry. Free offers cost 0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max gateways to return (cheapest first) | |
| model | Yes | Canonical slug from suggest_models/search_models, or a partial model id | |
| inputTokens | No | Input tokens per month | |
| outputTokens | No | Output tokens per month |