Offers ranked by real cost
list_gpusFind live GPU offers for a workload template, ranked by true session cost including download time, and bucketed by readiness like ready_now or unverified to pick viable rentals.
Instructions
Live Vast offers for a workload, bucketed: ready_now, unverified, slow_link, no_ports, too_small, unsupported. Ranked by what the session actually costs (weight download time included), not by sticker $/hour. Returns JSON: {ok, message, next_tool, next_args, ...tool-specific fields}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Rows per bucket, default 8 | |
| template | Yes | Template id the offers must be able to run | |
| work_minutes | No | Minutes of real GPU work planned, default 45 | |
| max_usd_per_hour | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | false only when the tool itself failed (bad input, missing key, API error). | |
| message | Yes | Human-readable summary to relay to the user. | |
| next_args | No | Suggested arguments for next_tool. | |
| next_tool | No | Suggested next tool, or null when nothing else is needed. |