macrostack
Browse

The AI stack

Categories

Local & Sovereign AINotes & KnowledgeObservability & MonitoringPassword ManagersWeb AnalyticsTeam ChatSmart HomeNetworking & RoutersVideo ConferencingCloud Storage & SyncPhotos & MediaAPI DevelopmentImage EditingWorkflow Automation & iPaaSDeveloper Tools & ContainersOffice & Productivity SuitesNo-Code DatabasesCode Hosting & Git ForgesProject ManagementEmail Marketing & NewslettersScheduling & BookingError Tracking & Exception MonitoringLog Management & SIEMVPN & PrivacyEmail & Secure MailVector Databases & AI SearchLLM & Agent FrameworksDomains & Web HostingData Removal & PrivacyAuthentication & IdentityHelp Desk & Customer SupportCloud & VPSKubernetes & Container PlatformsEmbedding ModelsPDF & DocumentsAI Coding AssistantsAI Voice & SpeechLLM Observability & EvaluationLLM Gateways & RoutingCloud GPU & AI ComputeCI/CD & build automationData & pipeline orchestrationModel serving & inferenceAI agent frameworksBackend as a serviceSecrets managementFeature flags & experimentationProduct analyticsSearch infrastructureUptime & status monitoringAffiliate & partner platformsVisitor identification & personalisationWikis & internal docsIdentity & access managementData warehouses & analytics enginesCustomer data platformsCRMObject storageBI & dashboardsE-signatureWhiteboards & diagrammingIn-memory data stores & cachingPlatform as a serviceTransactional & bulk emailHeadless CMSDesign & prototypingE-commerce platformsInternal tools & admin panelsManaged databasesForms & surveysFine-Tuning & Model TrainingRAG & Retrieval PlatformsLLM Evaluation & TestingAI Guardrails & Content SafetySpeech Recognition & TranscriptionExperiment Tracking & ML OpsDocument AI & OCRCompliance automation & security posture

About

How we rank & score
Head-to-head · Model serving & inference

vLLM vs RunPod Serverless

Both are alternatives to Modal. Here's how they stack up — verified facts, no spin.

Also searched as RunPod Serverless vs vLLM — same comparison, one verdict.

The short answer

vLLM is open source (Apache-2.0) and RunPod Serverless is not (Proprietary (hosted service)) — so the real question is whether you want to own the model serving & inference stack or rent it.

95

vLLM

TOP PICK

The standard open inference engine — the thing under most serving platforms.

OPEN SOURCEApache-2.0SELF-HOSTLOCAL-FIRST

vLLM is the high-throughput LLM inference engine that effectively set the category standard, and its PagedAttention memory management is why it serves far more concurrent requests per GPU than a naive implementation. It exposes an OpenAI-compatible API, so an application already talking to OpenAI can be pointed at a vLLM endpoint by changing a base URL. It is Apache-2.0 and now sits under the PyTorch Foundation rather than a single company. The important thing to understand about the whole category: a large share of the managed platforms you might pay for are running vLLM underneath, so choosing it directly is not a downgrade from the commercial option — it is the commercial option without the margin.

56

RunPod Serverless

Scale-to-zero like Modal, at close to raw GPU rental prices.

SOURCE-AVAILABLEProprietary (hosted service)

If what you actually want from Modal is scale-to-zero rather than the programming model, RunPod Serverless offers the same shape at rates much closer to raw rental — H100 capacity around $1.99/hr against Modal's $3.95/hr. You supply a container with a handler rather than decorating your own source, which is slightly more setup and considerably less entanglement: the artefact is a standard image, so moving it elsewhere is a redeploy rather than a rewrite. It is the pragmatic middle of this comparison, and it pays 10% of referred spend through PartnerStack, which is disclosed here because we link to it.

Side by side

10 points of comparison, every one read from a verified field. Green marks the side that wins a row outright. A dash means we do not hold that fact — never that it is zero.

 vLLMRunPod Serverless
