Skip to main content
Live
Main content
Review · Platforms
RU

Runpod

Editor rating
4.4/ 5
Starting price
from $0.27/hr
Free tier
Yes
Platforms
ApiWeb
Developer
Runpod, Inc. (founded by Zhen Lu and Pardeep Singh)
Launched
2022

Runpod

4.4 / 5By Runpod, Inc. (founded by Zhen Lu and Pardeep Singh)Researched overview by AI Chat DailyUpdated Visit official site ↗
The verdict

Runpod's real advantage is not the hourly rate — it is that Serverless endpoints scale to zero and bill per second, so bursty inference costs nothing while idle. Pods are competitively priced with published list rates and, unusually, no ingress or egress fees. The parts to read carefully are cold-start billing, storage that keeps charging on stopped Pods, and the fact that Community Cloud has stopped taking new hosts.

Try RunpodOpens www.runpod.io

How this was put together. This is a researched overview, not a hands-on review — compiled by the AI Chat Daily desk from Runpod's own documentation, pricing pages and release notes, plus how the product has been received. The score reflects documented capability and market position rather than our own testing. Last checked Aug 24, 2026. No sponsorship, no affiliate relationship. Read our editorial standards and corrections policy.

The most common mistake with Runpod is treating it as a cheaper AWS. It is closer to two separate products wearing the same login: a per-second GPU rental business, and a serverless inference platform. The economics of the two barely overlap, and picking the wrong one is a far more expensive error than picking the wrong GPU.

The good
  • Serverless endpoints scale to zero and bill per second, so idle capacity costs nothing beyond storage
  • No ingress or egress fees on Pods — rare in GPU rental and a real saving on data-heavy jobs
  • Network volumes decouple data from a specific machine, which is the fix for the 'zero GPU on restart' problem
  • Published per-hour list prices for every GPU tier, plus prepaid 3 and 6 month savings plans
  • SOC 2 Type 2 completed, with SOC 3, HIPAA and GDPR materials available through the Runpod Trust Center
Watch out
  • Community Cloud is being wound down as a supply source — Runpod is no longer accepting new hosts for it
  • Serverless billing starts when a worker begins loading your model, not when it starts answering requests
  • Volume storage costs more on a stopped Pod ($0.20/GB/month) than on a running one ($0.10/GB/month)
  • Endpoints with no traffic for seven days get their max workers set to zero and stay there until you raise it
  • Default account spend limit of $80/hour requires a support request to lift
Best for
  • Bursty inference that would otherwise idle an always-on GPU
  • Fine-tuning runs measured in hours rather than weeks
  • Serving open-weight models behind an HTTP endpoint
  • Teams that want per-second billing without a cloud contract
Avoid if
  • Sub-second cold-start latency matters more than cost
  • You want a managed training pipeline rather than raw compute
  • You need guaranteed capacity in one named region
  • Your plan depends on Community Cloud supply growing

Pricing

Pods (on-demand)
from $0.27/hr

Dedicated GPU billed per second, no ingress or egress fees. List rates on 24 August 2026 ran $0.27/hr for an RTX A5000, $0.44/hr for an A40, $0.99/hr for an L40S or RTX 5090, $1.59/hr for an A100 SXM 80GB, $3.29/hr for an H100 SXM, $6.79/hr for a B200 and $7.89/hr for a B300.

Best value
Pods (savings plans)
prepaid 3 or 6 months

Discounted compute for a committed term, reapplied automatically to the next deployment of the same GPU type. Covers GPU compute only — storage bills at standard rates, including on stopped Pods, and plans are non-refundable.

Serverless
from $0.58/hr of worker time

Per-second billing across worker start, execution and idle timeout. List rates on 24 August 2026: $0.58/hr for 16GB workers, $0.69/hr for 24GB, $1.22/hr for A6000/A40, $2.72/hr for A100, $4.79/hr for H100, $8.64/hr for B200 and $9.98/hr for B300.

Storage
$0.05-$0.20/GB/month

Container and volume disk at $0.10/GB/month while running, volume disk at $0.20/GB/month while stopped. Network storage is $0.07/GB/month under 1TB and $0.05/GB/month above it, with a high-performance tier at $0.14/GB/month.

Pods: dedicated machines, billed by the second

