AIModelProperties interface

AI model properties.

Properties

description

An optional, free-form description of the model.

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.

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

spec

Specification of the model.

spec: ModelSpec

Property Value