Back to Data Center
Data Center tools

Inference Tokens per Watt Calculator: AI Serving Energy & Cost

Training is a one-time burst of compute. Inference — serving a model to millions of users around the clock — is the ongoing cost that actually defines the economics of an AI product. Tokens-per-watt-hour is becoming the standard efficiency metric for AI services: it captures both the throughput of the hardware and the power it draws to produce that throughput. This calculator estimates your inference energy efficiency and translates it into the number that shows up on the cloud bill: cost per million tokens.

Tokens generated per second (throughput)(tok/s)
Power draw of serving hardware(W)
Data center PUE 1.2
Electricity rate($/kWh)
Monthly inference volume(M tokens/mo)
Tokens per watt-hour
12,500tok/Wh

1 ÷ (power × PUE ÷ tps ÷ 3600)

Energy per 1,000 tokens
0.0800Wh

watt-hours to generate 1k tokens

Cost per million tokens
$0.01

at selected electricity rate

Monthly energy
4MWh

4,000 kWh at 50,000M tokens

Monthly electricity cost
$320.00

serving cost at volume

Results update live as you type. For planning and field-check estimates — always verify against applicable standards and equipment ratings.

How we calculate this →

From watts and throughput to tokens per watt-hour

The math starts with one question: how much energy does one token cost? Power draw (watts) times PUE gives total facility power attributable to this serving node. Dividing by tokens-per-second gives watt-seconds per token, and dividing by 3,600 converts to watt-hours per token — the natural unit for energy cost accounting. Flipping that gives tokens per watt-hour, the efficiency headline.

Cost per million tokens is the commercial translation: multiply kWh per token by one million, then by the electricity rate. At $0.08/kWh and a modest 5,000 tok/s serving rate at 1,200 W with a 1.2 PUE, energy cost alone is roughly $0.046 per million tokens — a fraction of the API prices cloud providers charge, but a real and growing line item as inference volumes scale.

Monthly cost scales directly with volume. At 50 billion tokens per month (50,000 M), that same setup draws about 320 MWh and costs roughly $25,600 in electricity alone — before amortized hardware, bandwidth, or labor. Understanding this per-token energy cost is the first step toward optimizing model serving: smaller models, quantization, speculative decoding, and batching all improve the tokens-per-watt figure and reduce cost at scale.

Frequently asked questions

Tokens per watt-hour measures how efficiently a model-serving system converts electricity into generated text (or other output tokens). A higher number means more output per unit of energy — better efficiency. It's becoming the key metric for comparing GPU generations, model sizes, and serving configurations because it directly determines the electricity cost of running an AI service at scale.

Training a model is expensive but one-time. Inference — answering user queries — runs 24/7 for the life of the product. As AI assistants, copilots, and agents become embedded in daily workflows, the inference fleet can dwarf the training cluster. Industry estimates suggest the ratio of inference to training compute will approach 10:1 or higher for widely deployed models, making per-token energy efficiency the dominant operational cost lever.

At a modern GPU node efficiency of roughly 5,000 tokens/second at 1,200 W (with 1.2 PUE and $0.08/kWh), electricity runs about $0.04–$0.06 per million tokens. Less efficient configurations or higher electricity rates can push this to $0.10–$0.20 per million tokens. The gap between this raw electricity cost and the $1–$15/million-token prices cloud providers charge covers hardware amortization, networking, redundancy, and margin.