Sovereignty ScoreOur transparent 0–100 composite for data ownership and exit cost.9556
Open sourceYesNo
Self-hostableYesNo
Local-first dataYesNo
LicenseApache-2.0Proprietary (hosted service)
PricingFree and open source. You pay only for the GPUs you rent or own.Per-second billing with scale-to-zero. H100 around $1.99/hr; no commitment. Rates observed 2026-07-30.
RAM to run it wellThe figure that actually matters, not the vendor's minimum.24 GB VRAM minimum for useful production serving
Realistic running costWhat the box costs each month if you run it yourself.$300–900/mo for a rented A100 or L40S, against managed inference with a platform margin on every token
Setup timeHonest first-install estimate, not the marketing quickstart.A day including CUDA
Ongoing maintenanceThe part nobody budgets for.Moderate. CUDA and driver versions are the recurring pain, not vLLM itself.
The verdict

vLLM is Macrostack's recommended Modal alternative, so it's our pick here.

vLLM

Strengths

  • +Highest throughput per GPU in general open benchmarks — PagedAttention is the reason
  • +OpenAI-compatible API: swap a base URL, keep the application
  • +Apache-2.0 under the PyTorch Foundation, not a single vendor
  • +Runs the same on a rented H100, your own box, or a Kubernetes cluster

Trade-offs

  • You provide the GPU, the autoscaling and the uptime
  • No scale-to-zero — an idle GPU still costs whatever you rent it for
  • Tuning memory and batching well takes real understanding
  • Focused on text models; multimodal support lags the frontier

RunPod Serverless

Strengths

  • +Roughly half Modal's GPU rate for the same serverless behaviour
  • +Scale-to-zero, so idle endpoints cost nothing
  • +You ship a normal container — the artefact stays portable
  • +Same account also rents persistent GPUs for training or interactive work

Trade-offs

  • Still a proprietary hosted platform — you do not own the endpoint
  • Developer experience is rougher than Modal's decorators
  • Cold starts on large models are a real latency cost
  • Enterprise compliance story is thin next to the hyperscalers

Which one fits you

The trade-offs above, turned into a decision. Find the line that describes your team.

Choose vLLM

if you want the source and the option to fork it, and you would rather run it on your own hardware, and your data should stay on machines you control.

Choose RunPod Serverless

if roughly half Modal's GPU rate for the same serverless behaviour.

Neither, yet

if both carry a real cost you should weigh first — you provide the GPU, the autoscaling and the uptime, and still a proprietary hosted platform — you do not own the endpoint. If either of those is a dealbreaker for your team, the shortlist is wrong rather than the choice.

What it takes to run these yourself

Real requirements and honest running costs, not the vendor quickstart.

vLLM vs RunPod Serverless — common questions

Is vLLM a better fit than RunPod Serverless for model serving & inference?

It depends on what you are optimising for, and the honest split is this: vLLM scores 95 to RunPod Serverless's 56 on data ownership and exit cost, so it is the safer choice if you care about being able to leave. RunPod Serverless earns its place on a different axis — roughly half Modal's GPU rate for the same serverless behaviour. Neither is a wrong answer for every team; the table above is the actual comparison.

What happens if we want to switch later?

vLLM keeps its data local or in open formats, so leaving is an export rather than a negotiation. RunPod Serverless keeps your data on its own infrastructure, which is the part to plan for: confirm the export path before you commit, not when you are already trying to leave.

Is vLLM free?

vLLM: Free and open source. You pay only for the GPUs you rent or own.. The other side of this comparison, RunPod Serverless, is priced as Per-second billing with scale-to-zero. H100 around $1.99/hr; no commitment. Rates observed 2026-07-30.. "Free" here means no licence fee — if you self-host it you still pay for the server, and the running cost row above is our honest estimate of that.

Can I self-host vLLM?

vLLM can be self-hosted; RunPod Serverless cannot, so it stays on the vendor's infrastructure whatever you do.

Are vLLM and RunPod Serverless both alternatives to Modal?

Yes — both appear in our Modal comparison, which is why they are worth putting side by side. People usually arrive here already having decided to move off Modal and now choosing between the two replacements, which is a narrower and much easier question.

See all 4 Modal alternatives →

More model serving & inference comparisons

Related alternative guides

Facts verified 2026-07-30. Licenses and pricing change — spotted something out of date? That's a correction we want.

The Macrostack brief

New swaps, worth your inbox.

A short, occasional email when we add a high-intent alternative or ship a new head-to-head. No spam, no selling your address — unsubscribe in one click.