WilliamJiamin/runthismodel-gpu-compatibility
RunThisModel.com — GPU Compatibility Database A curated, machine-readable dataset of 145+ open-source AI models with exact VRAM requirements per quantization, plus crowd-sourced inference benchmarks across 100+ consumer and datacenter GPUs. Maintained by RunThisModel.com — refreshed daily. Files File Description curated-models.json 145+ models with full quantization table, license, HF download counts, file sizes community-benchmarks.json… See the full description on the dataset page: https://huggingface.co/datasets/WilliamJiamin/runthismodel-gpu-compatibility.
RunThisModel.com — GPU Compatibility Database
A curated, machine-readable dataset of 145+ open-source AI models with exact VRAM requirements per quantization, plus crowd-sourced inference benchmarks across 100+ consumer and datacenter GPUs.
Maintained by RunThisModel.com — refreshed daily.
Files
Schema
curated-models.json
Each entry: { id, name, author, parameterCount, category, license, quantizations[] } where quantizations[] is [{ quantType, fileSizeGb, vramRequiredGb, ramRequiredGb, qualityScore, bitsPerWeight }].
community-benchmarks.json
Each entry: { modelId, gpu, quantType, tokensPerSec, contextLength, submittedAt }.
Use cases
- Train a "what should I run on my GPU?" classifier
- Benchmark new quantization techniques against real hardware
- Power local-LLM tooling (LM Studio plugins, Ollama recipes)
- Feed ranking systems for model recommendation
Live tool
If you want compatibility scoring with a UI: [runthismodel.com](https://runthismodel.com) — auto-detects your GPU and grades 145+ models S through F.
License
CC-BY-4.0. Use freely with attribution.
Citation
@misc{runthismodel2026,
title={RunThisModel: GPU Compatibility Database},
author={RunThisModel.com},
year={2026},
url={https://huggingface.co/datasets/williamjiamin/runthismodel-gpu-compatibility}
}