Flat −50%, always
Not "up to". Not "from". Every model, every region: exactly half the on-demand price, fixed like everything else here.
Products
Developers & company
GPUs · on-demand per hour
Products · interruptible
Interruptible instances cost a flat 50% of on-demand — H100 SXM at $0.793/hr instead of $1.587. No bids to place, no eviction markets to monitor: your job may pause under capacity pressure, your data never disappears.
Not "up to". Not "from". Every model, every region: exactly half the on-demand price, fixed like everything else here.
Interruption = stop, not destroy. Checkpoints, datasets and outputs stay on the instance disk, billing drops to storage-only.
Interrupted instances rejoin the capacity queue automatically and restart from disk — overnight queues drain themselves.
Nothing to outbid at 2am. The console shows interruption events; webhooks tell your pipeline. That is the whole operational surface.
Same silicon as on-demand — the only difference is the eviction clause.
| GPU | On-demand | Interruptible | 100 GPU-hrs cost | You save | Action |
|---|---|---|---|---|---|
| H100 SXM | $1.587 | $0.793 | $79.30 | −$79.40 | Deploy |
| A100 SXM4 | $0.583 | $0.291 | $29.10 | −$29.20 | Deploy |
| L40S | $0.466 | $0.233 | $23.30 | −$23.30 | Deploy |
| RTX 5090 | $0.318 | $0.159 | $15.90 | −$15.90 | Deploy |
| RTX 4090 | $0.262 | $0.131 | $13.10 | −$13.10 | Deploy |
| RTX 3090 | $0.104 | $0.052 | $5.20 | −$5.20 | Deploy |
Versus the marketplaces: their spot is an auction — win it, and a higher bid can still evict you an hour later. Ours is a queue.
If an interruption would hurt, use on-demand — or mix: serve on-demand, train interruptible, one balance pays both.
$ powergpu launch --gpu a100-sxm4 --type interruptible \
--template axolotl --volume ckpts:50GB
✓ instance i-b3e19d02 running · $0.291/hr
# 03:12 interrupted — checkpoint step 4200 on volume
# 03:57 capacity free — auto-restarted, resumed 4200
✓ run finished · 9.4 GPU-hrs · $2.74
Checkpoint patterns live in the instance docs.
Only when an on-demand deploy needs your slot — there is no bidding war constantly re-pricing you out. Fleet-wide, interruptible instances run a median of many hours between interruptions; deep-supply consumer cards (RTX 30/40 series) are interrupted least.
It is stopped, not destroyed: the container/VM state on disk survives and GPU billing ends instantly. You get a console event and an optional webhook, and the instance auto-requeues for capacity unless you disable that. When capacity frees, it restarts from your disk.
Yes — interruptible = on-demand × 0.50 on every model, every region, all the time. It is not a fluctuating spot market: the price is as fixed as our on-demand price, just half of it.
Checkpoint to the mounted volume (every N steps for training, per-item for batch queues), make startup idempotent, and let auto-requeue do the rest. The docs include ready patterns for PyTorch, axolotl and render farms.
Top up in crypto, benchmark us against your current provider. Per-second billing, fixed prices ≥ 30% below market — cancel by just stopping the instance.