Cloud GPU for Business in 2026: Payback Periods and When Renting Wins


Demand for GPU compute keeps climbing. Accelerators now run the video analytics at a building entrance, the scoring models inside a bank, and the support chatbot that answers faster than a live agent. The business question behind all of it is a dull one: where do you get that compute, and what does it really cost?

Renting looks like the obvious answer. Obvious and cost-effective are not the same thing. What follows: which card covers which task, how much video memory a specific model actually needs, what the market charges in 2026, and the point at which a cloud GPU server becomes cheaper than hardware you own.

Why businesses need GPUs, and where the CPU gives out

GPU versus CPU: a 20–50x gap, or none at all

A processor is good at sequential logic — branching, complex conditions, mixed data types. A GPU works on a different principle: thousands of simple cores executing one operation across many pieces of data simultaneously. When a task decomposes into a mass of identical matrix multiplications, which is precisely what neural network training and inference are, the gap runs to 20–50x, and wider on heavy models.

That superiority is not universal. If the workload parallelizes badly — one-off transactions, business logic, database operations — the GPU sits idle while you pay for an expensive card running at 5% load. The rule of thumb is simple. An accelerator is justified where there's a stream of uniform computation and a genuine need for throughput. For everything else, a CPU is cheaper and more sensible.

Typical business workloads: video analytics, scoring, chatbots, rendering, R&D

Where a GPU pays for itself:

  • Video analytics and computer vision — face and license plate recognition, PPE compliance monitoring on a factory floor, visitor counting. A CPU cannot keep up with dozens of real-time streams.
  • Scoring and predictive analytics — credit risk, customer churn, demand forecasting. Training on large datasets speeds up by a multiple.
  • Chatbots and NLP — first-line support, ticket handling, internal assistants working over a knowledge base.
  • Rendering, 3D graphics and video transcoding — architectural visualization, VFX, re-encoding media streams.
  • R&D and scientific computing (HPC) — modeling, computational chemistry, engineering simulation.

Worth noting: not every company needs training infrastructure. Many need only inference — running a finished model — and that changes the hardware requirements and the budget considerably.

The 2026 NVIDIA map: which card for which task

Card classes: light inference, fine-tuning, heavy training

NVIDIA's 2026 range is wide, and the easiest way through it is by three classes:

Workload class Cards Typical VRAM What people buy it for
Light inference, video analytics T4, L4, A2, A10 16–24 GB Small models, streaming CV, embeddings
Mid inference, LoRA RTX 4090, RTX A5000, L40S 24–48 GB Models up to 13–30B, fine-tuning, image generation
Heavy training, large LLMs A100 40/80 GB, H100, H200, Blackwell (B300) 80–288 GB Full fine-tuning, training from scratch, 70B+ models

Earlier generations — V100, P100, M60 — have not gone out of service. For moderate inference, rendering and terminal graphics they have resource to spare, and they cost noticeably less.

VRAM, tensor cores, NVLink, FP8: the specs that count

Clock speed is a secondary concern for ML work. Other parameters decide the outcome:

  • VRAM. The hard limit. If the model and its working data don't fit in the card's memory, it won't run, however fast the silicon is.
  • Tensor cores. Dedicated units for matrix operations. They are the actual source of the speed-up in both training and inference.
  • NVLink. A high-speed bus between cards. When a model won't fit on one GPU, NVLink pools the memory of several accelerators without the PCIe penalty.
  • FP8 and the Transformer Engine. Reduced-precision computation on H100/H200 and newer. Roughly doubles throughput on compatible models with almost no loss of quality.

Put simply: for inference, look first at VRAM. For training large models, look at NVLink and support for modern compute formats as well.

Scarcity and availability: why the top cards are made to order

On the Russian market, H100, H200 and fresh Blackwell parts are typically available to order rather than off the shelf, with queues measured in weeks and delivery via parallel import — the grey but legal channel through which sanctioned hardware reaches the country. Two things follow. Prices for these cards are volatile and sit above world levels. And if a project depends on one specific card, it's worth confirming actual stock with the provider rather than trusting a line in a price list.

This is where cloud rental has a structural advantage: the capacity is already racked in the data center. No waiting for delivery, no customs.

