QuestionQ24
Implement AI solutions by using Microsoft FoundryYou have a Microsoft Foundry project that includes a vision-enabled chat model deployment.
You are developing a Python application that sends a request with a user prompt and a local JPEG image.
You need to include the image as binary data in the request. What should the image_url.ur1 field be set to?
- A data:image/jpeg;base64,<binary_image_data>
- B file:///C:/images/photo.jpg
- C C:\images\photo.jpg
- D https://<your-storage-account>.blob.core.windows.net/<container>/<file>.jpg
Community Discussion