Usage
Arguments
Query to search for. default: ‘external=false rentable=true verified=true’, pass -n to ignore default
Options
Show ‘on-demand’, ‘reserved’, or ‘bid’(interruptible) pricing. default: on-demand (alias:
--type)Alias for
--type=bid (alias: --interruptible)Alias for
--type=bid (alias: --bid)Alias for
--type=reserved (alias: --reserved)Alias for
--type=on-demand (alias: --on-demand)Disable default query (alias:
--no-default)New search exp
Amount of storage to use for pricing, in GiB. default=5.0GiB
Comma-separated list of fields to sort on. postfix field with - to sort desc. ex: -o ‘num_gpus,total_flops-’. default=‘score-’ (alias:
--order)Description
Query syntax- Wrap
>and<in quotes on the command line - For string values (e.g.
gpu_name), replace spaces with underscores:RTX_3090notRTX 3090
Examples
Available Fields
| Field | Type | Description |
|---|---|---|
bw_nvlink | float | bandwidth NVLink |
compute_cap | int | CUDA compute capability ×100 (e.g. 650 for 6.5, 700 for 7.0) |
cpu_arch | string | host machine cpu architecture (e.g. amd64, arm64) |
cpu_cores | int | number of virtual cpus |
cpu_ghz | float | cpu clock speed in GHz |
cpu_cores_effective | float | virtual cpus you get |
cpu_ram | float | system RAM in gigabytes |
cuda_vers | float | machine max supported cuda version (based on driver version) |
datacenter | bool | show only datacenter offers |
direct_port_count | int | open ports on host’s router |
disk_bw | float | disk read bandwidth, in MB/s |
disk_space | float | disk storage space, in GB |
dlperf | float | DL-perf score (see FAQ for explanation) |
dlperf_usd | float | DL-perf per dollar |
dph | float | $/hour rental cost |
driver_version | string | machine’s nvidia/amd driver version as 3 digit string ex. “535.86.05” |
duration | float | max rental duration in days |
external | bool | show external offers in addition to datacenter offers |
flops_usd | float | TFLOPs per dollar |
geolocation | string | two letter country code; supports =, !=, in, notin |
gpu_arch | string | host machine gpu architecture (e.g. nvidia, amd) |
gpu_max_power | float | GPU power limit (watts) |
gpu_max_temp | float | GPU temp limit (°C) |
gpu_mem_bw | float | GPU memory bandwidth in GB/s |
gpu_name | string | GPU model name (no quotes, replace spaces with underscores, ie: RTX_3090) |
gpu_ram | float | per GPU RAM in GB |
gpu_total_ram | float | total GPU RAM in GB |
gpu_frac | float | ratio of GPUs in the offer to GPUs in the system |
gpu_display_active | bool | True if the GPU has a display attached |
has_avx | bool | CPU supports AVX instruction set |
id | int | instance unique ID |
inet_down | float | internet download speed in Mb/s |
inet_down_cost | float | internet download bandwidth cost in $/GB |
inet_up | float | internet upload speed in Mb/s |
inet_up_cost | float | internet upload bandwidth cost in $/GB |
machine_id | int | machine id of instance |
min_bid | float | current minimum bid price in $/hr for interruptible |
num_gpus | int | number of GPUs |
pci_gen | float | PCIE generation |
pcie_bw | float | PCIE bandwidth (CPU to GPU) |
reliability | float | machine reliability score (see FAQ for explanation) |
rentable | bool | is the instance currently rentable |
rented | bool | allow/disallow duplicates and potential conflicts with existing stopped instances |
storage_cost | float | storage cost in $/GB/month |
static_ip | bool | is the IP addr static/stable |
total_flops | float | total TFLOPs from all GPUs |
ubuntu_version | string | host machine ubuntu OS version |
verified | bool | is the machine verified |
vms_enabled | bool | is the machine a VM instance |
Global Options
The following options are available for all commands:| Option | Description |
|---|---|
--url URL | Server REST API URL |
--retry N | Retry limit |
--raw | Output machine-readable JSON |
--explain | Verbose explanation of API calls |
--api-key KEY | API key (defaults to ~/.config/vastai/vast_api_key) |