How much VRAM your model needs: doing the math

Inference for LLMs and generative models: 7B to 70B, plus Stable Diffusion

The baseline rule for FP16 inference is about 2 GB of VRAM per billion parameters, plus headroom for context and working buffers. Quantization (GGUF, GPTQ, AWQ, Q4 formats) compresses weights to 4–5 bits and cuts the requirement by a factor of three or four, with no noticeable degradation on most applied tasks.

Model FP16 (full precision) Q4 (quantized) Card class
LLM 7B 15–17 GB 5–6 GB RTX 4090, or even an L4 in Q4
LLM 13B 27–30 GB 9–11 GB RTX 4090, A100 40 GB
LLM 70B ~140 GB (2 × 80 GB) 40–48 GB A100 80 GB, H100
Stable Diffusion / SDXL 10–12 GB RTX 4090, L40S

A quantized 7–13B model — your own in-house ChatGPT — will run on a single consumer card. A full-precision 70B means at least two 80 GB cards with NVLink between them.

Training and fine-tuning: full fine-tune versus LoRA and quantization

Training needs several times more memory than inference. On top of the weights sit gradients, optimizer states and activations. A realistic full fine-tune of a 7B model needs 80–120 GB, which means multiple cards.

This is where LoRA proves its worth. By training small adapters instead of touching the base weights, the requirement drops to 16–24 GB for that same 7B, which fits on a single RTX 4090 or A100 40 GB.

For most business scenarios, full retraining is overkill. LoRA, or QLoRA (LoRA on top of a quantized model), delivers the quality you need in your specific domain on a sensible budget. Leave training from scratch to teams building their own foundation model. That is a different order of spending.

Billing models and real prices

Hourly, monthly and preemptible (spot) instances

Choosing a billing model comes down to how predictable your load is:

  • Hourly and per-second. You pay for the time the card actually runs. Ideal for one-off jobs: train a model over a weekend, run an experiment, render a video.
  • Monthly (dedicated card). A fixed fee for a reserved accelerator. Cheaper per hour, but you also pay for the hours it sits idle.
  • Preemptible (spot) instances. Spare capacity at a 40–70% discount, which the provider can reclaim when resources run short. Good for training with checkpoints and for batch processing. Unsuitable for production inference with an availability requirement.

Prices for A100, H100 and RTX 4090, and the switch to monthly

Indicative 2026 market rates from Russian providers:

Card Hourly Monthly (24/7)
RTX 4090 (24 GB) ₽60–90 (≈$0.80–1.15) ₽40,000–60,000 (≈$520–780)
A100 (80 GB) ₽190–250 (≈$2.45–3.25) ₽120,000–160,000 (≈$1,550–2,050)
H100 (80 GB) ₽350–500 (≈$4.55–6.50) ₽250,000–350,000 (≈$3,250–4,550)

The switch-over point from hourly to monthly is easy to calculate. Take an A100 at ₽140,000 a month against ₽230 an hour. Divide the monthly fee by the hourly rate: 140,000 ÷ 230 ≈ 610 hours. A month holds 730. So above roughly 610 hours of use — around 84% of the time — the monthly plan wins. Below that, hourly does. For an evenly loaded round-the-clock project the answer is obvious; for occasional work, hourly billing saves a meaningful amount.

Prices are indicative and vary by provider, card generation and contract length. A ±25% spread across the market is common.

Rent, buy or colocate: the comparison in money

How to calculate TCO: capex, opex, depreciation, idle time, engineering hours

Total cost of ownership is the sum of every cost over a fixed period. Take a three-year horizon and a requirement of "one A100 80 GB-worth of compute," and compare all three routes in the same currency over the same period.

