QuestionQ8

Identify AI concepts and capabilities

For each statement below, select Yes when it is true; otherwise, select No.

Yes or No
StatementsYesNo
In the Foundry playground, you can upload a local image and include text in the same message when prompting a multimodal model.
When using the OpenAI Responses API and a vision-enabled model, images can be provided only as base64-encoded image data.
Prompts that include images require deploying a text-only model because multimodal capabilities are handled by the application layer.
Explanation

Azure AI Foundry playground supports multimodal prompts containing image and text content. The Responses API accepts image inputs as an external URL, a base64 data URL, or an uploaded file ID. Image input is processed by vision-capable multimodal models, not text-only deployments.

Learn more

Community Discussion

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