pricing tier LUIS.S0

sebastien nest 1 Reputation point
2022-04-16T10:27:43.267+00:00

hi

Do you know why I receive such message and what is the plan I n eed to activate to avoid this error ?

The Analyze Image Operation under Computer Vision API (v3.2) is not supported with the current subscription key and pricing tier LUIS.S0

Thanks !

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

1 answer

Sort by: Most helpful
  1. YutongTie-MSFT 53,981 Reputation points Moderator
    2022-04-17T21:55:07.22+00:00

    Hello @sebastien nest

    Thanks for reaching out to us in Microsoft Q&A forum.

    LUIS.SO price tier only support Language Understanding Service and not support Computer Vision API.

    To use Computer Vision API 3.2, please create a Computer Vision resource(click this link to create) in the Azure portal to get your key and endpoint. After it deploys, click Go to resource.

    • You will need the key and endpoint from the resource you create to connect your application to the Computer Vision service. You'll paste your key and endpoint into the code below later in the quickstart.
    • You can use the free pricing tier (F0) to try the service, and upgrade later to a paid tier for production.

    This is the quickstart guidance, which can help you start Image Analyze smooth: https://learn.microsoft.com/en-us/azure/cognitive-services/computer-vision/quickstarts-sdk/image-analysis-client-library?tabs=visual-studio&pivots=programming-language-python

    Hope this helps, please let me know if you have further question and we are glad to help.

    Regards,
    Yutong

    -Please kindly accept the answer if you feel helpful, thanks a lot.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.