Start Building →
Technical

What Is a Token Factory? NVIDIA's AI Inference Framework Explained

Jensen Huang declared 2026 the year of inference at GTC. Token factories are what that actually looks like in hardware, and the economics behind them are changing how teams size GPU infrastructure.

Author photo
packet.ai Team
September 22, 2026

Published September 21, 2026 · 12 min read · AI Infrastructure

A token factory is a data center optimized to produce AI tokens at the lowest possible cost per watt. Jensen Huang named it at GTC 2026 as the defining model for the inference era, and it changes how every team should think about GPU infrastructure.

Key takeaways

  • Jensen Huang introduced "token factory" at NVIDIA GTC 2026 to describe data centers built for continuous AI inference, not periodic training runs.
  • The core formula: Revenue = Tokens per Watt x Available Gigawatts. Power is the ceiling, not GPU count.
  • Inference hit roughly two-thirds of all AI compute in 2026, up from about half in 2025 (Deloitte TMT Forecast).
  • NVIDIA Blackwell B200 delivers 60,000 tokens/sec per GPU with TensorRT-LLM, delivering 15x lower cost per million tokens than Hopper (NVIDIA InferenceMAX v1).
  • Token factories optimize for cost per token and p99 TTFT, not FLOPS or storage throughput.
  • You do not need to build your own data center. GPU cloud gives you token factory economics at $3.75/hr on a B200.

For years, AI infrastructure conversations started with training. How many GPUs do you need? How long will the run take? What is the checkpoint strategy?

Reasonable questions, when training was where most of the compute went.

It is not anymore.

At GTC 2026, Jensen Huang told an arena full of engineers and investors that the inference inflection point had arrived. Every chatbot reply, every agent tool call, every RAG lookup, every code completion: all of it produces tokens, continuously, at a scale that makes training look episodic by comparison. By 2026, inference crossed two-thirds of all AI compute globally (Deloitte). The number is heading higher, not lower.

The infrastructure framing had to catch up. The term Huang reached for: token factory.

This is what that actually means: the economics, the hardware, the stack, and what it looks like for teams running inference on GPU cloud instead of building their own data centers.

If you want the basics first, the LLM inference explainer and the inference vs training breakdown are good starting points. The story of why packet.ai built its own inference product around this model is in Why We Built Token Factory.

What Is a Token Factory? NVIDIA's Definition from GTC 2026

A token factory is a data center or GPU cluster reconceived as a production facility whose primary output is tokens. Not uptime. Not FLOPS. Not stored data. Tokens: the units of text, reasoning, and action that AI models produce during inference.

Huang framed it with a formula deliberately aimed at board rooms, not just engineers:

Revenue = Tokens per Watt x Available Gigawatts

Jensen Huang, NVIDIA GTC 2026

Two variables. Both matter in different ways.

Tokens per watt is an efficiency metric: how much inference output you extract per unit of energy consumed. Available gigawatts is the scale variable: how much sustained power your facility can draw. Revenue grows when you improve either. Most teams building on GPU cloud can only control the first one, and that is exactly where hardware selection, inference engine choice, and GPU tier decisions have real monetary consequence.

This is not a metaphor. Once power becomes the binding constraint (and it definitively has become one in 2026, with major data center operators competing for grid access in Virginia, Texas, and Frankfurt), GPU count matters less than tokens per megawatt. A facility that runs 10x more tokens from the same power envelope earns 10x more revenue without adding infrastructure cost. That is the Blackwell pitch in one sentence.

NVIDIA now describes itself as building "AI factories" rather than chips. The shift from accelerator vendor to full-stack inference platform is real: from CUDA to TensorRT-LLM, from individual GPUs to NVLink fabrics tuned specifically for inference communication patterns rather than training all-reduce operations.

packet.ai is a $19M seed-backed GPU cloud built around inference economics: Blackwell B200, RTX 6000 Pro, A100, and L40S, at rates that make the tokens-per-dollar math work for teams that are not hyperscalers.

Token Factory vs Traditional Data Center: What Actually Changes

The hardware looks the same from the outside. Same NVIDIA B200 GPUs. Same HBM3e memory. Same NVLink interconnects. The difference is what gets optimized, and that changes everything downstream, from networking topology to cooling design to how you bill customers.

Dimension Token Factory Traditional Data Center
Primary outputTokensCompute hours / stored data
Core metricTokens per wattFLOPS / uptime / storage IOPS
Workload shapeContinuous, 24/7 inferenceMixed: web, storage, training
Network fabricInference-pattern (small, frequent)Training-pattern (large, synchronized)
Latency targetp99 TTFT under SLABatch job completion time
Billing surfaceCost per million tokensGPU-hours / compute units
Cooling requirementSustained load, never-idlePeak burst capacity

