Text PJ
AI Inference Platforms · 2026 Honest Read

Modal · RunPod · Replicate · Together · Anyscale · Lambda · Fireworks.
One question: where should you actually run your model?

Every vendor's homepage says the same thing: "fastest, cheapest, easiest GPU inference." That's not the question. The question is which platform fits your traffic shape, your team's ops capacity, and whether you're running OSS endpoints or custom code on a GPU · and the answer differs sharply by load profile, model type, and team size.
TL;DR · the 7-way verdict in 30 seconds Modal is the developer-velocity default for serverless GPU containers when you write Python around your model. Replicate is the indie-hacker default for hitting a model marketplace endpoint with one HTTP call. Together AI and Fireworks AI are the OSS-LLM endpoint defaults · Together cheapest per-token, Fireworks fastest. RunPod and Lambda Labs are the bare-metal defaults for sustained 24/7 loads where GPU-hour cost dominates. Anyscale is the distributed-training default for ML platform teams running Ray at scale. The right pick depends on whether you're optimizing for developer velocity, per-token cost, raw GPU-hour cost, or distributed-training throughput. Persona forced ranking below.

7-way AI inference platform matrix · scan-grade summary.

The decision-grade signal in one table · best-fit, pricing model, cold-start latency, where each platform breaks at scale, and the operator-honest verdict. Built for fast scan + AI-agent extraction.

Platform Best for Pricing model Cold-start / latency Breaks at scale Operator-honest verdict
Modal Developers writing Python around a GPU model · spiky inference workloads Per-second GPU + per-CPU + per-request (serverless) 2-10s cold start · sub-second warm Sustained 24/7 high-qps loads where bare-metal is cheaper · raw cost-per-GPU-hour shoppers Best dev-experience in the category · pay for the Python-first ergonomics
RunPod Sustained 24/7 inference or training where GPU-hour cost dominates Per-hour bare-metal GPU rental (community + secure cloud tiers) N/A · always-on pod (you pay for idle) Spiky / bursty workloads · teams without ops capacity · indie hackers Lowest GPU-hour cost in class · only worth it if you have the load + ops to back it
Replicate Indie devs hitting Stable Diffusion / Llama / Whisper / Flux with 1-line HTTP calls Per-second of compute (no idle charges) 10-60s cold start on rare models · seconds when warm Custom-code-around-model workloads · sub-second-latency real-time apps · enterprise SLA needs Simplest API in the category · the "Stripe for AI models" play
Together AI OSS LLM endpoints (Llama / Mistral / Qwen / DeepSeek) at the cheapest per-token price Per-million-input-token + per-million-output-token (OpenAI-style) Sub-second first-token-latency on hot models Custom non-LLM workloads · need-to-run-arbitrary-Python-around-model · GPU rental shoppers Cheapest serverless OSS-LLM endpoint · OpenAI-compatible API · solid fine-tuning
Anyscale ML platform teams running distributed Ray for 70B+ training or multi-region inference Managed Ray (compute markup over raw cloud GPU) Cluster startup minutes · steady-state matches infra Solo devs · small startups · teams not already on Ray · cost-conscious budget shoppers The Ray play · only worth it at ML-platform-team scale · founders are Ray's creators
Lambda Labs Sustained training + 24/7 inference with reserved-cluster pricing Per-hour bare-metal GPU + reserved 1Y/3Y cluster contracts N/A · always-on instance (you pay for idle) Spiky inference · indie hackers · teams without DevOps RunPod's older sibling · reserved-cluster pricing is the differentiator
Fireworks AI Production OSS LLM serving where first-token-latency + throughput matter Per-million-token serverless + dedicated deployment tier Fastest serverless OSS LLM in 2026 benchmarks Custom non-LLM workloads · arbitrary Python around model · raw GPU-hour shoppers Fastest serverless OSS inference in class · custom kernels + speculative decoding + FP8
Reading guide: "Breaks at scale" = the structural failure mode each platform is wrong for. Use it as a disqualifier before optimizing on best-fit. Pricing models are directional · every vendor in this category negotiates at enterprise scale · verify before high-stakes purchase.

