GPU CLI
The gpu CLI launches the cheapest GPU on the market, wires up SSH, and streams your logs — without a single dashboard.
curl -fsSL https://gpu.ai/install | shThe CLI and dashboard share one engine — launch, watch spend, and track capacity across regions in real time.
gpu instances createProvision the cheapest matching GPU and poll until it's running.
gpu instances sshResolve the FRP tunnel and drop into the instance over SSH.
gpu instances listList every instance in your org with status, GPU, and count.
gpu pricingShow the live USD/hour price grid and availability by GPU type.
gpu chatRun a serverless chat completion that streams tokens to stdout.
gpu embeddingsGenerate embedding vectors as JSON from stdin or a file.
Install once and authenticate. No SDKs to wire up, no cloud consoles, no Terraform.
Output pipes straight into jq — drop gpu into any pipeline or Makefile.
Keys, tunnels, and host config are provisioned automatically — no firewall dance.
Spend is tracked live and stops the moment you do. No minimums, no hourly rounding.
curl -fsSL https://gpu.ai/install | sh