search_offers
Find rentable GPU offers on Vast.ai by filtering on GPU type, price, reliability, and more.
Instructions
Search the Vast.ai GPU marketplace for rentable machine offers.
The body is sent as-is to POST /bundles/. Top-level keys commonly include
type ("ondemand" | "bid"), limit, and filter objects. Each filter maps
a field name to an operator object: {eq, neq, gt, lt, gte, lte, in, notin}.
Examples: search_offers({"gpu_name": {"in": ["RTX 4090"]}, "num_gpus": {"gte": 1}, "reliability": {"gte": 0.99}, "verified": {"eq": True}, "rentable": {"eq": True}, "type": "ondemand", "limit": 5}) search_offers({"type": "bid", "gpu_ram": {"gte": 24000}, "order": [["dph_total", "asc"]], "limit": 10})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||