Updated May 12, 2026

AI Chip Owners

Our estimates of how the world’s leading AI chips and compute capacity are distributed among major players and customer categories.

Download this data
Settings
View
Color by

Display

Show data as

More about this dataset

Documentation

Our AI Chip Owners explorer estimates how the world’s AI compute is distributed among major companies and customer categories. This is an open research project that relies on company disclosures and estimates from third-party analysts, building on our estimates of total AI chip sales. This explorer tracks ownership, not usage — most frontier AI developers do not own the chips they use for training and inference. This work is intended to inform the researchers and the public about the strategic landscape of the inputs to AI progress.

Our data and methodology are publicly accessible.

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 Owners'. Published online at epoch.ai. Retrieved from 'https://epoch.ai/data/ai-chip-owners' [online resource]. Accessed 29 Aug 2026.

BibTeX Citation

@misc{EpochAIChipOwners2026, title = {{Data on AI Chip Owners}}, author = {{Epoch AI}}, year = {2026}, month = {5}, url = {https://epoch.ai/data/ai-chip-owners}, note = {Accessed: 29 Aug 2026} }

Python Import

import pandas as pd # All tables are also bundled at https://epoch.ai/data/ai_chip_owners.zip cumulative_by_designer_url = "https://epoch.ai/data/ai_chip_owners_cumulative_by_designer.csv" cumulative_by_designer_df = pd.read_csv(cumulative_by_designer_url) quarters_by_chip_type_url = "https://epoch.ai/data/ai_chip_owners_quarters_by_chip_type.csv" quarters_by_chip_type_df = pd.read_csv(quarters_by_chip_type_url) cumulative_by_chip_type_url = "https://epoch.ai/data/ai_chip_owners_cumulative_by_chip_type.csv" cumulative_by_chip_type_df = pd.read_csv(cumulative_by_chip_type_url)

Frequently asked questions