search_offers
Find available GPU rental offers on Vast.ai by specifying GPU type, price limit, disk, country, and more. Returns matching offers with pricing and specs for immediate instance creation.
Instructions
Search rentable GPU machine offers on Vast.ai. Returns offers with id (ask_id), gpu_name, num_gpus, price per hour (dph_total), disk, region, bandwidth, verification and reliability. Use the returned offer id with create_instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order (default: score). | |
| limit | No | Max offers to return (default 20). | |
| country | No | Country code, e.g. 'US'. | |
| gpu_name | No | Exact GPU model, e.g. 'RTX 4090'. | |
| min_disk | No | Minimum local disk in GB. | |
| num_gpus | No | Minimum number of GPUs per machine. | |
| max_price | No | Max total price per hour ($). | |
| allocated_storage | No | Assumed storage in GB used for pricing (default 8). |