Skip to main content
Azure AI Foundry supports image input with models like Llama-3.2-11B-Vision-Instruct. You can use this to analyze images and get information about them.

Code

image_agent.py

Usage

1

Set up your virtual environment

2

Set your API key

3

Install dependencies

4

Run Agent

Save the code above as image_agent.py, then run: