QuestionQ2

Implement AI solutions by using Microsoft Foundry

You have a Microsoft Foundry project containing a vision-enabled model deployment.

You use the Azure OpenAI Responses API to send a prompt to the model. You need to supply an image for analysis.

Which content item should be included in the request?

  • A image_generation
  • B output_image
  • C input_image
  • D image_base64
Explanation

For a vision-enabled model, the Azure OpenAI Responses API uses an input_image content item to provide an image for analysis. Its image_url field can contain either an image URL or a Base64-encoded image as a data URL.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!