Cost over 3 years Buy a server Colocate your own server Rent a cloud GPU (24/7)
Capex: server with A100 80 GB ₽2,000,000 (≈$26,000) ₽2,000,000 (≈$26,000) ₽0
Housing and power ₽90,000 (own server room, ~2.5 kW with cooling) ₽720,000 (₽20,000/mo per rack slot) included
Maintenance, spares, fan and PSU replacement ₽180,000 ₽150,000 included
Administration (share of an engineer's time) ₽360,000 ₽360,000 ₽120,000 (your OS and stack only)
Card rental ₽5,040,000 (₽140,000 × 36)
Three-year total ₽2,630,000 (≈$34,200) ₽3,230,000 (≈$42,000) ₽5,160,000 (≈$67,000)

Under a round-the-clock load, owning the server works out nearly twice as cheap over three years. That's expected. You pay for the hardware once, while rent keeps flowing.

Figures are indicative. For any given company the total shifts with the purchase price of the card, the local electricity tariff, and how much of an engineer the box genuinely consumes.

Break-even: the load at which buying beats renting

The picture inverts as soon as utilization drops. Buying is a fixed cost regardless of use: the same ₽2,630,000 over three years, or roughly ₽73,000 a month. Rent is paid only for the hours you actually consume. Compare the monthly equivalent of the purchase against hourly rental at ₽230:

73,000 ÷ 230 ≈ 317 hours a month.

That is the threshold. If the card is genuinely busy for fewer than about 315–320 hours a month — roughly 43% of the time — hourly rental comes out cheaper than owning the hardware. Above that, your own server starts to win. Most pilots, seasonal workloads and projects with uneven demand fall below that line, which is why they start with rental.

Hybrid: baseline on your own hardware, peaks in the cloud

The constant baseline load — production inference that runs continuously — sits on a card you bought. The peaks — bulk fine-tuning runs, seasonal surges, experiments — move to the cloud on hourly billing. You avoid paying for a rented card to sit idle, and you avoid buying a fleet sized for rare spikes. In our experience, for companies with an established product and a predictable core load, the hybrid gives the best balance of cost and flexibility.

Hidden costs: where the bill grows beyond the hourly rate

Traffic, storage and idle time

The hourly GPU price is the visible part of the bill. The rest is made up of adjacent line items, quoted separately:

  • Outbound traffic (egress). Moving results, weights and datasets out is often metered, and at volume it becomes a significant sum.
  • Object storage. S3-compatible storage for datasets and checkpoints. Hundreds of gigabytes of weights sit there for months, adding to the bill whether the card is working or not.
  • Idle time on a reserved card. On a monthly plan you pay for all 730 hours, even if the job only took 200.
  • Minimum rental period. Some providers rent by the day or by the month at minimum, so "just for a couple of hours" isn't always on offer.

A checklist for the project's financial model

Before you take the budget to a review, run the project through this list:

  1. How many GPU-hours a month do you actually need, as opposed to "just in case"?
  2. How much data is stored permanently, and what does that cost per month?
  3. How much data leaves the network, and at what egress rate?
  4. Is there a minimum rental term or a charge for idle capacity?
  5. How much engineering time will supporting the infrastructure take?

Once every line holds a real number, "cheap or expensive" becomes a question you can answer.

GPU cloud performance: benchmarks, not promises

Tokens per second and latency on typical inference

Performance figures keep you from overpaying for a card you don't need. Reference points for LLM inference (single stream; the numbers move with context length and engine):

  • Llama-class 7B, Q4, RTX 4090 — roughly 90–130 tokens/sec, with first-token latency in the low fractions of a second.
  • 7B in FP16, A100 80 GB — around 50–70 tokens/sec on a single stream, but with batching, total throughput climbs into the thousands of tokens/sec.
  • 70B, two A100 80 GB with NVLink — on the order of 15–25 tokens/sec per stream.

The key subtlety: single-stream figures are deceptive. In production the card serves dozens of concurrent requests, and there an A100 with batching pulls far ahead of an RTX 4090, even though the one-stream gap looks modest.

Optimization: vLLM, quantization, Flash Attention and GPU utilization

Before you rent a bigger card, get everything you can out of the one you have. Three levers give the most:

  • vLLM. An inference engine with efficient memory management and continuous batching. On a real request stream it multiplies total throughput.
  • Quantization. Converting the model to Q4/Q8 frees VRAM and often speeds up inference, letting the model fit on a cheaper card.
  • Flash Attention. An optimized attention mechanism that cuts memory consumption on long contexts.

Keep an eye on utilization with nvidia-smi. If the card sits steadily at 30–40%, you're paying for resources you never touch. Low utilization is a signal to optimize the pipeline or take a smaller card, not to buy more capacity.

Security and 152-FZ compliance in a GPU cloud

Personal data on a GPU server: what 152-FZ and FSTEC require

The moment personal data enters the training set or the model's input — faces on video, customer profiles, medical records — Russia's Federal Law 152-FZ applies. The law requires that the personal data of Russian citizens be stored and processed on servers physically located in Russia, and that the information system meet a defined protection level. This holds regardless of where your company is headquartered; what matters is whose data you process.

For a GPU cloud, that translates into two concrete requirements. The data center must be physically inside Russia, and the provider must hold attestation of its infrastructure against the requirements of FSTEC, the federal technical and export control service, at the level your system needs. Without both, processing personal data on rented capacity is formally unlawful.

How to choose a provider: certifications, SLA, isolation, DDoS protection

For a B2B customer with sensitive data, the selection criteria shift away from price and toward compliance:

  • Certifications and attestations. ISO 27001, PCI DSS if payment data is involved, a 152-FZ certificate of conformity, and inclusion in the register of Russian software where required.
  • Data center tier. Tier III gives you redundant power and cooling and a stated availability of around 99.98%.
  • Resource isolation. A dedicated card, or a correctly partitioned vGPU with no memory neighbors. For sensitive workloads, full isolation is the safer choice.
  • An SLA with percentages and penalties. Not "high reliability" but a specific 99.9% and a defined remedy.
  • DDoS protection and network security. Especially for inference endpoints exposed to the internet.

Here a Russian provider with its own attested data centers has a natural advantage over foreign clouds, which cannot legally serve this requirement at all.

Matching the configuration to the stage: pilot, production, scale

From pilot to production: one card, dedicated server, managed infrastructure

Scale up gradually. Don't buy a cluster on day one for the load you hope to have:

  1. Pilot. One rented card (RTX 4090 or A100) on hourly billing, with a ready image containing CUDA, PyTorch and Jupyter. You test the hypothesis in weeks, with no capital outlay.
  2. Production. A dedicated server on a monthly plan, a stable inference endpoint, object storage for the data, backups.
  3. Scale. Managed Kubernetes, autoscaling against load, multiple cards.

At the pilot stage, when buying hardware is premature but the idea needs proving quickly, renting a cloud GPU server covers the gap. The service handles the resource-heavy work — machine learning, rendering, video transcoding — on NVIDIA accelerators (Tesla P100/M40/M60, RTX 4090), with vGPU on terminal servers over RDP. The server comes with the surrounding IaaS, billed monthly on actual consumption, with no hardware to buy. It's a straightforward way to reach production without tying up capital.

When one card isn't enough: multi-GPU, NVLink and cluster scaling

A single card stops coping in one of two ways: the model won't fit in VRAM, or the request volume exceeds its throughput. The first is solved by pooling cards over NVLink — two A100 80 GB give an effective 160 GB for a large model. The second by scaling horizontally: several servers behind a load balancer, orchestrated with Kubernetes.

Be realistic about the cost of that step. Multi-GPU is not simply double the card spend. It also means inter-card communication, distributed training setup, and synchronization overhead. Two cards almost never deliver a 2x speed-up; 1.6–1.8x is realistic. Move to a cluster when a single card with an optimized pipeline has genuinely hit its ceiling, not as a precaution.

Key takeaways

  • Model the utilization, not the hourly rate. In our calculation the break-even for an A100 lands at roughly 315 hours a month. Below that, hourly rental wins; above it, your own server does. Run the same arithmetic for your own project.
  • VRAM decides. Work out how much video memory the model needs in your chosen precision first, and only then pick the card. Quantization and LoRA often let you drop a tier.
  • Budget for the hidden lines. Traffic, storage, idle time and minimum terms add a noticeable share on top of the GPU rate.
  • The hybrid is a workable compromise. Baseline load on your own hardware, peaks in the cloud on hourly billing.
  • Compliance isn't a formality. If personal data is involved, 152-FZ attestation and a Tier III data center matter more than a few rubles an hour.

Is useful article?
0
0
Author: Andrey Ogurchikov
published: 14.07.2026
Last articles
Scroll up!