Build a model inventory and identify models supporting a modality or tools.
- Entries
- 280
- Period covered
- Not a time series
- File Git modification
- 2026-09-08
- Source refresh
- Not recorded per entry
The Git date reflects the last committed change, not necessarily local edits or new observations.
Context in tokens; parameters in billions. Identifiers and technical fields retain their source language.
INTERACTIVE PREVIEW
Explore data
Loading preview…
Sources and limitations
AI models
The catalog may include legacy models. The open field is not a license. estimated flags estimated fields; no per-model environmental footprint is provided.
Field dictionary
| Field | Definition |
|---|---|
name | Source name |
vendor | Model vendor |
open | Openness indicator; check the license |
pattern | Name-matching expression |
type | Model or hardware type |
architecture | Architecture |
parameters | Active / total parameters (billions) |
context | Context window (tokens) |
input | Input modalities |
output | Output modalities |
reasoning | Recorded reasoning capability |
tools | Tool support |
providers | Hosted identifiers by provider |
sources | Source URLs |
estimated | Estimated fields |
corpus | Corpus size; check source unit |
dimension | Representation dimension |
hidden_dimension | Model hidden dimension |
Reuse and cite
These data are published under ODbL 1.0. Read the license for reuse, attribution and sharing conditions. ODbL 1.0 ↗
Digital4Better Open Data — ai/models.json · ODbL 1.0 · https://github.com/digital4better/data
JavaScript example
const response = await fetch("https://digital4better.github.io/data/ai/models.json");
if (!response.ok) throw new Error(String(response.status));
const data = await response.json();
console.log(data);Report an issue or suggest a correction ↗