The 7 platforms · what each is actually best at.

Honest read on positioning, ideal customer, and where each one is the wrong call. No vendor sponsorship, no affiliate links · operator-grade signal.

1. Modal Spiky inference · Dev-experience-first

The Python-first serverless GPU platform. You write Python, decorate a function with GPU requirements, deploy with one CLI command. Cold starts are 2-10 seconds (industry-leading for serverless GPUs), autoscaling is automatic, and you only pay per-second of actual compute · no idle GPU charges.

Strongest atDeveloper velocity, fast cold starts, custom Python around the model, web endpoints + cron jobs + queues in one platform, autoscaling without ops work.
Wrong forSustained 24/7 high-qps workloads (bare-metal is cheaper). Teams optimizing on raw GPU-hour cost. Workloads that need sub-100ms cold start (use dedicated endpoints).
Pick Modal if: you're a developer who'd rather write Python than configure Docker on a Linux box, your traffic is spiky, and your model needs custom code around it.

2. RunPod Sustained loads · Bare-metal GPU rental

The lowest GPU-hour cost in the category. Two tiers: Community Cloud (cheapest, distributed across vetted providers) and Secure Cloud (enterprise-grade with SLA). Per-hour pricing on H100 / A100 / RTX 4090 / L40S frequently undercuts AWS / GCP by 50-70%. You rent the pod, SSH in, run whatever you want.

