Skip to main content

lium ls

List available GPU nodes.

lium ls [GPU_TYPE] [OPTIONS]

Arguments​

  • GPU_TYPE — Filter by GPU type (H100, A100, RTX4090, …).

Options​

FlagEffect
--region REGIONFilter by region
--min-memory GBMinimum GPU memory
--min-cuda VERSIONMinimum CUDA version supported by the node
--max-price USDMaximum price per hour
--format FORMATOutput 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 ★.

See also​

  • lium up — create a pod on a listed node
  • lium ps — list pods you already own