An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
Zsolt Nagy Greetings & Welcome to Microsoft Q&A forum!
Hi I would like to upload pictures to azure ai. gpt probably. And let ai describe what's on the images. How can I do that? Is there a tutorial to follow?
Did you get a chance to see Sedat response?
You can use Azure AI Vision. Azure AI Vision can analyze an image and generate a human-readable phrase that describes its contents.
You can also use API. The image description feature is part of the Analyze Image API. You can call this API through a native SDK or through REST calls. Include Description in the visualFeatures query parameter. Then, when you get the full JSON response, parse the string for the contents of the "description" section.
Also, you can use GPT-4 Turbo with Vision. See Azure OpenAI enterprise chat with images using GPT-4 Turbo with Vision and Use images in your AI chats
GPT-4o integrates text and images in a single model, enabling it to handle multiple data types simultaneously. See below for example.
Do let me know if that helps or have any other queries.
If the response helped, please do click Accept Answer and Yes for was this answer helpful.