cheapest_available_instance
Find the cheapest instance with current capacity by filtering GPU count, type, region, and hourly budget. Returns availability status or false.
Instructions
Find the cheapest instance type that has capacity now. Filters: min_gpus, gpu_contains (e.g. "H100"), region (e.g. "us-east-1"), max_hourly_usd. Returns {"found": false} if nothing matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | ||
| min_gpus | No | ||
| gpu_contains | No | ||
| max_hourly_usd | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||