Read this article with your own numbers
Read this article with your own numbers
Enter your numbers below and the highlighted numbers in the article body will be recalculated as estimates based on your input. Leave the fields blank and the article keeps its original example numbers.
Your input is used only to display this page. It is not stored in your browser, and it is never sent to this site's servers or to advertising companies. It does not carry over to other articles.
While this setting is on, your input is kept in this browser's temporary storage. It is never sent to this site's servers or to advertising companies. Even after you close the tab, reopening a closed tab or restoring a previous session may bring the input back. You can remove it at any time with "Clear all input".
The highlighted numbers are mechanical estimates based on your on-screen input, or on the article's own examples where fields are blank. They are not a recommendation or individual advice. Official vendor prices and measured benchmark results are never rewritten.
"Matches your input" means the condition described by the input fields is currently true. It does not mean better, appropriate, or that you should switch.
The article is currently showing its original example numbers.
A self-hosted LLM is not automatically cheaper than an API, and an API is not automatically cheaper at low volume. The answer depends on token mix, model quality, GPU utilization, latency targets, reliability requirements, and the engineering time needed to operate the system.
The practical rule is simple: compare cost per accepted unit of work, not cost per token or GPU-hour in isolation. An inexpensive local model that needs more retries may cost more than a stronger API. A dedicated GPU that looks expensive by the hour may be economical when it stays busy and serves a workload it can handle reliably.
This guide provides a total cost of ownership, or TCO, method rather than naming one universal winner. Prices and product details were checked against official sources on 2026-07-23. They are examples for building a model, not purchase quotes. Taxes, regions, capacity, discounts, and vendor terms can change.
1. Count every cost category before comparing
An API invoice is visible. Self-hosting spreads cost across infrastructure, labor, and risk, so a comparison that includes only the GPU usually favors self-hosting on paper.
Use this monthly TCO structure:
API TCO =
input-token charges
+ output-token charges
+ cache/tool/other usage charges
+ gateway and observability charges
+ engineering and incident labor
Self-hosted TCO =
GPU or server cost
+ storage
+ data transfer
+ electricity and cooling, if hardware is owned
+ monitoring, backups, and security
+ engineering and incident labor
+ amortized setup or hardware purchase cost
+ expected cost of downtime and capacity shortfalls
For owned hardware, replace the rental line with a monthly capital-cost estimate:
monthly hardware cost =
(purchase price - expected resale value) / useful months
Then add electricity:
monthly electricity cost =
average system kW × powered-on hours × electricity price per kWh
Treat average system power, electricity price, useful life, and resale value as reader inputs. A GPU’s maximum board rating is not the same as the measured power draw of a complete server under the workload.
Labor should also be an input, not a hidden zero. Include initial packaging, quantization tests, deployment, autoscaling, monitoring, patches, model upgrades, security review, and incident response. If self-hosting requires 12 setup hours amortized over a year plus four hours of operations each month, the monthly labor term is:
(12 × loaded hourly labor cost / 12) + (4 × loaded hourly labor cost)
That calculation can outweigh a small infrastructure difference. It is also why a managed GPU service can cost more per compute-hour yet less in total.
Use the same accounting boundary for both options. The following table prevents common omissions:
| Cost or outcome | API measurement | Self-hosted measurement |
|---|---|---|
| Variable usage | Input, output, cache, batch, and tool charges | Billable GPU time, storage, transfer, and supporting services |
| Fixed or committed cost | Minimum spend, reserved capacity, gateway subscriptions | Idle capacity, reservations, hardware amortization |
| Engineering labor | Integration, evaluation, fallbacks, quota and model-change handling | All API-side work plus serving, patching, capacity, and recovery |
| Service quality | Accepted-result rate, p95 latency, retry rate | The same measures under the same prompts, data, and load |
| Risk allowance | Provider outage, price or model changes, migration work | Hardware failure, capacity shortage, security and supply-chain work |
Do not compare an API’s marginal token charge with a self-hosted system’s all-in monthly cost, or vice versa. Build both totals over the same pilot period and divide each by the same accepted-work unit.
2. Model API cost from measured token usage
The basic API equation separates input and output because output tokens are often priced differently:
monthly API cost =
(monthly input tokens / 1,000,000 × input price)
+ (monthly output tokens / 1,000,000 × output price)
+ tool and platform charges
Use billing records from a representative pilot rather than estimating tokens from request count alone. Long prompts, retrieved documents, tool schemas, retries, and verbose responses can change the bill substantially.
As a dated example, Anthropic’s official pricing page listed Claude Sonnet 5 at $2 per million input tokens and $10 per million output tokens through August 31, 2026, with standard pricing of $3 input and $15 output beginning September 1, 2026. The same page said batch processing discounts input and output by 50%, while prompt-cache reads cost 0.1 times the base input rate. These figures were verified on 2026-07-23 at Anthropic’s official pricing documentation.
At the introductory rate, 10 million input tokens and 2 million output tokens would cost:
(10 × $2) + (2 × $10) = $40 per month
At the listed post-introductory rate, the same mix would be:
(10 × $3) + (2 × $15) = $60 per month
This is an arithmetic example, not a workload recommendation. It excludes server-side tools, regional multipliers, gateways, taxes, retries, and any negotiated pricing. It also shows why a TCO worksheet needs a verified-on date and a separate field for temporary pricing.
Caching and batch processing should be modeled as scenarios, not assumed discounts. Cache savings require repeatable prefixes and actual hits. Batch pricing helps only when the workload can tolerate asynchronous completion. For a deeper cost-control framework, see the published guide to machine gates for AI output, which explains why acceptance checks should sit beside spend limits.
If the token mix is not yet known, start with the site’s LLM API cost calculator guide and replace estimates with pilot billing data as soon as it is available.
3. Model GPU hosting as capacity, not tokens
A rented GPU is normally billed for time or active worker duration, not directly for language-model tokens. Start with:
monthly hosted-GPU cost =
GPU hourly rate × billable hours
+ persistent storage
+ data transfer
+ supporting services
Runpod’s official GPU pricing page, updated July 17, 2026 and checked here on 2026-07-23, listed Pod rates including $0.69 per hour for an RTX 4090 with 24 GB VRAM, $0.99 per hour for an L40S with 48 GB VRAM, and $1.39 per hour for an A100 PCIe with 80 GB VRAM. The page also listed container disk at $0.10 per GB per month and separate rates for other storage types. Source: Runpod GPU and storage pricing.
An L40S Pod running for 720 hours would therefore have a headline compute line of:
720 × $0.99 = $712.80
Two hundred gigabytes of container disk at the listed rate would add:
200 × $0.10 = $20.00
That $732.80 subtotal is still not TCO. It excludes labor, transfer, monitoring, redundancy, backups, and any additional CPU or service cost. It also does not prove that a particular model fits in 48 GB, reaches the required throughput, or matches the quality of a proprietary API.
The marked GPU subtotal recalculates from billable hours and container storage; later break-even examples retain their stated inputs.
VRAM fit should be checked before treating any hourly rate as usable capacity. Weight precision, context length, key-value cache, batch size, and runtime overhead all matter. The guides to local LLM VRAM requirements and local LLM quantization explain the inputs, but the final configuration still needs a workload-specific load test.
Cloud purchase options can change the comparison. AWS documents that On-Demand instances are pay-as-you-go, Savings Plans and Reserved Instances exchange commitments for different economics, and Spot Instances use spare capacity but may be interrupted. AWS also states that applicable EC2 usage can be billed per second with a 60-second minimum. These terms were checked on 2026-07-23 in the official EC2 purchasing-options documentation and official EC2 pricing overview.
The relevant lesson is not that one purchase option wins. It is that a steady service, an interruptible batch queue, and a bursty endpoint should not use the same hosting assumption. The published comparison of serverless GPU alternatives covers cold starts, billing granularity, and deployment fit in more detail.
4. Calculate break-even from useful throughput and utilization
The naive break-even formula is:
break-even work volume =
monthly self-hosted fixed cost
/ API cost per unit of work
The hard part is defining the unit. Raw tokens are misleading when models use different tokenizers, produce different output lengths, or deliver different quality. Better units include:
- accepted support cases;
- documents that pass an extraction test;
- code changes that pass review and tests;
- successful agent runs;
- one thousand qualified responses at a fixed service level.
Suppose an API request uses 1,000 input tokens and 200 output tokens. At the temporary Sonnet 5 rates above, its token charge would be:
(1,000 / 1,000,000 × $2)
+ (200 / 1,000,000 × $10)
= $0.004 per request
A continuously running $0.99-per-hour GPU has a $712.80 monthly compute line. Dividing $712.80 by $0.004 gives 178,200 API requests. That is not a valid claim that self-hosting breaks even at request 178,201. It is only a first-pass boundary because it assumes equal output quality, no API discounts, no local storage or labor, sufficient GPU throughput, and 100% useful utilization.
Correct the comparison with acceptance rate:
cost per accepted result =
total monthly TCO / accepted results
If 90% of API outputs pass the quality gate but only 60% of local outputs pass, the local system needs more generations, more review, or both. Conversely, a well-tuned local model on a narrow extraction task may have a high acceptance rate and avoid sending data to a third party.
Utilization changes the hosting side just as sharply. At $0.99 per hour:
| Billable pattern | GPU hours per month | Headline GPU compute |
|---|---|---|
| Short experiments | 40 | $39.60 |
| Eight hours per workday, 22 days | 176 | $174.24 |
| Continuous 30-day service | 720 | $712.80 |
These are illustrative calculations from the verified hourly rate, not quotes. A service may need warm capacity, multiple replicas, or redundancy even when request traffic is low. A scale-to-zero platform may reduce idle cost but introduce cold-start and per-second pricing trade-offs.
5. Add operations and reliability to TCO
An API transfers much of the serving stack to a vendor. The buyer still owns prompt design, evaluation, error handling, budgets, data policy, and vendor-failure planning, but does not normally patch GPU drivers or maintain the inference server.
Self-hosting moves more of that responsibility in-house. A production estimate should include:
- Packaging and reproducibility: model weights, licenses, quantization, runtime versions, and container images.
- Capacity management: concurrency limits, queueing, autoscaling, and protection against overload.
- Observability: latency, queue depth, GPU memory, utilization, error rate, token throughput, and cost allocation.
- Reliability: health checks, rollbacks, replacement capacity, backups, and recovery exercises.
- Security: image patching, secret rotation, network controls, access logs, and model-supply-chain review.
- Quality maintenance: regression tests when changing the model, quantization, runtime, prompt, or retrieval layer.
Measure the serving layer rather than relying on nominal GPU utilization alone. vLLM’s official documentation exposes Prometheus metrics for running and waiting requests, prompt and generation tokens, key-value cache use, time to first token, inter-token latency, queue time, and end-to-end latency. Hugging Face TGI’s official metrics similarly include queue size, request duration, input length, generated tokens, and mean time per token. Both sources were checked on 2026-07-24: vLLM production metrics and Hugging Face TGI metrics.
These metrics do not calculate TCO by themselves. They show whether paid capacity is serving useful work, sitting idle, or accumulating a queue. For a runtime-focused comparison, see vLLM vs Hugging Face TGI.
Do not assign operations labor only to self-hosting. APIs also need retry policy, fallbacks, quota monitoring, deprecation handling, and incident response. The fair comparison asks which responsibilities differ and how many hours each option consumes.
Reliability can also require duplicate capacity. A single GPU may satisfy average throughput but still fail the business requirement if maintenance creates an outage. If the service needs two replicas across failure domains, put both in the cost model. If an API needs a second provider for resilience, include integration and duplicated evaluation work on that side too.
For production API architecture, the published guide to OpenRouter alternatives provides a useful checklist for gateways, observability, budgets, fallbacks, and self-hosted control planes.
6. Compare privacy and control without treating them as free
Self-hosting can keep prompts, retrieved documents, and outputs inside infrastructure you control. It can also provide fixed model versions, custom inference settings, offline operation, and freedom to schedule workloads around your own capacity.
Those benefits are not automatic. A deployment is only as private as its logs, backups, telemetry, access controls, model download process, and administrator practices. Cloud self-hosting still involves a cloud provider. An API may offer contractual controls, regional routing, retention settings, or enterprise terms, but those must be checked for the exact service and account. Do not infer API data handling from a consumer chat product, or vice versa.
Turn privacy and control into explicit requirements:
- Which data classes may leave the controlled environment?
- Must processing work without internet access?
- Who can read prompts, outputs, traces, and backups?
- How long may each data type be retained?
- Is a fixed model version required for validation?
- Are regional processing or deletion commitments required?
- Which model license permits the intended commercial use?
- What evidence is needed for an audit?
Then cost the controls. Private networking, restricted egress, security review, log redaction, and audit evidence require engineering time. The correct decision may still be self-hosting, but “data stays here” is a requirement to implement and test, not a zero-cost checkbox.
7. Choose by scenario, then validate with a pilot
No single option wins every workload. Use these decision scenarios as starting hypotheses:
| Workload | Likely starting point | Reason to test the other option |
|---|---|---|
| Low or uncertain volume | API | Self-host if data cannot leave a controlled environment or a narrow local model performs well |
| Bursty traffic | API or scale-to-zero GPU | Dedicated capacity may win if warm latency and predictable bursts justify idle cost |
| Steady, high utilization | Hosted or owned GPU | API may still win if quality, reliability, and reduced labor offset token charges |
| Strict offline processing | Self-hosted | API can be considered only if the offline requirement changes |
| Rapid model experimentation | API or managed inference | Self-host when version control and custom runtimes matter more than deployment speed |
| Narrow, repeatable task | Benchmark both | A smaller local model can be economical if it passes the same acceptance gate |
| Broad reasoning workload | Benchmark by accepted result | A stronger hosted model may reduce retries and review work |
Run a two- to four-week pilot with representative traffic. Record input and output tokens, GPU billable time, queue time, p50 and p95 latency, accepted-result rate, retries, operator hours, incidents, and downtime. Do not compare a polished API deployment with an untuned local prototype, or a mature local stack with an unoptimized API prompt.
Keep the evaluation dataset and acceptance rubric fixed during the comparison. If either option is tuned, document the change and rerun both sides where it could affect the outcome. The LLM API benchmarking guide provides a practical structure for measuring latency, quality, and reliability without collapsing them into one misleading score.
The decision rule is:
Choose the option with the lower cost per accepted result
that also satisfies privacy, latency, reliability, and control requirements.
A hybrid design is often reasonable: keep sensitive or repetitive tasks on a controlled model, route difficult cases to an API, and impose quality and budget gates on both paths. Hybrid systems add routing and evaluation complexity, so include that labor rather than describing the arrangement as automatically economical.
Frequently asked questions
Is self-hosting an LLM always cheaper than using an API?
No. Self-hosting can lower unit cost at sustained utilization, but GPU idle time, engineering labor, redundancy, and lower acceptance rates can erase the difference. Compare monthly TCO per accepted result under the same quality and reliability requirements.
At what volume does a self-hosted LLM break even?
There is no universal request or token threshold. Divide the all-in monthly self-hosted cost by the API cost per accepted result, then test whether the local system can deliver that many accepted results within its latency and capacity limits. Recalculate when prices, models, or traffic patterns change.
Can one consumer GPU run a production LLM?
Sometimes, for a model and context that fit in memory and for a workload with modest concurrency. Fit alone is not enough: benchmark throughput, queue time, tail latency, recovery, and the effect of quantization. A single GPU also creates a failure domain unless downtime is acceptable.
Does self-hosting guarantee data privacy?
No. It gives the operator more control, but logs, backups, telemetry, administrator access, cloud infrastructure, and downloaded model artifacts remain part of the data path. Privacy requirements must be implemented, tested, and audited for the actual deployment.
Is a hybrid API and self-hosted design cheaper?
It can be when routing is reliable—for example, a narrow local model handles routine cases and an API handles difficult ones. Include the cost of routing logic, duplicated evaluation, monitoring, and failure handling before treating hybrid operation as a saving.
Verification notes
The following official primary sources were checked on 2026-07-23:
- Anthropic pricing documentation: Sonnet 5 input/output prices, dated introductory period, prompt-cache multipliers, and batch discount.
- Runpod pricing: selected Pod GPU hourly rates, VRAM listings, and storage rates; the page states it was updated July 17, 2026.
- AWS EC2 purchasing options and AWS EC2 pricing: On-Demand, commitment, Spot, and per-second billing descriptions.
The following additional official primary sources were checked on 2026-07-24:
- vLLM production metrics: Prometheus endpoint and serving metrics used for capacity and latency measurement.
- Hugging Face TGI metrics: request, queue, token, and latency metrics exposed by the inference server.
All workload volumes, labor hours, labor rates, power use, electricity prices, acceptance rates, and utilization levels in this article are reader inputs or clearly labeled illustrative assumptions. Model fit, throughput, quality, licensing, regional availability, and negotiated discounts must be verified for the intended deployment.