Uses of Class
com.azure.ai.openai.models.ImageGenerations
Packages that use ImageGenerations
-
Uses of ImageGenerations in com.azure.ai.openai
Methods in com.azure.ai.openai that return ImageGenerationsModifier and TypeMethodDescriptionOpenAIClient.getImageGenerations(String deploymentOrModelName, ImageGenerationOptions imageGenerationOptions) Creates an image given a prompt.Methods in com.azure.ai.openai that return types with arguments of type ImageGenerationsModifier and TypeMethodDescriptionOpenAIAsyncClient.getImageGenerations(String deploymentOrModelName, ImageGenerationOptions imageGenerationOptions) Creates an image given a prompt.