GPUniq CLI

Manage your GPUs from the terminal

1

Install

pip install gpuniq

After installation, the gg command is immediately available. If using pyenv or conda, ensure the bin folder is in your PATH.

2

Get your API key

CLI requires an API key to work

3

Login

gg login

Paste your API key when prompted.

4

Start using

Terminal

# List your rented GPUs

$ gg orders

ID GPU STATUS PRICE/HR

-------------------------------------------------------------------

142 RTX 4090 x2 running $0.45

143 A100 80GB running $1.20

# SSH into your GPU

$ gg open

? Select instance:

> #142 RTX 4090 x2 (running) $0.45/hr

#143 A100 80GB (running) $1.20/hr

# Connect to a specific instance

$ gg open 142

[gg] Connecting to #142 (RTX 4090 x2)...

[gg] ssh root@ssh.gpuniq.com -p 20142

CLI Features

$

View orders

gg orders — list GPUs with prices

>

Quick SSH

gg open — connect in one command

SSH keys

Automatic key attachment

*

Cross-platform

macOS, Linux, Windows