The networking gap is the one most teams underestimate. Training clusters run large, synchronized all-reduce operations, every GPU talking to every other GPU simultaneously, moving giant tensors. Inference is the opposite: one request arrives, a stream of tokens goes out, and the next request arrives before the first one finishes. High-frequency, small-packet, never-synchronized. Running inference on a fabric designed for training all-reduce means paying for InfiniBand bandwidth your workload barely uses, while taking a latency penalty on the patterns it actually runs.

The cooling gap bites operators who do not plan for it. Training runs for hours or days, then the cluster sits idle. Inference never idles. A token factory running 24/7 production traffic holds sustained thermal load around the clock, a fundamentally different cooling problem than handling peak burst during training.

Why Inference Became the Dominant AI Workload in 2026

In 2024, training and inference consumed roughly equal shares of AI compute. By 2026, inference had crossed two-thirds. The shift happened faster than most infrastructure teams expected, and three things drove it.

Reasoning models multiplied token counts. When models started generating chains of thought before answering (thinking tokens, extended reasoning traces) the token count per request jumped sharply. A response that previously required 200 output tokens might now require 2,000 thinking tokens before the actual answer. Same user request. 10x the compute.

Agentic workloads turned one request into dozens. An agent that plans, calls tools, observes results, and revises does not make one inference call per user query. It makes 20 or 40. What the user experiences as one interaction runs dozens of inference passes behind the scenes. For a detailed breakdown of the GPU bottleneck this creates, see the CPU bottleneck in agentic workloads.

Product deployment outpaced training. The number of production AI products shipping in 2025 and 2026 grew faster than new model training runs. Each new deployment adds continuous inference traffic. None of it adds training demand. The ratio shifts toward serving every quarter, automatically.

In May 2026, Google disclosed it was processing 3.2 quadrillion tokens per month across its products, a 7x increase year over year. That is the scale inference has reached at the top. For everyone else, it is the direction of travel.

Token factories are what the infrastructure response to that scale looks like.

Tokens per Watt: The Metric That Replaced FLOPS

FLOPS are a fine metric for comparing GPU chips in a lab. They are a poor metric for running a production inference business.

The problem: FLOPS measure peak theoretical compute throughput. They say nothing about memory bandwidth, which is what actually limits large model inference during the decode phase, when the GPU spends most of its time feeding the attention mechanism rather than doing matrix multiplications. And they say nothing about power consumption, which is the real cost ceiling once your data center has a fixed power budget.

A GPU with 2x the FLOPS does not produce 2x the inference tokens if it is memory-bandwidth limited. This is not a theoretical concern. It is why Blackwell beat Hopper by far more than the raw FLOPS ratio would suggest.

Tokens per watt captures both. It measures actual token output against actual power draw, directly mapping to the business equation: revenue from tokens sold, minus cost of electricity consumed.

15x

lower cost per million tokens: Blackwell vs Hopper (NVIDIA InferenceMAX v1)

10x

throughput per megawatt for MoE models: Blackwell vs Hopper (NVIDIA)

60k

tokens/sec per GPU: B200 on gpt-oss with TensorRT-LLM (InferenceMAX v1)

$0.02

cost per million tokens: B200 at peak efficiency (NVIDIA InferenceMAX v1)

NVIDIA Blackwell B200 achieves 60,000 tokens per second per GPU on gpt-oss workloads using TensorRT-LLM, at two cents per million tokens at peak efficiency (NVIDIA InferenceMAX v1, 2026). That is what the current ceiling on tokens per watt looks like in numbers.

For teams choosing GPU SKUs: (tokens per watt) x (power you can draw) = total token capacity from your infrastructure budget. Work backward to cost per token, compare against your pricing or managed API alternative, and you have a real ROI model, not a spec sheet comparison.

The Blackwell architecture deep dive covers why these numbers moved so far from Hopper. For latency-side metrics, the TTFT vs tokens per second guide explains which throughput metric matters for your application type.

How a Token Factory Works: Inside the Inference Stack

A token factory is not a product you buy. It is a stack: six layers, each contributing to or subtracting from the tokens-per-watt number at the top. Every layer is a decision, and every decision has a cost.

The Token Factory Stack: bottom to top

Layer 1

Power and cooling

The hard ceiling. Token factories run at sustained load, never idle. Liquid cooling, rack power density, and grid reliability determine the upper bound on total token output. No software fix compensates for inadequate power delivery.

