1. Home
  2. Glossary
  3. GPU (graphics processing unit)
AI glossary · Models & training

GPU (graphics processing unit)

GPU (graphics processing unit): A GPU is a processor built to perform enormous numbers of simple calculations in parallel. Originally for graphics, GPUs are now the main hardware used to train and run AI models, which is why they are central to AI cost, speed, and supply.

Training a large model means multiplying giant grids of numbers billions of times. A CPU handles a few tasks at a time very quickly; a GPU handles thousands at once, which suits that workload. NVIDIA's data-center chips dominate the market, with Google's TPUs and chips from AMD and others competing. Frontier models are trained on clusters of tens of thousands of these chips running for months.

Running a model, called inference, also uses GPUs, which is why AI services cost money per token and why capacity sometimes runs short. The price and availability of GPUs shape the whole industry: who can train models, what usage tiers cost, and why smaller, more efficient models are attractive.

You do not need a GPU to use AI; the hosted assistants run on the vendor's hardware. You would need one to run an open-weights model locally, which is worth it for privacy-sensitive work or offline use. A modern laptop or desktop with a capable graphics card can run small and medium models well; the largest models still require server-class hardware.

Example at work

A law firm's IT lead wants to test whether an open-weights model can summarize deposition transcripts without any data leaving the building. He installs a small model on a workstation with a consumer GPU, runs a week of test summaries, and finds the quality good enough for first drafts, then prices a server with a data-center GPU for the whole litigation group.

Why it matters

GPUs explain a lot of what you see in AI: why usage is metered, why some features have caps, why vendors push smaller models, and what it would take to run your own. When someone proposes self-hosting a model, the GPU bill is the first number to ask for.

Related terms