CATALOG
All models
Full catalog of 17,043 indexed models. Filter by family, size, author, license, or data availability. Data refreshed hourly from Hugging Face.
API Rebuilt hourly · same schema
Take the whole catalog via one endpoint.
Filter, page, dump, walk the taxonomy. Every row you see below is machine-readable in one call.
Four shapes cover most use
Full guide · 12 recipes →GET · filter
A slice of the catalog
/models?family=qwen&method=M4&limit=1000 up to 1,000 rows5–300 cr
GET · one record
One model, full JSON card
/models/{author%2Fname} 46 fields · files · benchmarks10 cr
GET · dump
Everything, page by page
/models?sort=first_seen&limit=1000&offset=N quadratic offset price5 → 5,100 cr
GET · taxonomy
M-code method breakdown
/methods · /methods/{id} counts, top authors5 cr
Try it — mirrors this page reflecting your active filters
curl -H "Authorization: Bearer $ABL_KEY" \
"https://abliteration.org/api/v1/models?method=M3&author=com-kotobalabs&sort=popular&limit=1000"