@googledevs: Build, train, serve. The new TPU Developer Hub is live. Access documentation and framework recipes in one place to buil…
Summary
Google launched the TPU Developer Hub, a centralized resource with documentation and framework recipes for building, training, and serving AI on Google Cloud TPUs, supporting JAX, PyTorch, and vLLM.
View Cached Full Text
Cached at: 07/15/26, 07:58 PM
Build, train, serve. ✨
The new TPU Developer Hub is live. Access documentation and framework recipes in one place to build and train AI on Google Cloud TPUs → https://t.co/J7l5smTQQu https://t.co/GpZiM7oKXH
TPU Developer Hub
Source: https://cloud.google.com/products/tpu/tpu-developer
Build and deploy with Google Cloud TPUs
Find the resources you need to build, train, and serve AI on Google Cloud TPUs. Accelerate your entire life cycle, from pre-training to production-ready serving, with vLLM, JAX, and PyTorch.

Scale model pre-training on TPUs
Achieve higher training throughput using JAX, PyTorch, and Keras on TPUs
Similar Articles
Here’s how our TPUs power increasingly demanding AI workloads.
Google explains how its custom Tensor Processing Units (TPUs) are designed to handle massive AI workloads, highlighting the latest generation's ability to process 121 exaflops of compute power.
@vivekgalatage: It's super interesting to know the system architecture of the TPUs. https://henryhmko.github.io/posts/tpu/tpu.html…
A deep dive into Google's TPU architecture, explaining the design philosophy of systolic arrays, pipelining, and ahead-of-time compilation that enables high throughput and energy efficiency.
The eighth-generation TPU: An architecture deep dive
Google unveils eighth-generation TPU 8t and TPU 8i, purpose-built for massive pre-training and inference with SparseCore, native FP4, and 9,600-chip superpods to power world models and agentic AI.
We're launching two specialized TPUs for the agentic era.
Google announces the launch of two new specialized TPU chips, TPU 8i and TPU 8t, designed to optimize AI agent reasoning and large model training respectively.
Google just unveiled its newest AI chips
Google unveiled eighth-gen TPUs (8t/8i) and a new Gemini Enterprise Agent Platform at Cloud Next, while revealing 75% of new Google code is now AI-generated.
Elastic training with MaxText What happens when one machine dies in the middle of a multi-node training run? In this article we’ll explore a possible answer, called elastic training, using the JAX AI stack (MaxText and Pathway) and on Cloud TPUs. Blog
Build an LLM with JAX Build a GPT-2 style language model with 20 million parameters from scratch using JAX, the open-source library behind Google’s Gemini, Veo, and Nano Banana models. Course
How to scale your model Training LLMs often feels like alchemy, but understanding and optimizing the performance of your models doesn’t have to. This book aims to demystify the science of scaling language models. ebook
A developer’s guide to training with Ironwood TPUs This technical overview explores the specific methods and tools within the JAX and MaxText ecosystems designed to refine training efficiency and reach peak performance on Ironwood hardware. Guide
Inside the optimization of FP8 training on Ironwood Google’s Ironwood chips are our first TPUs to support 8-bit floating point precision, helping to accelerate AI training and inference by reducing memory usage and increasing throughput. Blog
MaxText High performance, highly scalable, open-source LLM library and reference implementation written in pure Python/JAX and targeting Google Cloud TPUs and GPUs for training. Tutorial