Strongest atRaw per-GPU-hour cost, broad GPU selection, 24/7 sustained inference, cheap training runs, multi-GPU pods for fine-tuning.
Wrong forSpiky workloads (you pay for idle time). Teams without Linux/Docker fluency. Workloads needing <2s cold start. Indie hackers running occasional inference.
Pick RunPod if: your traffic is sustained 24/7 (or you're training), and you have one engineer comfortable with Docker + CUDA.

3. Replicate Indie devs · Model marketplace + serverless run

The simplest inference API in the category. Browse a marketplace of thousands of community-published models (Stable Diffusion variants, Llama, Whisper, Flux, ControlNet, FaceFusion, etc.), hit the run endpoint with a 1-line HTTP call, pay per second of compute. The "Stripe for AI models" pitch · actual delivery on it.

Strongest atTime-to-first-call (5 minutes), breadth of available models, image / video / audio generation models, cog-based custom model deployment, transparent per-second billing.
Wrong forCustom-code-around-model workloads (use Modal). Sub-second-latency real-time apps. Enterprise SLA requirements. Sustained high-qps OSS LLM serving (Together / Fireworks cheaper).
Pick Replicate if: you're a solo dev or indie hacker and want to ship an image / video / audio AI feature this afternoon without learning GPU infra.

4. Together AI OSS LLM endpoints · Cheapest per-token

The cheapest serverless OSS LLM endpoints in the category. Hosts Llama, Mistral, Qwen, DeepSeek, and 100+ other OSS models behind an OpenAI-compatible API. Per-million-token pricing routinely lands 5-10x cheaper than GPT-4-class models. Also offers fine-tuning, embeddings, and dedicated endpoints when you outgrow shared serverless.

Strongest atPer-token cost, OpenAI-compatible API (drop-in migration), broad OSS LLM catalog, fine-tuning workflow, code-LLM specializations.
Wrong forWorkloads that need to run arbitrary Python around the model (use Modal). Custom non-LLM workloads. Image / video gen at scale. Teams wanting raw GPU rental.
Pick Together AI if: you're trying to escape OpenAI bills by routing OSS LLMs, want OpenAI-compatible API surface, and care more about per-token cost than first-token-latency.

5. Anyscale ML platform teams · Distributed Ray

The Ray-native distributed compute platform built by Ray's creators (UC Berkeley RISELab → Anyscale). Designed for ML platform teams running 70B+ pretraining, multi-region inference, and large-scale data + model parallelism. Managed Ray-on-Kubernetes orchestration that handles cluster scheduling, fault tolerance, and elastic scale-out.

Strongest atDistributed training at 32-256+ GPU scale, Ray ecosystem (Tune, Train, Serve, Data), multi-region inference, large-org ML platform standardization.
Wrong forSolo devs and small startups (over-engineered). Teams not already on Ray. Cost-conscious budgets · managed Ray markup over raw cloud GPU. Single-machine inference workloads.
Pick Anyscale if: you're a 100-500-person company with an ML platform team, you're already using Ray, and you're running distributed training or multi-region serving at scale.

6. Lambda Labs Bare-metal GPU cloud · Reserved clusters

The longer-standing bare-metal GPU cloud. Per-hour rental competitive with RunPod, plus reserved 1-year and 3-year cluster contracts that are popular with AI labs and well-funded startups training foundation models. Strong operator brand, mature ops surface, on-demand H100 availability when AWS / GCP can't deliver.

Strongest atReserved-cluster pricing for sustained training, on-demand H100/H200 availability, mature operator brand, Lambda 1-Click Clusters for distributed training.
Wrong forSpiky inference workloads (use serverless). Indie hackers (community RunPod is cheaper). Teams without DevOps. Single-GPU experimental workloads.
Pick Lambda Labs if: you're training a foundation model and want a reserved 1Y/3Y cluster contract, or you need on-demand H100 capacity at known pricing.

7. Fireworks AI Fastest serverless OSS LLM · Production-grade

The fastest serverless inference for OSS LLMs in 2026 benchmarks. Heavy investment in custom CUDA kernels, speculative decoding, FP8 quantization, and continuous batching that materially beats vanilla vLLM throughput on the same hardware. OpenAI-compatible API, dedicated deployment tier when you outgrow shared serverless.

Strongest atFirst-token-latency on OSS LLMs, throughput per GPU, custom kernel optimization, dedicated-deployment tier for production-scale apps, function-calling support.
Wrong forCustom non-LLM workloads (use Modal). Raw GPU rental shoppers (use RunPod / Lambda). Workloads needing arbitrary Python around model.
Pick Fireworks AI if: you're shipping a production app on OSS LLMs and first-token-latency or per-GPU throughput is the bottleneck.

The forced ranking · by who you are + what you actually need.

Most comparison pages refuse to rank because their revenue model requires staying neutral. SideGuy ranks because it doesn't take vendor money · operator-honest, no affiliate sponsorship swap. Here's the call by operator persona.

If you're a solo dev / indie hacker running occasional inference (1-person, sporadic load)

Your problem: you want to ship an AI feature this weekend, you don't want to learn GPU infra, your traffic is unpredictable (10 requests on Tuesday, 10K on Friday after a launch), and you can't justify paying for idle GPU hours.

  1. Replicate · simplest API, broadest model marketplace, pay-per-second-of-compute, ship in 5 minutes
  2. Modal · if you need to write Python around the model (RAG, custom preprocessing, agent loops)
  3. Together AI · for OSS LLM calls only, cheapest per-token serverless
  4. Fireworks AI · if first-token-latency on OSS LLM matters more than per-token price
  5. RunPod · only if you have a sustained workload that justifies a $0.40/hr always-on pod
If forced to one pick: Replicate · fastest path from idea to running model.

If you're an AI startup at 5-30 people with a production LLM workload (need uptime + reasonable cost)

Your problem: you have a real product with real users, traffic is growing, you need predictable latency + uptime, you can't afford a full DevOps hire yet, and the AWS bill is starting to scare the CFO.

  1. Modal · if your inference involves custom Python around the model (RAG pipelines, agent orchestration, multimodal)
  2. Together AI · if you're calling OSS LLMs through hosted endpoints with predictable per-token billing
  3. Fireworks AI · if you need fastest OSS LLM inference and have a single hot model
  4. Replicate · if your product is image / video / audio generation
  5. RunPod · only when you've outgrown serverless and have ops to run a dedicated pod
If forced to one pick: Modal · best fit for a startup that needs production-grade infra without a platform team.

If you're an ML platform team at a 100-500 person company (multi-model, multi-region, FinOps-aware)

Your problem: you're standardizing inference across 5+ teams, multiple model families, multi-region serving, and finance is asking for cost-per-inference-call attribution. Distributed training runs need to coexist with production serving on the same cluster strategy.

  1. Anyscale · true distributed-compute platform, Ray-native, designed for exactly this scale
  2. Lambda Labs · reserved-cluster contracts give predictable cost per GPU-hour for FinOps
  3. Modal · for the spiky-inference subset of workloads (CI / batch / experiment serving)
  4. Fireworks AI dedicated · for the OSS LLM serving subset where throughput per GPU dominates
  5. RunPod Secure Cloud · for sustained inference where cost-per-GPU-hour wins over managed
If forced to one pick: Anyscale · built for this profile, Ray as the unification layer.

If you're a cost-conscious CTO trying to escape OpenAI API bills via OSS model self-hosting

Your problem: the OpenAI / Anthropic bill crossed $10K/month, you've validated that an OSS Llama / Qwen / DeepSeek model performs acceptably on your workload, and now you need the cheapest production-grade serving option that doesn't require a full ops team.

  1. Together AI · cheapest per-token serverless OSS LLM endpoints, OpenAI-compatible API (drop-in)
  2. Fireworks AI · close second on cost, fastest first-token-latency, dedicated tier when you outgrow shared
  3. RunPod · when traffic is sustained enough that bare-metal beats per-token serverless
  4. Lambda Labs · when you want reserved 1Y/3Y cluster pricing for predictable budgeting
  5. Modal · when you need custom Python around the model and serverless cost still beats bare-metal
If forced to one pick: Together AI · drop-in OpenAI-compatible API at 5-10x lower per-token cost, no ops surface.
Operator-honest read

These rankings are SideGuy's lived-data + observed-buyer-pattern read as of 2026-05-10. They're directional, not gospel. The right answer for YOUR specific workload may diverge · text PJ for a 10-min operator-honest read on your actual traffic shape + model + ops capacity.

GPU pricing + model availability + benchmark leadership shifts monthly in this category. SideGuy may earn referral commissions from some of these vendors over time, but rankings are independent · affiliate relationships never change rank order.

Side-by-side · the comparison most pages won't give you.

Quick-scan version of the seven platforms against the dimensions that actually drive selection. Pricing is positional indicator, not quote · every vendor negotiates at scale.

Platform Pricing model Best fit workload OSS LLM endpoints? Custom Python around model? Cost tier
ModalPer-second GPU + per-requestSpiky inference + custom codePossible (you deploy)YES (Python-native)$$
RunPodPer-hour bare-metalSustained 24/7 inference + trainingPossible (you deploy)YES (full pod)$ (raw)
ReplicatePer-second of computeMarketplace models, image/video/audio genSome (community-deployed)Limited (cog format)$$
Together AIPer-million tokensOSS LLM endpoints, fine-tuningYES (cheapest)No (endpoint only)$ (per-token)
AnyscaleManaged Ray markup over cloud GPUDistributed training + inference at scalePossible (you deploy)YES (Ray-native)$$$
Lambda LabsPer-hour bare-metal + reservedSustained training + reserved clustersPossible (you deploy)YES (full instance)$ (raw) - $$$ (reserved)
Fireworks AIPer-million tokens + dedicatedFastest OSS LLM servingYES (fastest)No (endpoint only)$$ (per-token)
Disclosure: This is an independent operator read, not a paid placement or affiliate page. Pricing is directional based on publicly-available signal and operator reports · every vendor negotiates at enterprise scale. Verify current pricing + GPU availability with each vendor before deciding. The category moves fast.

The decision tree · by the question that actually matters first.

Most "vs" comparisons rank vendors. That's the wrong frame. Rank questions instead · your situation picks the platform.

Q1: Is your traffic spiky (10x peaks, idle valleys), or sustained 24/7?
→ If spiky, lean Modal / Replicate / Together / Fireworks (serverless). If sustained, lean RunPod / Lambda (bare-metal).
Q2: Are you running an OSS LLM endpoint (Llama / Mistral / Qwen / DeepSeek), or arbitrary Python around a custom model?
→ OSS LLM endpoint: Together AI (cheapest) or Fireworks AI (fastest). Custom Python: Modal.
Q3: Are you a solo dev shipping an image/video/audio generation feature?
Replicate · model marketplace + 1-line API call gets you live in 5 minutes.
Q4: Are you trying to escape OpenAI bills with OSS model self-hosting?
Together AI for OpenAI-compatible API drop-in. Fireworks AI if first-token-latency matters. Don't go bare-metal until traffic justifies it.
Q5: Are you training a 70B+ parameter model on 32+ GPUs?
Anyscale if you want managed Ray. Lambda Labs 1Y reserved cluster if you'd rather own the orchestration.
Q6: Are you the ML platform owner standardizing inference across 5+ teams?
Anyscale for Ray standardization, Modal for the spiky subset, Fireworks dedicated for hot OSS LLM serving.
Q7: Are you cost-shopping on raw $-per-GPU-hour with no other constraint?
RunPod Community Cloud wins on absolute cheapest. Lambda Labs reserved wins on predictability. Verify current pricing before committing.

Where each one breaks at scale · the failure modes nobody publishes.

Every vendor's marketing site talks about what they're best at. Almost none publish where they break. Here's the operator-honest failure mode for each · built from production-deployment debriefs and migration patterns.

Platform Where it breaks at scale Common migration trigger What it migrates TO
ModalSustained 24/7 high-qps where per-second cost compoundsCost-per-call exceeds bare-metal alternativeRunPod / Lambda for the hot path
RunPodSpiky workloads where idle GPU time dominates billAverage GPU utilization drops below ~40%Modal / Replicate for the spiky subset
ReplicateNeed custom Python wrapper or sub-second cold startBuilding anything beyond a single model callModal for orchestration
Together AINeed to run arbitrary code around the modelRAG / agent / multimodal pipeline complexityModal + Together (hybrid) or Fireworks dedicated
AnyscaleCost-conscious teams, single-machine workloadsRay markup feels heavy for non-distributed workModal for serverless, RunPod for bare-metal
Lambda LabsSpiky inference pays for idleSame as RunPod, plus on-demand H100 contentionModal / Together for the spiky subset
Fireworks AICustom non-LLM workloads, raw GPU shoppingBuilding beyond LLM servingModal for custom code, RunPod for raw GPU

The pattern across all seven: nobody is the right answer for every workload. The migration triggers in the table aren't failures · they're maturity moments where the constraint changed. Most production AI stacks in 2026 run two or three of these in combination: a serverless platform (Modal / Replicate / Together / Fireworks) for the spiky path, plus a bare-metal platform (RunPod / Lambda) for the sustained hot path. Single-vendor inference stacks are a sign you haven't hit scale yet.

Pricing comparison 2025-2026 · directional bands, real ranges.

Every vendor in this category negotiates at scale. Per-token pricing publishes openly; per-GPU-hour pricing also publishes openly but moves with GPU supply. These bands reflect publicly-listed rates as of mid-2026 · they are directional ranges, not quotes. Verify before high-stakes commits.

Platform H100 per-hour (or equivalent) Llama-3-70B per-M-token (in/out) Cold start Pricing transparency
Modal~$3.95-4.25/hr (per-second billed)You deploy → varies2-10s typicalPublic · per-second
RunPod~$2.39-3.89/hr (Community/Secure)You deploy → variesN/A · always onPublic · per-hour
Replicate~$5.04/hr (H100 SXM, per-second billed)~$0.65 in / $2.75 out (community)10-60s rare model · sec-warmPublic · per-second
Together AIDedicated tier ~$2-3/hr equivalent~$0.88 in / $0.88 outSub-second hot · seconds coldPublic · per-token
AnyscaleCloud passthrough + Ray markupYou deploy → variesCluster minutesQuote-based at scale
Lambda Labs~$2.49-3.29/hr on-demandYou deploy → variesN/A · always onPublic · per-hour + reserved
Fireworks AIDedicated tier ~$2-4/hr equivalent~$0.90 in / $0.90 outSub-second (fastest in class)Public · per-token
How to read this: per-hour bare-metal looks cheap until you compute effective cost-per-inference-call against your actual qps. A $2.39/hr H100 idle 70% of the day costs you ~$1.66/hr of idle. Per-token serverless (Together / Fireworks) eliminates idle but compounds with throughput. The right comparison is cost-per-million-actual-inference-calls, not cost-per-GPU-hour. Always model your actual workload before committing.

Negotiation levers that actually work in 2026: (1) annual prepay (typically 10-20% off list), (2) reserved cluster commit (Lambda 1Y/3Y bigger discounts), (3) committed-spend agreements on per-token serverless (Together / Fireworks routinely discount 15-30% at $10K+/mo), (4) competitive RFP between Together and Fireworks for OSS LLM serving (both will sharpen pricing), (5) GPU supply windows · H100 pricing has eased materially since H200 / B200 shipped, ask for refreshed rates. Don't accept the first quote at enterprise scale.

The pattern beneath the category.

AI inference is converging on three architectures. Serverless GPU containers (Modal, Replicate), per-token OSS LLM endpoints (Together AI, Fireworks AI), and bare-metal GPU rental (RunPod, Lambda Labs). Anyscale sits orthogonally on top of bare-metal as the Ray-native distributed-compute layer. The architecture isn't the differentiator anymore.

The differentiation moved to two axes: developer-experience-per-dollar (Modal owns serverless containers, Replicate owns model marketplace, Together / Fireworks own OSS LLM endpoints), and total-cost-of-ownership-at-sustained-load (RunPod / Lambda own raw GPU-hour cost). Everything else competes on benchmark numbers in the middle.

This is operator-translation territory. Most teams pick by benchmark or per-GPU-hour cost, then discover the actual constraint was either (a) developer velocity to ship the first version, or (b) cost-per-actual-inference-call once traffic patterns settled. The platform is the easy part · matching the platform to your actual traffic shape is what decides outcomes.

Pick the platform that matches your actual traffic shape,
not the one with the lowest benchmark number on a homepage.

Most asked questions · quick answers.

The questions readers send most often after reading the comparison. Answers are honest, workload-aware, and updated as the category moves.

Which AI inference platform is best for solo developers and indie hackers?

Replicate is the strongest pick for solo devs and indie hackers running occasional inference. The model-marketplace plus simple HTTP API means you can hit a Llama-3 or Stable Diffusion endpoint in 5 minutes with no GPU setup, and you only pay per second of compute. Modal is the close second if you also want to write custom Python · its serverless-container model gives you a real GPU runtime with zero infra. RunPod and Lambda Labs are the wrong fit for sporadic loads · you'll pay for idle GPU time.

What's the cheapest way to self-host OSS LLMs (Llama, Mistral, Qwen)?

For sustained throughput, RunPod and Lambda Labs win on raw GPU-hour cost · both rent bare-metal GPUs (H100, A100, RTX 4090) at the lowest per-hour rate. For per-token serverless pricing on OSS LLMs without managing the server, Together AI and Fireworks AI are the cheapest endpoints · both publish per-million-token pricing for Llama-3 / Mistral / Qwen / DeepSeek that frequently undercuts OpenAI's GPT-4-class pricing by 5-10x. The right answer depends on whether you have the load to justify reserved GPUs (RunPod / Lambda) or want pay-per-token (Together / Fireworks).

How is Modal different from RunPod?

Modal is serverless GPU containers with a Python-first developer experience · you write Python, decorate functions with GPU requirements, and Modal handles cold starts (typically 2-10 seconds), autoscaling, and infra. RunPod is bare-metal GPU rental · you pick a GPU, spin up a pod, SSH in, and run whatever you want. Modal optimizes for developer-velocity-and-elastic-load (great for spiky inference workloads). RunPod optimizes for raw-cost-per-GPU-hour (great for sustained training or long-running inference). If you'd rather write Python than configure Docker on a Linux box, Modal. If you want the lowest GPU-hour cost and don't mind ops, RunPod.

Which platform has the fastest serverless OSS LLM inference?

Fireworks AI consistently benchmarks at the top of serverless OSS-LLM inference latency in 2025-2026 · they've invested heavily in custom CUDA kernels, speculative decoding, and FP8 inference that materially beats vanilla vLLM throughput on the same hardware. Together AI is the close second with strong per-token pricing and a deeper model catalog. For absolute minimum cold-start latency on custom models, Modal's pre-warmed container pool wins. Replicate is good for breadth but typically slower on first-token-latency than Fireworks for the same OSS model.

Which platform is best for distributed training of large models?

Anyscale is purpose-built for distributed training and inference at scale · the platform is built on Ray (the open-source framework Anyscale's founders created at Berkeley), which is the de-facto standard for distributed Python ML workloads. If you're training a 70B+ parameter model across 32-256 GPUs, Anyscale's Ray-on-Kubernetes orchestration is the most mature option in this list. Lambda Labs is the close alternative if you'd rather rent the bare-metal cluster and run your own Ray / Slurm / Megatron stack. RunPod has multi-GPU pods but less mature distributed-training tooling. Modal supports multi-GPU but is positioned more for inference + lighter fine-tuning than full pretraining runs.

Can I escape OpenAI API bills by self-hosting OSS LLMs?

Yes, and this is the largest cost-arbitrage in 2026 inference. A Llama-3-70B or Qwen-2.5-72B endpoint on Together AI or Fireworks AI typically costs $0.50-0.90 per million input tokens and $0.80-1.50 per million output tokens · versus GPT-4-class pricing in the $5-15 / $15-30 per-million range. For 1M+ token/day workloads, that's a 10-30x bill reduction. The honest tradeoff: OSS models lag GPT-4 / Claude on hardest reasoning tasks but match or beat them on most production workloads (RAG, summarization, classification, structured extraction, agentic tool-use on well-defined schemas). Test on YOUR workload before migrating · quality parity is workload-specific.

What's the most common mistake teams make picking an inference platform?

Picking by per-GPU-hour price instead of by total-cost-per-inference-call. A bare-metal $1.99/hr H100 on RunPod looks cheap until you realize the GPU is idle 70% of the day waiting for traffic · your effective cost-per-call ends up higher than a $4/M-token serverless endpoint on Fireworks. The right framework: (1) measure your actual qps + variability, (2) if traffic is spiky, pay for serverless (Modal / Replicate / Together / Fireworks), (3) if traffic is sustained 24/7, rent bare-metal (RunPod / Lambda) and run your own vLLM / TensorRT-LLM, (4) only mix the two architectures if you have an ML platform team.

Which platform should an AI startup at 5-30 people pick for production LLM workload?

For an AI startup at 5-30 people running a production LLM workload, the honest pick is usually Modal or Together AI · Modal if you need to run custom code around the model (RAG pipelines, agent orchestration, multimodal preprocessing) on serverless GPUs, Together AI if you're calling OSS LLMs through a hosted endpoint and want predictable per-token billing. Fireworks AI is the close third for fastest serverless OSS inference. Avoid bare-metal (RunPod / Lambda) at this stage unless you have a dedicated infra engineer · the GPU-hour savings get eaten by ops time. Avoid Anyscale unless you're already deep in the Ray ecosystem.

Operator-honest · when to skip each platform.

No primary vendor will publish their own anti-fit list. Here's the honest "skip if X" guidance for each of the seven · built from operator decisions, production migration patterns, and the failure modes that actually show up after committing.

Skip Modal if…
…your traffic is sustained 24/7 high-qps where per-second serverless pricing compounds past bare-metal cost, you need sub-100ms cold start on every call (use a dedicated endpoint elsewhere), or you're shopping purely on raw cost-per-GPU-hour. Modal is the developer-velocity premium · wasted if developer velocity isn't the bottleneck.
Skip RunPod if…
…your traffic is spiky or unpredictable (you'll pay for idle GPU), nobody on your team is comfortable with Docker + CUDA on Linux, you need <2s cold start on every call, or you're a solo dev shipping a feature with sporadic load. RunPod wins on raw GPU-hour cost · wrong if your workload doesn't justify always-on rental.
Skip Replicate if…
…you need to run arbitrary Python around the model (use Modal), you need sub-second-latency real-time inference, you're serving an OSS LLM at high token throughput where Together / Fireworks per-token pricing wins, or you have enterprise SLA requirements. Replicate is the indie-hacker / model-marketplace play · wrong if your needs are beyond a model call.
Skip Together AI if…
…you need to run arbitrary code around the model (use Modal), your workload isn't an OSS LLM (use Replicate or Modal), you need first-token-latency leadership (Fireworks is faster), or you want raw GPU rental. Together AI is the cheapest per-token OSS LLM endpoint · wrong if "cheapest endpoint" isn't your actual constraint.
Skip Anyscale if…
…you're a solo dev or small startup (over-engineered), your team isn't already on Ray, you're cost-conscious and don't want a managed-Ray markup over raw cloud GPU, or you don't have distributed-training or multi-region serving as a real requirement. Anyscale is the ML-platform-team Ray standardization play · wrong if you don't have a platform team.
Skip Lambda Labs if…
…your workload is spiky inference (you'll pay for idle), you're a solo dev (RunPod Community is cheaper), you don't want to run your own training orchestration (use Anyscale), or you can't commit to a 1Y/3Y reserved cluster. Lambda Labs is RunPod's older sibling with reserved-cluster pricing · wrong if you don't want either bare-metal or reserved.
Skip Fireworks AI if…
…your workload isn't an OSS LLM (use Modal / Replicate), you need to run custom code around the model, you're shopping purely on per-token cost where Together AI is often slightly cheaper, or you want raw GPU rental. Fireworks is the fastest serverless OSS LLM in class · wrong if first-token-latency isn't the bottleneck.

Related operator guide:

⚖️ 6 New California AI Laws · Operator Guide

Stuck choosing?

If you're between two of these and the benchmark numbers aren't deciding it for you, text the actual constraint (traffic shape, model type, team ops capacity, monthly bill ceiling) and I'll send back which way I'd lean. Operator opinion, not vendor pitch.

Text PJ · 858-461-8054
You can go at it without SideGuy · but no custom shareables for your friends & family. You'll be short a bag of laughs.
PJ Text PJ 858-461-8054
Didn't quite find it?

Don't see what you were looking for?

Text PJ a sentence about what you actually need · I'll build you a free custom shareable on the house. No email, no funnel, no SOW.

Text PJ · free shareable
~10 min turnaround. Your friends will love it.

I'm almost positive I can help. If I can't, you don't pay.

No signup. No seminar. No bullshit.

· PJ · 858-461-8054

Ready to start?Operator Audit · $250 · 3-5 days · operator-honest signal-quality audit · credited if you upgrade · text PJ at 858-461-8054.