
The AI infrastructure: Google's TPUs and NVIDIA GPUs for training and inference at scale — the power behind Gemini, for rent.
Google trains Gemini on its own TPUs — the same ones (Trillium, Ironwood) can be rented by the hour, in pods of thousands of interconnected chips. Alongside, NVIDIA GPUs (H100, H200, B200) for the CUDA ecosystem. For a company the issue isn't the chip: it's sizing, scheduling and paying the right amount.


Fine-tuning ≠ pretraining: almost always you need GPU hours, not a TPU pod — the bill says thanks.
DWS and spot for patient jobs: the same GPU at a fraction of the price.
Quantization, batching and autoscaling: cost per request is the metric that counts.
The dataset close to the compute (regional Cloud Storage): the GPU mustn't wait for the disk.
For AI on GCP you choose the silicon: TPUs (Trillium/v5) accelerate training and inference of large models with the pod as the unit of scale (dedicated ICI interconnect), NVIDIA GPUs (H100/H200/B200 on A3/A4) cover the CUDA ecosystem; the AI Hypercomputer combines silicon, storage (Hyperdisk ML, Parallelstore) and scheduling (DWS: calendar and flex start) for capacity when needed; multislice scales the training beyond the single pod.
Open models specialized on your data.
The AI service with SLAs and cost per request.
HPC and training when the project demands it.