AIModelProperties interface
AI model properties.
Properties
| description | An optional, free-form description of the model. |
| model |
The Hugging Face model identifier in |
| spec | Specification of the model. |
Property Details
description
An optional, free-form description of the model.
description?: string
Property Value
string
modelId
The Hugging Face model identifier in <org>/<repo> form, e.g. microsoft/Phi-4-mini-instruct. Uniquely identifies the upstream model that backs this catalog entry.
modelId: string
Property Value
string