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.