A Pod is a container with a GPU attached that runs until you stop it. Runpod publishes list prices for every tier, which by itself puts it ahead of marketplaces where the answer is "it depends on the host". On 24 August 2026 the published rates started at $0.27/hr for an RTX A5000 and $0.44/hr for an A40, ran through $0.99/hr for an L40S or RTX 5090 and $1.59/hr for an A100 SXM 80GB, and topped out at $3.29/hr for an H100 SXM, $6.79/hr for a B200 and $7.89/hr for a B300. Deployment spans more than thirty regions.

Two details do more for the total bill than the hourly rate. First, Runpod charges nothing for data ingress or egress on Pods. Against providers that bill bandwidth per byte, that quietly erases a line item that can rival the GPU cost on dataset-heavy training. Second, savings plans let you prepay three or six months for a discount that reattaches automatically the next time you deploy the same GPU type — with the caveat, spelled out in Runpod's docs, that plans are non-refundable, have fixed expiry dates, and cover compute only.

Secure Cloud, Community Cloud, and a quiet retirement

Runpod's supply comes in two flavours. Secure Cloud is T3 and T4 datacentre capacity with high redundancy, positioned for production and sensitive data. Community Cloud is peer-to-peer supply from third-party providers at more competitive prices and variable reliability.

The 2026 fact worth knowing is that Runpod's documentation now states it is no longer accepting new hosts for Community Cloud. Existing capacity remains available, but the cheap tier is a legacy pool rather than a growing one. If your cost model assumes Community Cloud pricing will keep undercutting Secure Cloud indefinitely, that assumption has a shelf life. It also nudges Runpod's identity away from "marketplace" and towards "GPU cloud with a bargain bin", which is a different competitive position against Vast.ai than it held two years ago.

Serverless: where the arithmetic changes

Serverless is the reason a lot of teams use Runpod at all. You package a handler into a container, deploy it as an endpoint, and Runpod runs workers only when requests arrive. Billing is per second from worker start to worker stop, rounded up, so an endpoint that serves a hundred requests a day costs roughly a hundred requests' worth of GPU time instead of twenty-four hours of it.

List rates on 24 August 2026 ran from $0.58/hr of worker time for 16GB-class GPUs and $0.69/hr for the 24GB tier, through $1.22/hr for A6000 and A40 workers, $2.72/hr for A100, $4.79/hr for H100, and $8.64 and $9.98/hr for B200 and B300. Note that the docs also publish a per-second table for the same tiers and the two do not always agree to the cent, so check the console figure at deploy time.

Endpoints come in two shapes. Queue-based endpoints put a managed queue in front of workers, with guaranteed execution and automatic retries — right for async and batch work. Load-balancing endpoints route straight to workers, bypassing the queue, for low-latency APIs and real-time inference. Autoscaling runs on either queue delay (add workers when requests wait longer than a threshold, four seconds by default) or request count, which the docs recommend for LLM workloads and frequent short requests.

Cold starts are a billing problem, not just a latency one

Because you pay from the moment a worker starts, the time spent pulling a container and loading weights into VRAM lands on your invoice. Runpod's answers are FlashBoot, which retains worker state after spin-down so a revival is faster than a fresh boot and is on by default, and model caching, which schedules workers onto machines that already hold the model files. Both help most when traffic is steady enough that workers cycle rather than starting from nothing.

If you need zero cold start, you set active workers to one or more. Those stay warm permanently and bill continuously, which is effectively a Pod wearing a Serverless interface — perfectly reasonable for consistent traffic, and worth pricing against a plain Pod before you commit.

Two lifecycle defaults catch people out. The idle timeout is five seconds, and you are billed through it, so a chatty endpoint with short requests spends a meaningful share of its budget waiting. And endpoints that go three days without a request drop to two max workers; after seven days, max workers is set to zero and stays there until you raise it manually.

Storage is where the surprises live

Container disk is temporary and vanishes when the Pod stops. Volume disk persists across a stop but not a delete, and costs $0.10/GB/month running and $0.20/GB/month stopped — the inversion is deliberate, and it means a parked Pod with a large volume is more expensive per gigabyte than a working one. Network volumes are the durable option at $0.07/GB/month under a terabyte and $0.05 above, with a high-performance tier at $0.14.

Network volumes also solve a specific failure mode Runpod documents plainly: a stopped Pod stays bound to its original physical machine, and if someone else rents that GPU in the meantime, your Pod can only restart with zero GPUs for data recovery. Keeping working data on a network volume means you can simply terminate and redeploy elsewhere. The trade-off is added network latency and being pinned to that volume's data centre, which shrinks the GPU pool an endpoint can draw from.

How it compares

