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. |
| model |
Model format as published by the provider. Verify supported formats per region using the Model Catalog API. |
| model |
Canonical provider model name available in the selected region. Verify supported values per region using the Model Catalog API. |
| model |
Provider-published version of the selected model. |
| provisioning |
The status of the last operation. |
| sku |
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