list_availability
Check available GPU pods filtered by GPU type, count, and region to find matching instances before requesting a quote.
Instructions
List currently-available GPU pods that match the filters.
Returns the SDK's GPUAvailability rows (cloud_id, gpu_type, gpu_count, prices, disk/vcpu/memory bounds, stock_status, ...). Use this to pick a target before pod_quote, or to show the user options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gpu_type | No | GPU type slug, e.g. 'H100_80GB'. Strongly recommended — the unfiltered response is large. | |
| gpu_count | No | Required GPU count per pod (1, 2, 4, 8). None means any. | |
| regions | No | Optional list of region slugs. None means any. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||