Updated Sep. 9, 2026

AI Chip Users

Our estimates of how much computing power is used by the world's largest AI developers

Download this data
Settings

More about this dataset

Documentation

The AI Chip Users explorer estimates how much compute the world’s leading AI developers use for research, training, and inference, measured in the equivalent number of Nvidia H100 GPUs (H100e). This is distinct from how much compute is owned by these companies. This work supplements our analysis of overall AI Chip Sales, AI Chip Owners, and major AI Data Centers.

Downloads

Citations

Epoch AI’s data is free to use, distribute, and reproduce provided the source and authors are credited under the Creative Commons Attribution license.

Citation

Epoch AI, 'Data on AI Chip Users'. Published online at epoch.ai. Retrieved from 'https://epoch.ai/data/ai-chip-users' [online resource]. Accessed 9 Sep 2026.

BibTeX Citation

@misc{EpochAIChipUsers2026, title = {{Data on AI Chip Users}}, author = {{Epoch AI}}, year = {2026}, month = {9}, url = {https://epoch.ai/data/ai-chip-users}, note = {Accessed: 9 Sep 2026} }

Python Import

import pandas as pd base = "https://epoch.ai/data/" year_end_url = base + "ai_chip_users_year_end_by_lab.csv" year_end_df = pd.read_csv(year_end_url) intermediates_url = base + "ai_chip_users_intermediates_by_lab.csv" intermediates_df = pd.read_csv(intermediates_url)

Frequently asked questions