Cold starts in seconds,
not minutes.
The GPU runs behind your product, ranked by how many of you run them.
Each one keeps weights and a KV cache in GPU memory and is served from a warm pool today. Cold start is what forces that pool to sit idle.
Recommendations & feed ranking
The largest GPU inference workload at consumer scale: every feed, marketplace, and stream ranks candidates in real time, with hundreds of model variants in production.
- Restore a warmed ranker in seconds, not minutes
- Scale replicas to traffic instead of peak-of-peak
- A failed replica restores without dropping the SLA
Six ways cold start inflates the bill.
The warm-replica tax
Pools sized for peak-of-peak sit idle most of the day. Industry-wide, idle warm replicas can be 20-80% of inference spend.
Cold start scales with model size
A 70B rollout costs more warm pool than a 13B at the same query volume. Every model upgrade compounds the tax.
Autoscaling can't keep up
Minutes-long cold start means you cannot scale into a spike in time, so you overprovision instead of scaling.
Diurnal & event traffic idle
Traffic swings several-fold across the day and around events. A fixed warm pool pays for every trough.
Failure blast radius
A failed replica drops in-flight requests and its KV cache. Recovery is a full cold reload, not a resume.
Spot & preemption risk
Cheap, burstable capacity evicts in about two minutes. Serving can't risk it without a fast restore.
Pay for the traffic you serve, not the warm pool you hold.
Six benefits, each one earned by a specific piece of the architecture, not a slogan.
Cold start to a hardware floor
Warm pools shrink to fit demand
Autoscaling actually works on inference
Model-size growth stops compounding
Distributed multi-GPU serving covered
Nothing changes for your serving stack
Your render survives the GPU underneath it.
Cedana runs at the OS and kernel level and works transparently under vLLM, SGLang, and Triton, keeping every job moving across the GPUs underneath it.
Running
A generation job lives in GPU memory.
Save
Cedana snapshots full GPU state, below the app.
Migrate
A fault or spot eviction triggers a live migration.
Resume
It resumes at the same frame. Nothing lost.
A 30-second floor on a single GPU, 80 seconds on eight. Your serving team never writes checkpoint code.
Drops in where your inference already runs.
Questions we hear first.
Command your
compute.
Your compute, liquid — checkpoint, migrate, and resume live GPU jobs across the fleet.