11 GPUs available now

GPU cloud for AI.
Instances. Serverless. Clusters.

GPU instances for training. Serverless for inference. Clusters for scale. 44 models. Per-second billing. From $0.18/hr.

Three ways to deploy

Single GPU instances. Auto-scaling serverless. Multi-node clusters. All per-second billing.

GPU Instances

  • Persistent GPU instance
  • Deploy in ~30 seconds
  • Ollama API, Docker, or SSH
  • Pause and resume anytime
  • Spot pricing — 50% off

Best for: training, dev, notebooks

Browse GPUs

Serverless

  • Auto-scaling inference endpoint
  • Scale to zero — $0 when idle
  • 970+ pre-built templates
  • ~2 second cold start
  • Sync + async execution

Best for: inference APIs, chatbots, batch

Go Serverless

Clusters

  • Multi-node GPU clusters
  • 2–32 instances with InfiniBand
  • Up to 8 GPUs per node
  • Distributed training at scale
  • Network storage included

Best for: large models, distributed training

Deploy Cluster

As simple as git

computegpu deploy is like git push. Three commands to go from zero to running GPU.

npm i -g computegpu
computegpu signup you@co.com my-agent
computegpu deploy --gpu "RTX 4090"
1

Install

npm i -g computegpu — one command, zero config.

2

Sign up

Get a gpu_ API key instantly. Verify with $1 (credited to wallet).

3

Deploy

GPU running in ~30 seconds. Per-second billing. Stop anytime.

GPU pricing

Per-second billing. Deploy instantly. Stop anytime.

High Performance
H100 SXM
80 GB HBM3
Spot:
Deploy
H200
141 GB HBM3e
Spot:
Deploy
A100 80GB
80 GB HBM2e
Spot:
Deploy
RTX 4090
24 GB GDDR6X
Spot:
Deploy
Serverless (scale to zero)
Ollama
Any model, any GPU
from $0.39/hr
$0 when idle
Deploy
vLLM
OpenAI-compatible
from $0.85/hr
$0 when idle
Deploy
SDXL
Image generation
from $0.39/hr
$0 when idle
Deploy
Whisper
Audio transcription
from $0.18/hr
$0 when idle
Deploy
Per-second billing

No hourly rounding. Instances bill per second of uptime. Serverless bills per second of compute. Stop anytime.

Scale to zero

Serverless endpoints cost $0 when idle. Auto-scale under load, scale down when quiet. No manual start/stop.

CLI-first

As simple as git. npm i -g computegpu then computegpu deploy --gpu "RTX 4090". Full REST API included.

Developer tools

Deploy instances and serverless endpoints from your terminal or code.

CLI
npm i -g computegpu
computegpu deploy --gpu RTX4090
computegpu stop POD_ID
CLI docs →
Instance API

Deploy, pause, resume, destroy GPU instances. Full lifecycle via REST.

Instance API docs →
Serverless API

Create endpoints, run sync/async inference, poll results. Scale-to-zero.

Serverless docs →
Templates

PyTorch, vLLM, ComfyUI, Whisper, Jupyter. Pick and launch.

Browse templates →

Three commands to GPU

npm i -g computegpu && computegpu deploy --gpu "RTX 4090"

Help
Welcome to ComputeGpu

Rent cloud GPUs instantly. 44 models from $0.20/hr. Per-second billing. No commitments.

Getting Started
  1. Sign upCreate an account (free, no credit card)
  2. Add creditsTop up your wallet ($5 minimum via Stripe)
  3. Deploy a GPUBrowse GPUs, click Rent, get your endpoint in ~30 seconds
What You Get
Why ComputeGpu?
Developer Tools

CLI: npm i -g computegpu

API: Full reference | GPU Cloud API