Skip to main content

Open Dataset: AI Compute Card Specification Library

MirrorFrog organizes the full chip specifications behind the site into a machine-readable open dataset, freely available for research, teaching, secondary development, and cross-comparison. The data is continuously updated with the site, covering mainstream and emerging AI accelerators from NVIDIA, AMD, Intel, Google TPU, AWS, Huawei Ascend, Cambricon, Moore Threads, and more.

Download

FileDescriptionDirect Link
chips.jsonFull specs of 188 chips (architecture, process, compute, memory, bandwidth, TDP, etc.)/chips.json
pricing.jsonReference pricing and currency per chip (some estimated / undisclosed, marked null)/pricing.json

Note: Both files are auto-generated from the docs/cards/** Markdown sources by a prebuild script before npm run build; the source files are the source of truth for specs.

Field Documentation (chips.json)

FieldTypeDescription
idstringUnique chip identifier (used for comparison pages and links)
titlestringDisplay name
vendorstringVendor (nvidia / amd / huawei / cambricon / google …)
slugstringCorresponding card page path, e.g. /docs/cards/nvidia/h100
descriptionstringOne-line summary
keywordsstring[]SEO keywords
tdpWnumberParsed TDP value (watts)
fp16Tflopsnumber | nullFP16 compute (parsed numeric; null if missing)
specs.releasestringRelease date
specs.architecturestringArchitecture name
specs.processstringProcess node
specs.memory.capacitystringMemory capacity
specs.memory.bandwidthstringMemory bandwidth
specs.compute.fp32 / fp64 / fp8stringCompute per precision (raw text)
specs.tdpstringTDP raw text

License

The dataset is released under CC BY 4.0 (Attribution 4.0 International). You are free to copy, distribute, modify, and use it commercially, provided you give appropriate credit: MirrorFrog (https://mirrorfrog.com).

How to Cite

Text format:

MirrorFrog. AI Compute Card Dataset. https://mirrorfrog.com/docs/open-dataset

BibTeX:

@misc{mirrorfrog2026,
title = {AI Compute Card Dataset},
author = {MirrorFrog},
year = {2026},
howpublished = {\url{https://mirrorfrog.com/docs/open-dataset}},
note = {CC BY 4.0}
}

Suggested Uses

  • Cross-study research: Use chips.json for quantitative analysis of compute / energy efficiency / memory across generations.
  • Tool integration: Plug the dataset into your own selector, table, or visualization.
  • Redistribution: Embed this dataset into your product or report, with attribution.

If you spot data discrepancies, please submit a correction via the feedback entry on any site page.