gg loginGPUniq CLI
Manage your GPUs from the terminal
Install
pip install gpuniqAfter installation, the gg command is immediately available. If using pyenv or conda, ensure the bin folder is in your PATH.
Get your API key
CLI requires an API key to work
Login
gg loginPaste your API key when prompted.
Start using
# 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