az aimanager model

Note

This reference is part of the aimanager extension for the Azure CLI (version 2.61.0 or higher). The extension will automatically install the first time you run an az aimanager model command. Learn more about extensions.

Browse the AI model catalog and estimate deployment cost.

AI models are read-only, platform-maintained catalog entries scoped to an Azure region. Use 'az aimanager model list' to discover the models available in a region and their resource names, which can then be passed to 'az aimanager namespace modeldeployment add --model-resource-id'.

Commands

Name Description Type Status
az aimanager model calculate-cost

Calculate the estimated cost of deploying an AI model in a region.

Extension GA
az aimanager model list

List the AI models available in a region.

Extension GA
az aimanager model show

Show the details of an AI model in the catalog.

Extension GA

az aimanager model calculate-cost

Calculate the estimated cost of deploying an AI model in a region.

Returns a ranked list of GPU SKU pricing plans for deploying the model in the target region, each annotated with feasibility, per-replica hourly cost, and estimated relative performance. Feasible plans are returned first, ordered by total hourly price ascending. No Azure or Kubernetes resources are provisioned by this command. Prices describe a single replica; multiply by the desired replica count, bounded by maxAvailableReplicas.

az aimanager model calculate-cost --location
                                  --name
                                  [--acquire-policy-token]
                                  [--change-reference]

Examples

Calculate the cost of deploying a model

az aimanager model calculate-cost -l eastus2 -n 9806f0c862fdd920

Show the pricing plans as a table

az aimanager model calculate-cost -l eastus2 -n 9806f0c862fdd920 -o table

Required Parameters

--location -l

The Azure region hosting the AI model catalog.

--name -n

The name of the AI model. This is an opaque, stable identifier derived from the model ID; use "az aimanager model list" to discover it.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--acquire-policy-token

Acquiring an Azure Policy token automatically for this resource operation.

Property Value
Parameter group: Global Policy Arguments
--change-reference

The related change reference ID for this resource operation.

Property Value
Parameter group: Global Policy Arguments
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False

az aimanager model list

List the AI models available in a region.

az aimanager model list --location

Examples

List the AI models in a region

az aimanager model list -l eastus2

List the AI models in a region as a table

az aimanager model list -l eastus2 -o table

Required Parameters

--location -l

The Azure region hosting the AI model catalog.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False

az aimanager model show

Show the details of an AI model in the catalog.

az aimanager model show --location
                        --name

Examples

Show an AI model

az aimanager model show -l eastus2 -n 9806f0c862fdd920

Required Parameters

--location -l

The Azure region hosting the AI model catalog.

--name -n

The name of the AI model. This is an opaque, stable identifier derived from the model ID; use "az aimanager model list" to discover it.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False