Rent a GPU for LLMs
Inference and training put opposite demands on a machine, so the right rental for one is usually the wrong rental for the other. This is how to size the accelerator to the model and match the machine to the job.
The short answer
Serving a model is a latency problem and training one is a throughput problem, so they reward opposite machines. Inference wants a well-sized single card in a region near your users, priced on-demand so you scale with traffic. Training wants raw memory and fast interconnect between cards, priced on a committed term because a serious run is not something you start and stop. Getting the machine to match the job is what separates a bill you can defend from one you cannot.
01 · The jobInference and training want different machines
Serving a model to users rewards a card with enough memory to hold the model and its context, sited close to the people calling it, billed only for the capacity your traffic uses. A single well-chosen accelerator often does the whole job and interruptible capacity is fine as long as you can fail over, so the cheap end of the market is genuinely open to you here.
Training or fine-tuning is a different constraint. Now the questions are how much model and how large a batch you can fit in memory and how fast the cards can talk to each other when the model is too big for one of them. A run that spans several GPUs lives or dies on the interconnect between them, so a training rental is really a rental of a tightly coupled cluster rather than a card that happens to come in a pack.
02 · SizingMatch the accelerator to the model
Settle memory first. A model has to fit along with its activations and the context it works over, so take the parameter count, account for the precision you will run at and leave real headroom rather than the theoretical minimum. Quantising to a lower precision buys room and lets a smaller card carry a bigger model, at a quality cost you should measure rather than assume.
Once memory is settled the family follows the job. An H100 or H200 is the workhorse for demanding training and high-throughput inference, with the H200 carrying more memory for the largest models, while a B200 sits above them for the heaviest work. An A100 stays a capable and often cheaper option and a card like the L40S is a sensible inference choice when you do not need a flagship.
03 · SupplyWhat the market actually offers
Once you know the card, supply decides how much choice you have. The counts below are the number of tracked providers listing each accelerator, which is where competition for your workload is deepest.
| Accelerator | Providers listing it |
|---|---|
| H100 | 224 |
| A100 | 181 |
| H200 | 147 |
| B200 | 102 |
| L40S | 101 |
| RTX 4090 | 76 |
| V100 | 64 |
| A40 | 49 |
H100 and A100 remain the workhorses by a wide margin, so a model that fits them has the widest supply and the most leverage on price. The newest silicon spreads fast underneath them, yet the rack-scale systems stay concentrated among fewer operators, where availability rather than price becomes the binding constraint.
Where the H100 supply sits for inference latency
For serving, region decides latency, so the geography of the leading LLM card matters as much as the count. The chart below is the number of operators that state H100 capacity in each country.
| Country | Operators with H100 |
|---|---|
| India | 16 |
| Germany | 13 |
| United States | 12 |
| Australia | 10 |
| Canada | 10 |
| Netherlands | 9 |
| Singapore | 8 |
| Japan | 8 |
Depth outside the United States means an inference fleet can sit close to the users calling it, in Europe or India, without dropping to a weaker card. For training, geography matters less than the interconnect quality inside a single cluster.
04 · ProcurementWhat to confirm before you commit
- 01For inference, confirm the region and the network path to your users. A cheaper card two continents away can lose you more in latency than it saves in rate.
- 02For training, confirm the interconnect and the storage throughput. A fast cluster starved of data is an expensive way to wait, and not every operator that lists a flagship can deliver a coherent multi-node cluster.
- 03Price a real month, not a single hour. Ask each operator for the all-in cost of a workload shaped like yours.
- 04Match the term to your confidence. On-demand while you are still learning the workload, a committed floor once the shape is settled.
Present this paper
One sponsor can present this buyer's guide on its own, with a logo and a presented-by credit on the paper here and on the downloadable PDF, reaching teams choosing GPU cloud for real LLM workloads.
- ▸Logo and presented-by credit on the paper and the downloadable PDF
- ▸A credit in the Related research module shown beside the GPU operator profiles buyers already read
- ▸Exclusive to a single sponsor per edition, never shared
- ▸Independent by design, so the credit is labelled and never changes the counts or the verification behind them
Or write to [email protected].