Layer 2

GPU hardware (B200, A100, L40S, RTX 6000 Pro)

Memory bandwidth, not FLOPS, determines decode throughput. NVLink 5 at ~1.8 TB/s per GPU on Blackwell determines how efficiently large models shard across cards. The GPU choice sets the ceiling for everything above it.

Layer 3

Inference engine (vLLM, SGLang, TensorRT-LLM)

Continuous batching, PagedAttention, and speculative decoding live here. Engine choice moves tokens-per-second by 20-40% on identical hardware. TensorRT-LLM with FP4 is the highest-throughput option on Blackwell, but vLLM has broader model support for diverse open-weight models. See the inference engine comparison. For hands-on setup, the vLLM deployment guide walks through it on GPU cloud.

Layer 4

KV cache management

PagedAttention prevents memory fragmentation and keeps GPU utilization high under concurrent load. Without efficient KV cache allocation, throughput degrades as queue depth grows: the GPU has the compute, but it cannot feed attention fast enough. The mechanics are in the KV cache explainer.

Layer 5

Request routing and scheduling

Load balancing, priority queuing, and disaggregated prefill-decode scheduling sit here. This layer converts raw GPU throughput into consistent p99 latency under variable traffic, the part that determines whether your SLA holds at 3am on a Monday when something goes viral.

Layer 6

API and billing

Token counting, rate limiting, authentication, and cost attribution. This is the layer that converts a GPU cluster into a product with a revenue model. Also, frankly, the most underestimated layer by engineering teams building token factories for the first time.

The fabric between these layers is tuned for inference communication patterns: small, frequent, never-synchronized, the opposite of what training all-reduce operations need. Co-packaged optical networking, announced at GTC 2026, specifically targets this latency on high-frequency token-streaming traffic.

For teams running batch jobs alongside interactive inference, the economics of each layer look different. The batch inference throughput economics post covers the offline tradeoffs.

Token Factory vs Training Cluster: Why the Same GPU Does Not Serve Both Equally

You can run inference on a training cluster. Teams do it constantly, usually because the training cluster is already sitting there and the inference budget has not been approved yet.

It works. It also leaves a lot on the table.

Training clusters optimize for MFU (model FLOP utilization) across multi-day runs. They use InfiniBand for high-bandwidth all-reduce. They are sized for peak training batch size, not hundreds of concurrent streaming requests. The latency characteristics that matter for training (time to complete a checkpoint) are different from those that matter for inference: time to first token on a user request.

A 1-megawatt cluster running Hopper GPUs generates approximately 180,000 tokens per second at maximum inference volume. The same power envelope on Blackwell B200 hardware produces roughly 10x that output (NVIDIA, 2026).

1 MW of Hopper at inference: ~180,000 tokens/sec. 1 MW of Blackwell at inference: ~1,800,000 tokens/sec. When inference is the workload, generation matters more than the power budget.

Token factory thinking pushes hardware selection toward inference-optimized SKUs, which are not always the same as training-optimal ones. The TTFT vs tokens per second guide explains which throughput metric matters for your application type, and how that changes the right GPU decision.

How to Calculate Your Tokens per Watt on GPU Cloud

You do not need to build a data center to run token factory math. GPU cloud makes it computable from a billing dashboard.

Here is a worked example at current packet.ai pricing:

Variable B200 ($3.75/hr) RTX 6000 Pro ($0.66/hr)
GPU TDP (approx.)1,000W300W
Peak tokens/sec (70B, TensorRT-LLM)~30,000~4,000
Tokens per watt30 tok/W13 tok/W
Cost per GPU-hour$3.75$0.66
Tokens per dollar (at 50% utilization)~14.4M~10.9M
Best model size fit70B+ / MoE13B-34B

The B200 produces more tokens per watt. The RTX 6000 Pro produces more tokens per dollar at typical utilization for smaller models. The right GPU for your token factory is not the fastest one. It is the one where your model fits in VRAM, your utilization is high enough to amortize the hourly cost, and the memory bandwidth profile matches your workload.

For smaller models (7B-13B), an L40S at $0.92/hr Dedicated or an A100 at $1.43/hr Dedicated often beats both on cost per token because aggressive batching with room to spare matters more than raw throughput. Run the math for your specific workload before committing to hardware.

Which GPUs Run Token Factories on packet.ai in 2026

Pricing verified from packet.ai/pricing as of September 2026.

