Step 1 — pick a listing
Open gpuoutlet.ai/app/create. You browse the marketplace by GPU, cheapest first. Each card shows the model, VRAM, how many GPUs the machine has, and its live hourly rate — plus, for seller listings, a Seller Rating (0–100) and a Verified badge. Pick a listing, and where the machine has more than one GPU, choose how many you want. Renting more than one gives you the whole machine — the GPUs are pooled in a single node with their fast interconnect, ready for multi-GPU work. The footer updates with the live price as you go.Where a listing offers it, you can also pick a service tier at launch:
On-demand (uninterrupted at the headline price) or Spot (cheaper, but
can be reclaimed when a full-price on-demand buyer needs the GPU). See
Service tiers.
Step 2 — pick a template
Click Continue. The template grid loads:- PyTorch + Jupyter — CUDA + PyTorch 2.x with Jupyter Lab (default)
- Ubuntu + CUDA — bare OS + CUDA drivers, bring your own stack
- Ollama — daemon ready to
ollama pull - vLLM — OpenAI-compatible inference server
- Text Generation WebUI — Oobabooga’s text-gen UI
- ComfyUI — node-based Stable Diffusion workflows
- Stable Diffusion (A1111) — AUTOMATIC1111 WebUI
Step 3 — launch
Click Launch. A modal shows the instance provisioning; 20–60 seconds later it flips from provisioning to running, and the SSH command becomes valid.Step 4 — connect
Copy the host and port shown, then connect with your private key via-i
(the modal shows only the address — it can’t know your key’s filename):
~/.ssh/gpuoutlet_ed25519). See
Connecting via SSH for details and troubleshooting.
Verify the GPU:
Step 5 — work
The instance is yours until you stop it. Common patterns:Quick PyTorch sanity check
Get your code in
Or rsync from local (from your laptop, another terminal)