Azure Computer Vision exceeding limit despite S1 pricing tier

Vedant Modi 26 Reputation points
2021-07-29T13:26:21.317+00:00

I get this error when I try to run a code utilizing Azure Computer Vision.

azure.cognitiveservices.vision.computervision.models._models_py3.ComputerVisionErrorResponseException: 
    (429) Requests to the Analyze Image Operation under Computer Vision API (v3.2) have exceeded rate limit of your current ComputerVision S1 pricing tier. Please retry after 1 second. 
    Please contact Azure support service if you would like to further increase the default rate limit.

According to this, https://azure.microsoft.com/en-in/pricing/details/cognitive-services/computer-vision/, the S1 tier allows 10 transactions per second. Even after several minutes of inactivity, I get the same error. What am I missing out? What is the solution?

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
345 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,731 Reputation points
    2021-07-30T03:33:25.997+00:00

    @Vedant Modi Thanks, Using analyze image API, we are able to see response as shown below. Here is quick-start sample using SDK and REST API.
    119236-image.png

    0 comments No comments