Price history of a model
price_historyPrice history of one model: every offer tracked by InferIndex (daily or weekly min/max/last price in USD, or raw price changes), plus the official price of the model's lab over time. Give either days, or from/to (YYYY-MM-DD), or at (a date) for the prices in effect that day.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | No | A single date, YYYY-MM-DD: prices in effect that day | |
| to | No | End date, YYYY-MM-DD | |
| days | No | Number of days back from today (default 7) | |
| from | No | Start date, YYYY-MM-DD (with to, instead of days) | |
| limit | No | Maximum number of points (default 100, max 500) | |
| model | Yes | Model id or name, e.g. 'deepseek-v3.2', 'deepseek/deepseek-v4-pro', 'gpt-5.6-luna'. Use search_models when unsure. | |
| provider | No | Only this provider | |
| granularity | No | day (default), week, or raw price changes |