Exam AI-901 Topic 1 Question 69 Discussion
Actual exam question for Microsoft's AI-901 exam
Question #: 69
Topic #: 1
Question #: 69
Topic #: 1
You have a Microsoft Foundry project that contains a vision-enabled model deployment.
You use the Azure OpenAI Responses API to send a prompt to the model.
You need to provide an image for analysis.
Which content item should you include in the request?
You use the Azure OpenAI Responses API to send a prompt to the model.
You need to provide an image for analysis.
Which content item should you include in the request?
Suggested Answer: C Vote an answer
When sending an image for analysis using the Azure OpenAI Responses API within a Microsoft Foundry project, you must include a content item object with the type input_image in the message payload.
Required Content Object Structure
Unlike the standard Chat Completions API (which uses type: "image_url"), the Responses API explicitly structures a multimodal image input as a separate block with the following properties:
type: Must be explicitly set to "input_image".
image_url: A dictionary or a direct parameter containing the target location of the image.
Reference:
https://learn.microsoft.com/en-us/azure/foundry/openai/how-to/responses
Required Content Object Structure
Unlike the standard Chat Completions API (which uses type: "image_url"), the Responses API explicitly structures a multimodal image input as a separate block with the following properties:
type: Must be explicitly set to "input_image".
image_url: A dictionary or a direct parameter containing the target location of the image.
Reference:
https://learn.microsoft.com/en-us/azure/foundry/openai/how-to/responses
by Werner at Jul 12, 2026, 02:17 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).