Independent comparison Updated July 2026 20 GPU providers tested Real hourly pricing
We earn commissions from partner links on this page.

Serverless GPU · July 2026

Best Serverless GPU Cloud Providers 2026

Pay only when your model runs — no idle bills. 6 serverless GPU providers ranked by cold start, pricing, and reliability.

How serverless GPU actually works

Serverless GPU inference means paying only when your model is actually running — no idle-time bills, no cluster management. Six providers dominate serverless GPU in 2026: RunPod Serverless (best overall), Together AI (per-token LLM APIs), Salad Cloud (distributed), Modal (developer-friendly), Nebius (Kubernetes-native), and CoreWeave (enterprise scale).

There are three flavors of "serverless GPU":

  • Container serverless (RunPod, Modal, Nebius) — you deploy a Docker image with a handler. Cold starts 2–15s for large models, warm workers can be pinned.
  • Per-token APIs (Together AI, Anyscale) — pre-hosted models with token pricing. No cold start ever, but you can't run custom weights easily.
  • Distributed consumer GPUs (Salad) — stateless inference on residential RTX 4090s. Cheapest raw price but not for training or stateful work.

The right pick depends on traffic pattern: spiky low-QPS → Container serverless (RunPod). Steady high-QPS → dedicated GPU. LLM inference at scale → Per-token API (Together AI) until you exceed ~$5k/month, then self-host.

ProviderStarting PriceTop GPUsHighlightsRatingCTA
S Saladfrom $0.02/hRTX 3090, RTX 4090, RTX 3080 ≤24GB
  • Cheapest consumer GPUs — RTX 3090 from $0.09/h
  • Massive horizontal scale (1000+ nodes)
★★★★☆ 3.9View pricing
T Together AIfrom $3.99/hH100, H200, A100 80GB ≤141GB
  • Best-in-class inference performance
  • Excellent open-source model coverage
★★★★☆ 4.3View pricing
C CoreWeavefrom $6.50/hL40S, H100 SXM, A100 SXM ≤80GB
  • Best multi-node GPU cluster performance
  • High-speed InfiniBand interconnects
★★★★☆ 4.4View pricing
#1
S

Salad

Distributed inference cloud — RTX 3090 $0.09/h, RTX 4090 $0.16/h

from $0.02/h ★ 3.9
  • Cheapest consumer GPUs — RTX 3090 from $0.09/h
  • Massive horizontal scale (1000+ nodes)
View pricing →
Price accurate?
#2
R

RunPod

Best value GPU cloud — huge selection, community + secure cloud

from $0.16/h ★ 4.6
  • Cheapest community GPUs from $0.16/h
  • Massive GPU variety including H100
View pricing →
Price accurate?
#3
λ

Lambda Labs

On-demand H100 clusters — developer-favourite for serious ML

from $0.69/h ★ 4.5
  • Reliable on-demand H100 availability
  • No complex setup — SSH ready in seconds
View pricing →
Price accurate?
#4
N

Nebius

EU-sovereign AI cloud from the Netherlands — full GDPR compliance, H100 to B200

from $1.55/h ★ 4.5
  • Strong EU data residency — perfect for German / EU enterprise
  • Modern hardware including B200 SXM
View pricing →
Price accurate?
#5
T

Together AI

Inference-first GPU cloud — H100/H200 with optimized serving stacks

from $3.99/h ★ 4.3
  • Best-in-class inference performance
  • Excellent open-source model coverage
View pricing →
Price accurate?
#6
C

CoreWeave

Enterprise H100 clusters — Kubernetes-native GPU cloud

from $6.50/h ★ 4.4
  • Best multi-node GPU cluster performance
  • High-speed InfiniBand interconnects
View pricing →
Price accurate?

Frequently Asked Questions

What is a serverless GPU? +

A serverless GPU is a cloud compute model where you pay per-second (or per-request) for GPU inference instead of renting a persistent GPU instance. The provider auto-scales workers up when requests arrive and down to zero when idle. Best providers in 2026: RunPod Serverless for containers, Together AI for LLM APIs, Salad for distributed inference.

How much does serverless GPU cost? +

RunPod Serverless charges per compute unit — roughly $0.0002–$0.0006 per second on RTX 4090, or ~$0.50/hour equivalent while running. Together AI charges $0.10–$5 per million tokens depending on model size. Salad averages $0.02–$0.05/hour equivalent on consumer GPUs. Compare to $0.30–$2.50/hour for a persistent RTX 4090/H100 — serverless wins when your utilization is under ~40%.

What is the cold start time for serverless GPU? +

Cold starts on RunPod Serverless are 2–8 seconds for smaller models (7B LLMs, SD 1.5) and 10–30 seconds for larger ones (70B LLMs, FLUX). You can pin warm workers at extra cost to eliminate cold starts. Per-token APIs (Together AI, Anyscale) have zero cold start because models are always loaded.

RunPod Serverless vs Modal vs Together AI — which is best? +

RunPod Serverless is best for custom container inference at low cost. Modal has the smoothest developer UX (Python decorators, no Dockerfile needed) but is 2× more expensive. Together AI is best for chat/completion APIs with popular open-source models. Pick RunPod for cost + flexibility, Modal for fast prototyping, Together AI for pre-hosted LLM inference.

Can I run training on serverless GPUs? +

No, serverless GPU platforms are optimized for inference (short, stateless workloads). For training or fine-tuning, use persistent instances: RunPod Pods, Lambda Labs on-demand, or Vast.ai. Training runs need consistent GPU memory across hours/days — the container startup overhead of serverless kills training economics.

Does AWS have serverless GPU? +

AWS Lambda does not support GPU. Amazon SageMaker Serverless Inference supports CPU only. The closest AWS equivalent is SageMaker Real-Time Inference with auto-scaling, but it bills by instance-hour, not per-second — so it is not truly serverless. Use RunPod Serverless or Modal on AWS-adjacent workloads.