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 GPUsServerless
- 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 ServerlessClusters
- 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 ClusterUSE CASES
Built for every AI workload
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"
Install
npm i -g computegpu — one command, zero config.
Sign up
Get a gpu_ API key instantly. Verify with $1 (credited to wallet).
Deploy
GPU running in ~30 seconds. Per-second billing. Stop anytime.
GPU pricing
Per-second billing. Deploy instantly. Stop anytime.
High Performance
Serverless (scale to zero)
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.
Available GPUs
44 models · 11 available nowNVIDIA GeForce
Datacenter
Developer tools
Deploy instances and serverless endpoints from your terminal or code.
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 →Three commands to GPU
npm i -g computegpu && computegpu deploy --gpu "RTX 4090"