ChatModelDeploymentProperties interface

Defines a deployment binding a specific model family to a user-defined deployment name for chat inference.

Properties

capacity

Provisioned SKU capacity units for this chat model deployment.

modelFormat

Model format as published by the provider. Verify supported formats per region using the Model Catalog API.

modelName

Canonical provider model name available in the selected region. Verify supported values per region using the Model Catalog API.

modelVersion

Provider-published version of the selected model.

provisioningState

The status of the last operation.

skuName

SKU tier used by this chat model deployment.

Property Details

capacity

Provisioned SKU capacity units for this chat model deployment.

capacity?: number

Property Value

number

modelFormat

Model format as published by the provider. Verify supported formats per region using the Model Catalog API.

modelFormat: string

Property Value

string

modelName

Canonical provider model name available in the selected region. Verify supported values per region using the Model Catalog API.

modelName: string

Property Value

string

modelVersion

Provider-published version of the selected model.

modelVersion?: string

Property Value

string

provisioningState

The status of the last operation.

provisioningState?: string

Property Value

string

skuName

SKU tier used by this chat model deployment.

skuName?: string

Property Value

string