model
An AI model — LLM, embedding model, or other ML model.
| Metadata | Value |
|---|---|
| Plural | models |
| Subtitle field | provider |
| Identity | provider, name |
Fields
Section titled “Fields”| Field | Type |
|---|---|
provider | string |
contextLength | integer |
contextWindow | integer |
maxOutput | integer |
pricingInput | string |
pricingOutput | string |
modality | string[] |
modelType | string |
quantization | string |
quantizationLevel | string |
size | string |
parameterSize | string |
format | string |
family | string |
digest | string |
Prior art
Section titled “Prior art”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.
Skills that produce this shape
Section titled “Skills that produce this shape”- openrouter —
list_models - claude —
list_models,list_models_cli - ollama —
list_models,list_models_cli