Rent the whole GPU.Pay by the second.
A dedicated GPU with CUDA ready on it, up in about a minute, root over Direct SSH, and spending stops the moment you terminate it. A fixed credit rate per second, no minimums, no subscription.
Four cards. One rate each.
Every instance of a given model spends the same credits per second, whichever node it lands on. Pick the card that fits the workload, then pick the node that fits the job.
RTX A4000
16 GB · 448 GB/s · 19.2 TFLOPS FP16
The efficient workhorse. Ideal for SD 1.5 and SDXL at moderate batch sizes, LoRA training and always-on inference where cost per hour matters more than raw speed.
- ›SD 1.5 / SDXL
- ›LoRA training
- ›Long-running inference
RTX 3090
24 GB · 936 GB/s · 35.6 TFLOPS FP16
24 GB of VRAM at the lowest price on the platform. A dependable choice for SDXL, Flux at reduced precision, and 13B-class model inference.
- ›SDXL at scale
- ›Flux (quantised)
- ›13B inference
RTX 4090
24 GB · 1.01 TB/s · 82.6 TFLOPS FP16
The default pick. Ada-generation throughput makes Flux, SDXL and video pipelines roughly twice as fast as a 3090 for well under twice the price.
- ›Flux at full precision
- ›Video pipelines
- ›Fast iteration
RTX 5090
32 GB · 1.79 TB/s · 104.8 TFLOPS FP16
Blackwell, 32 GB, and the fastest memory bandwidth we rent. For long video generation, high-resolution batches and workflows that will not fit in 24 GB.
- ›Long video generation
- ›High-res batches
- ›30B+ inference
From nothing to a running GPU
Four steps, and the slow one is the image pull.
Add a key and some credits
Paste your SSH public key and buy a credit pack. Nothing recurring, and credits never expire.
Pick a GPU and a node
Choose the card, then the specific node it runs on — vCPU, RAM, disk, network and region are all on the table before you commit.
Start the instance
Ubuntu comes up with CUDA and cuDNN matched to the node's driver. Typically running in under a minute.
Connect over Direct SSH
Copy the connection line from the instance page. Direct SSH, not a proxy, so uploads and downloads run at the node's full speed.
CUDA, ready on boot
Ubuntu with the NVIDIA stack already in place — CUDA and cuDNN, built to match the driver the node is actually running, on every card from Ampere to Blackwell. Nothing else is installed and nothing is listening: you land as root and the environment is yours.
- CUDA and cuDNN matched to the node's driver
- Root over Direct SSH, no proxy in between
- A desktop panel in the browser — terminal, files, port forwarding, monitoring
- 80 GB at /workspace for models and outputs
- Install anything — ComfyUI, a training stack, your own image
# the driver is already there
nvidia-smi --query-gpu=name,memory.total --format=csv,noheader
NVIDIA GeForce RTX 4090, 24564 MiB
# so is CUDA — build or install whatever you need
pip install torch && python -c "import torch; print(torch.cuda.is_available())"
True
# move your own files in
scp -P 41277 sdxl.safetensors root@198.51.100.24:/workspace/
# and when you are done
# hit Terminate in the console — spending stops thereBuilt to be predictable
Renting compute should be boring. These are the parts we refused to make interesting.
Direct SSH, never a proxy
We only take capacity from nodes that publish real ports, so your connection is a straight line to your instance. Copy one command from the instance page and you are in.
Metered by the second
The meter starts when the instance reports running and stops the instant you terminate it. There are no minimums, no rounding up to the hour and no idle charges.
One fixed rate per GPU
An RTX 4090 spends the same credits per second whichever node you land on. You pick a node on its specs, not on a shifting spot price.
CUDA ready on boot
The image carries CUDA and cuDNN, and picks the build that matches the node's driver. No image building, no driver archaeology — nvidia-smi works the moment you are in.
Capacity worth renting
Every listed node clears a reliability, bandwidth and open-port bar before it reaches you. The ones that do not never appear in the picker.
Spend that cannot run away
Watch the burn rate and runway in the console. When the credits hit zero instances are released automatically, so a forgotten instance cannot drain an account.
Questions worth asking
The things people actually want to know before renting a GPU they do not own.
How does billing actually work?
What do I get access to?
Why is the rate the same for every node of one GPU model?
What happens when my credits run out?
Is my data kept after I terminate an instance?
What is installed?
Your GPU is about a minute away
Add a key, add some credit, pick a card. Terminate whenever — you only pay for the seconds it ran.
Get StartedNo subscription · No minimum spend · Terminate anytime