Skip to content

model

An AI model — LLM, embedding model, or other ML model.

MetadataValue
Pluralmodels
Subtitle fieldprovider
Identityprovider, name
FieldType
providerstring
contextLengthinteger
contextWindowinteger
maxOutputinteger
pricingInputstring
pricingOutputstring
modalitystring[]
modelTypestring
quantizationstring
quantizationLevelstring
sizestring
parameterSizestring
formatstring
familystring
digeststring

External standards this shape draws from or aligns with. See Shape design principles for how prior art informs shape design.

  • Hugging Face Model Cards — Our provider/contextLength/modality/family/quantization/ parameterSize align with HF model-card metadata conventions.
  • Ollama /api/show + Modelfile — Our quantization/quantizationLevel/format/digest/parameterSize come directly from Ollama’s show-model response.
  • OpenRouter Models API — Our contextLength/contextWindow/maxOutput/pricingInput/ pricingOutput mirror OpenRouter’s model spec.