Against Vast.ai, Runpod is the more predictable of the two. Vast will usually beat it on the raw GPU line — cheapest single-GPU H100 SXM listings were under half Runpod's $3.29/hr H100 rate on 24 August 2026 — but Vast bills bandwidth and per-host storage separately, where Runpod charges no transfer fees at all. For jobs that move a lot of data, the gap narrows sharply.

Against Modal, Runpod is cheaper per GPU-second and less opinionated; Modal's Python-native developer experience is the nicer one if you want to think in functions rather than containers. Against Replicate or Together, Runpod is the choice when you want to run your own container rather than a hosted model behind someone else's API. And against SageMaker, Vertex or Anyscale, Runpod is deliberately not competing: it sells compute and endpoints, not pipelines, experiment tracking or distributed training frameworks.

Runpod also now ships a Hub of deployable templates, multi-node Clusters scaling to 64 GPUs with reserved options, and pre-deployed public endpoints for common open models billed per request — useful if you want inference without maintaining a worker at all.

Frequently asked questions

What is the difference between Pods and Serverless on Runpod?
A Pod is a dedicated GPU instance you keep running and pay for by the second until you stop it — the right shape for development, fine-tuning and long jobs. Serverless is an endpoint backed by workers that spin up on demand and shut down after an idle timeout, billed only for the seconds they run. If your traffic is spiky, Serverless is dramatically cheaper; if your GPU would be busy anyway, a Pod costs less per unit of work.
Secure Cloud or Community Cloud — which should I use?
Secure Cloud runs in T3 and T4 data centres with high redundancy and is what Runpod points at production and sensitive workloads. Community Cloud is peer-to-peer supply at more competitive prices with variable reliability. The important 2026 detail is that Runpod has stopped accepting new hosts for Community Cloud; existing capacity remains available, but it is not a tier to build a growth plan around.
How does Serverless billing actually work?
You are billed per second from when a worker starts until it fully stops, rounded up. That covers three phases: start time while the container initialises and the model loads into GPU memory, execution time while the request runs, and the idle timeout the worker waits before scaling down — five seconds by default. Cold starts are billable, which is why FlashBoot and model caching matter to the bill as well as to latency.
What is FlashBoot?
FlashBoot is Runpod's cold-start reducer. It retains worker state after spin-down so a worker can be revived faster than a fresh boot, and it is enabled by default on new GPU and CPU endpoints. Runpod's docs are clear that it helps most on endpoints with consistent traffic where workers cycle between active and idle. For guaranteed zero cold start you set active workers to one or more and pay for them continuously.
Do I lose my data when a Pod stops?
It depends which storage you used. Container disk is erased when the Pod stops. Volume disk survives a stop but not a delete, and costs more per GB while stopped. Network volumes persist independently of any Pod and can be attached to a new one, which is also the documented fix for restarting a stopped Pod onto a machine whose GPU has since been rented by someone else. If your balance hits zero, Pods without a network volume are terminated and the data cannot be recovered.
Is Runpod suitable for regulated workloads?
Runpod has completed SOC 2 Type 2 and lists SOC 3, HIPAA, GDPR and a 2026 SOC 2 bridge letter in its Trust Center, with some documents gated behind approval. Its own compliance page is careful to say coverage varies by workload, region, provider and deployment model, so a security review means confirming your specific configuration with their team rather than relying on a badge.
AI Box Daily briefingFree · Daily · No fluff

Stay ahead of everyone in AI.

The tightly edited AI news email engineers, founders, and investors actually open. One email. Every weekday. Five minutes to finish.

Loved by 10,000+ AI professionals
Free forever. Unsubscribe with one click.

The briefing read inside teams at

Keep reading

More on Runpod

Oracle logo
Business

Oracle to spend another $700M on restructuring as AI buildout accelerates

The added charge lands as Oracle pours capital into data centers to service its Stargate commitment and cloud backlog.

Jaeden Schafer4 min read
Pentagon in talks to lend $5B to AI cloud startup Fluidstack
Business

Pentagon in talks to lend $5B to AI cloud startup Fluidstack

The proposed loan would mark one of the largest direct federal financings of AI compute infrastructure to date.

Jaeden Schafer4 min read
TCS unit to spend up to $7.4B on AI data center campus in India
Business

TCS unit to spend up to $7.4B on AI data center campus in India

Tata Consultancy Services' infrastructure arm is placing one of India's largest bets yet on domestic AI compute capacity.

Jaeden Schafer4 min read