GPU VRAM Generation Best fit From (packet.ai)
NVIDIA B200192 GB HBM3eBlackwell70B+, MoE, frontier serving$3.75/hr Dynamic
RTX 6000 Pro96 GB GDDR7Blackwell13B-34B, cost-optimized$0.66/hr Dynamic
L40S48 GB GDDR6Ada Lovelace7B-13B, image gen, multimodal$0.92/hr Dedicated
A100 80GB80 GB HBM2eAmpereProven 70B production, fine-tune$1.43/hr Dedicated
RTX 409024 GB GDDR6XAda Lovelace7B dev/test, lowest entry cost$0.39/hr Dedicated
RTX 509032 GB GDDR7BlackwellLaunching soonNotify me

For multi-node deployments, packet.ai GPU clusters use InfiniBand fabric with pricing typically 30% below retail on 12-month terms. 64-node B200 clusters land around $2.80-$3.20/GPU-hr committed. Monthly commits on any single-GPU tier save up to 20% against the hourly rate.

Running a Token Factory on GPU Cloud Without Building Your Own

Most teams reading this are not building data centers. They are renting GPU capacity and trying to make the inference economics work.

The good news: GPU cloud gives you token factory economics without capital expenditure, power procurement, or cooling engineering. On packet.ai, a $19M seed-backed GPU cloud built around AI inference, the relevant decision is which tier matches your workload pattern:

Dedicated PODs: production inference

  • Whole GPU card, single-tenant
  • Predictable p99 latency, zero scheduler interference
  • 99% SLA
  • Monthly commit saves up to 20%
  • Best for: always-on LLM serving, RAG, agents

Dynamic PODs: dev and batch

  • Shared GPU, same peak performance
  • Hourly billing, no commit, deploys in under 5 min
  • 30-40% cheaper than Dedicated
  • Latency within +-2-5% of Dedicated
  • Best for: fine-tuning, batch eval, dev testing

For teams that want to skip the serving infrastructure entirely, packet.ai Token Factory is a managed LLM inference API launching soon: model serving, request routing, and per-token billing through an OpenAI-compatible endpoint, with no GPU infrastructure to manage. Join the waitlist for early access.

Frequently asked questions

A token factory is a data center or GPU cluster built specifically to produce AI tokens at the lowest possible cost per watt. Jensen Huang introduced the term at NVIDIA GTC 2026 to mark the shift from training-focused infrastructure toward continuous inference production. The defining metric is tokens per watt: how many tokens the facility generates per unit of energy consumed.
Revenue = Tokens per Watt x Available Gigawatts. Tokens per Watt is the efficiency variable: inference output per unit of power. Available Gigawatts is the scale variable: total sustained power the facility can draw. For teams on GPU cloud, Available Gigawatts translates to GPU-hours you can afford; Tokens per Watt is the hardware and engine optimization problem.
Traditional data centers optimize for FLOPS, storage throughput, and uptime across mixed workloads. A token factory optimizes one metric, tokens per watt, across one workload type: continuous inference. Same GPU hardware, different networking fabric, cooling design, scheduling approach, and billing model. The practical difference shows up in p99 latency and cost per token under sustained load.
In 2026, the NVIDIA B200 leads for 70B+ and MoE workloads: 60,000 tokens/sec per GPU on gpt-oss with TensorRT-LLM at $0.02 per million tokens (NVIDIA InferenceMAX v1). For 13B-34B models, the RTX 6000 Pro at $0.66/hr Dynamic often wins on tokens per dollar because the efficiency gap narrows while the price gap widens.
Three compounding factors: reasoning models generate 5-10x more tokens per request; agentic workloads turn one user task into dozens of sequential inference calls; and production deployments grew faster than training runs. By 2026, inference crossed two-thirds of all AI compute (Deloitte). Training is still happening; it just stopped being the dominant share.
Yes. Dedicated GPU cloud gives you single-tenant cards with p99 SLAs, delivering the production inference characteristics of a token factory, without data center capex or power contracts. For teams that want to skip the serving stack entirely, packet.ai Token Factory is a managed inference API launching soon. Join the waitlist.
vLLM is the most widely deployed (continuous batching, PagedAttention, broad model support). SGLang is preferred for structured generation and agent workloads. TensorRT-LLM delivers the highest throughput on Blackwell via FP4 but has narrower model coverage. Most production token factories run one of these three, or switch between them by workload type. See the engine comparison guide for the full decision breakdown.

Last reviewed: September 21, 2026. Pricing verified from packet.ai/pricing. For GPU options suited to token factory workloads, browse cluster options or join the Token Factory waitlist, launching soon.

Waste less compute.

Same models. Same API. Fraction of the cost. Start free — no credit card required.

Start Building →

More from the blog