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

Version 1 Next »

To check your Azure OpenAI model quotas, you can follow these steps:

  1. Azure OpenAI Studio:

    • Navigate to the Azure OpenAI Studio.

    • Sign in with your Azure credentials.

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

    • Select “Show all quota” option

      image-20250205-152210.png

  2. Azure Portal:

    • 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.

  3. Azure CLI:

    • Use the Azure Command-Line Interface (CLI) to check your quotas.

    • Run the following command to list your Azure OpenAI resources:

      az cognitiveservices usage list --location <region>

  • No labels