This repository contains a simple console application written in .NET 8 to demonstrate how to get an image description by using Large Language Models from OpenAI and/or Azure OpenAI using the Azure.AI.OpenAI NuGet package.
You need to create an OpenAI account on this website. You have to pay to use the API so make sure that you add your payment information. After that, you can create an API Key here for further use. If you have access to an Azure OpenAI instance you can also use this instance for the demo application.
Just run the app and follow the steps displayed on the screen.
Here you can see the console application in action:
First you need to select the host.
If you select OpenAI you need to select the used Large Language Model.
After providing a path to the picture file, you will get the image description and also the used tokens. Here is the sample using GPT-4 Turbo.
Here is the sample using GPT-4o.
If you are more interested into details, please see the following posts on medium.com or in my personal blog: