Before you start, ensure you have set your API keys and SSH key path as outlined in the CLI introduction.
Retrieving Availability Data
To see all available GPU types and their current pricing across all regions, simply run:Retrieving filtered Availability Data
You can then use filters like--gpu-type
, --regions
, or --gpu-count
to narrow down the results. Here are all available filters:
Available Filters
-
--gpu-type
: Filter by specific GPU model- Example:
--gpu-type H100_80GB
- Optional string value
- Example:
-
--gpu-count
: Filter by number of GPUs- Example:
--gpu-count 2
- Optional integer value
- Example:
-
--regions
: Filter by geographic regions- Example:
--regions united_states,canada
or--regions united_states --regions canada
- Optional, can specify multiple regions
- Example:
-
--socket
: Filter by socket type- Example:
--socket PCIe
- Accepts values:
PCIe
,SXM2
,SXM3
,SXM4
,SXM5
- Optional string value
- Example:
-
--group-similar
: Group similar configurations from same provider- Example:
--no-group-similar
- Default: true
- Optional boolean flag
- Example:
Example with Multiple Filters
Understanding the Terminal Output
Here’s an example of what the command output looks like:ID | GPU Type | GPUs | Socket | Provider | Location | Stock | Price/Hr | Memory (GB) | Security | vCPUs | RAM (GB) |
---|---|---|---|---|---|---|---|---|---|---|---|
346663 | H100_80GB | 2 | PCIe | runpod | N/A | Low | $5.40 | 160 | secure_cloud | 32 | 502 |
551ffd | H100_80GB | 2 | PCIe | runpod | US | Low | $5.40 | 160 | secure_cloud | 32 | 502 |
- A unique ID for the configuration
- GPU specifications (type, count, socket)
- Provider and location information
- Current stock status
- Pricing and hardware details