
Answer-first summary for fast verification
Answer: Provision an Azure OpenAI Service resource, select the DALL-E model, and submit textual descriptions to the model's API endpoint to generate images.
The correct answer is A. To use the DALL-E model in Azure OpenAI Service to generate images, you would first provision an Azure OpenAI Service resource. Then, you would select the DALL-E model, which is specifically designed for image generation based on textual descriptions. Finally, you would submit the textual descriptions to the model's API endpoint, and the model would generate images as responses.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You have been given the task of using the DALL-E model to generate images based on textual descriptions. Describe the steps you would take to use the DALL-E model in Azure OpenAI Service to generate images.
A
Provision an Azure OpenAI Service resource, select the DALL-E model, and submit textual descriptions to the model's API endpoint to generate images.
B
Use Azure CLI to create an Azure OpenAI Service resource, choose the GPT-3 model, and submit textual descriptions to generate images.
C
Deploy an Azure OpenAI Service resource using Azure PowerShell, select the Codex model, and submit textual descriptions to generate images.
D
Use Azure Resource Manager (ARM) templates to deploy an Azure OpenAI Service resource, choose the DALL-E model, and submit image URLs to generate textual descriptions.
No comments yet.