Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 6 Next »

To check to see one’s Azure OpenAI model quota, use one of these 3 alternatives approaches:

Azure OpenAI Studio

  • In a browser, go to Azure OpenAI Studio.

  • Provide Azure credentials.

  • Click on the "Quotas" tab to view the current quota usage and limits.

  • Select the Show all quota option:

    image-20250205-152210.png

Azure Portal

  • In a browser, log in to the Azure Portal.

  • Select your Azure OpenAI resource.

  • In the resource menu, click on "Usage + quotas" to see detailed information about your quotas and current usage.

Azure CLI

  • From the Azure Command-Line Interface (CLI), run the following command to list one’s Azure OpenAI resources:

    az cognitiveservices usage list --location <region>

  • No labels