Updated Mar. 6, 2026

AI Models

Our comprehensive database of over 3200 models tracks key factors driving machine learning progress.

Download this data
Settings

Graph

Color by

Display

Show regresions as

Filter

More about this dataset

Documentation

Models in this dataset have been collected from various sources, including literature reviews, Papers With Code, historical accounts, highly-cited publications, proceedings of top conferences, and suggestions from individuals. The list of models is non-exhaustive, but aims to cover most models that were state-of-the-art when released, have over 1000 citations, one million monthly active users, or an equivalent level of historical significance. Additional information about our approach to measuring parameter counts, dataset size, and training compute can be found in the accompanying documentation.

Frequently asked questions

What is a notable model?

How was the AI Models dataset created?

What are notable, frontier, and large-scale models?

Why are the number of models in the database and the results in the explorer different?

How is the data licensed?

How do you estimate details like training compute?

How accurate is the data?

What are the question marks in some plots?

How up-to-date is the data?

How can I access this data?

Who can I contact with questions or comments about the data?

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 Models"'. Published online at epoch.ai. Retrieved from 'https://epoch.ai/data/ai-models/' [online resource]. Accessed 9 Mar 2026.

BibTeX Citation

@misc{EpochAIModels2025, title = {"Data on AI Models"}, author = {{Epoch AI}}, year = {2025}, month = {7}, url = {https://epoch.ai/data/ai-models/}, note = {Accessed: 9 Mar 2026} }

Python Import

import pandas as pd data_url = "https://epoch.ai/data/all_ai_models.csv" models_df = pd.read_csv(data_url)