Uses of Class
org.springframework.ai.image.ImagePrompt
Packages that use ImagePrompt
Package
Description
Provides classes for observing image data.
Spring AI integration with the official OpenAI Java SDK.
-
Uses of ImagePrompt in org.springframework.ai.azure.openai
Methods in org.springframework.ai.azure.openai with parameters of type ImagePrompt -
Uses of ImagePrompt in org.springframework.ai.image
Subinterfaces with type arguments of type ImagePrompt in org.springframework.ai.imageMethods in org.springframework.ai.image with parameters of type ImagePrompt -
Uses of ImagePrompt in org.springframework.ai.image.observation
Subclasses with type arguments of type ImagePrompt in org.springframework.ai.image.observationModifier and TypeClassDescriptionclassContext used to store metadata for image model exchanges.Methods in org.springframework.ai.image.observation with parameters of type ImagePromptModifier and TypeMethodDescriptionImageModelObservationContext.Builder.imagePrompt(ImagePrompt imagePrompt) -
Uses of ImagePrompt in org.springframework.ai.openai
Methods in org.springframework.ai.openai with parameters of type ImagePrompt -
Uses of ImagePrompt in org.springframework.ai.openaisdk
Methods in org.springframework.ai.openaisdk with parameters of type ImagePromptModifier and TypeMethodDescriptionOpenAiSdkImageModel.call(ImagePrompt imagePrompt) com.openai.models.images.ImageGenerateParamsOpenAiSdkImageOptions.toOpenAiImageGenerateParams(ImagePrompt imagePrompt) -
Uses of ImagePrompt in org.springframework.ai.stabilityai
Methods in org.springframework.ai.stabilityai with parameters of type ImagePromptModifier and TypeMethodDescriptionStabilityAiImageModel.call(ImagePrompt imagePrompt) Calls the StabilityAiImageModel with the given StabilityAiImagePrompt and returns the ImageResponse. -
Uses of ImagePrompt in org.springframework.ai.zhipuai
Methods in org.springframework.ai.zhipuai with parameters of type ImagePrompt