Cheapest offers for a model
cheapestCheapest current API offers for one model across direct providers and aggregators, in USD per 1M tokens (input, output, blended 3:1). Stale prices, and flex/batch tiers, are excluded by default. Optional filters (context, tools, JSON, vision, region, no training on prompts, open sign-up) and usage (tokens per request, requests per day) to get an estimated cost per request and per month. Returns the winner and the first offers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | No | Only offers that support JSON output | |
| 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. | |
| tools | No | Only offers that support tool calling | |
| region | No | Only providers that process data in this region: eu, us, … | |
| strict | No | Exclude offers whose provider does not publish the filtered information (by default they are kept and flagged) | |
| vision | No | Only offers that accept image input | |
| min_context | No | Minimum context window in tokens | |
| no_training | No | Only providers whose published terms say they do not train on your prompts | |
| no_waitlist | No | Only providers with open sign-up (no waitlist or invitation) | |
| cached_ratio | No | Share of input tokens served from the provider's prompt cache (0 to 1) | |
| include_tiers | No | Also include lower-priority service tiers, comma-separated: flex, batch (hidden by default) | |
| 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 |