GPU price history
get_gpu_price_historyGet USD per GPU-hour price history for a specified GPU model over 1d to all-time ranges, including start/end values, change, low/high, and sampled points.
Instructions
Price history of one model in USD per GPU-hour over a range (1d, 3d, 7d, 14d, 30d, 90d, 1y, all), with the first and last value, the change, the low and the high, and a thinned list of points. The Free API tier sees 30 days; longer ranges are clamped and the answer says so.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | GPU model id: A100, H100, H200 or B200 (case-insensitive). | |
| range | No | Look-back window. Default 7d. | |
| maxPoints | No | How many points to include in the structured result. Default 60. |