lium ls
List available GPU nodes.
lium ls [GPU_TYPE] [OPTIONS]
Arguments​
GPU_TYPE— Filter by GPU type (H100,A100,RTX4090, …).
Options​
| Flag | Effect |
|---|---|
--region REGION | Filter by region |
--min-memory GB | Minimum GPU memory |
--min-cuda VERSION | Minimum CUDA version supported by the node |
--max-price USD | Maximum price per hour |
--format FORMAT | Output format: table, json, csv |
Examples​
lium ls # List all nodes
lium ls H100 # Only H100 GPUs
lium ls --min-cuda 12.4 # Only nodes supporting CUDA 12.4 or higher
lium ls --max-price 2.5 # Under $2.50/hour
lium ls --format json # JSON output
Pareto-optimal choices in the table are marked with ★.