Uses of Class
org.springframework.ai.openai.OpenAiImageOptions
Packages that use OpenAiImageOptions
-
Uses of OpenAiImageOptions in org.springframework.ai.model.openai.autoconfigure
Methods in org.springframework.ai.model.openai.autoconfigure that return OpenAiImageOptions -
Uses of OpenAiImageOptions in org.springframework.ai.openai
Methods in org.springframework.ai.openai that return OpenAiImageOptionsModifier and TypeMethodDescriptionOpenAiImageOptions.Builder.build()OpenAiImageModel.getOptions()Gets the image options for this model.Methods in org.springframework.ai.openai with parameters of type OpenAiImageOptionsModifier and TypeMethodDescriptionOpenAiImageOptions.Builder.from(OpenAiImageOptions fromOptions) Constructors in org.springframework.ai.openai with parameters of type OpenAiImageOptionsModifierConstructorDescriptionOpenAiImageModel(@Nullable com.openai.client.OpenAIClient openAIClient, @Nullable OpenAiImageOptions options) Creates a new OpenAiImageModel with the given OpenAI client and options.OpenAiImageModel(@Nullable com.openai.client.OpenAIClient openAiClient, @Nullable OpenAiImageOptions options, @Nullable io.micrometer.observation.ObservationRegistry observationRegistry) Creates a new OpenAiImageModel with all configuration options.OpenAiImageModel(@Nullable OpenAiImageOptions options) Creates a new OpenAiImageModel with the given options.OpenAiImageModel(@Nullable OpenAiImageOptions options, @Nullable io.micrometer.observation.ObservationRegistry observationRegistry) Creates a new OpenAiImageModel with the given options and observation registry.