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) OpenAiImageModel.Builder.options(@Nullable OpenAiImageOptions options) Constructors in org.springframework.ai.openai with parameters of type OpenAiImageOptionsModifierConstructorDescriptionOpenAiImageModel(@Nullable com.openai.client.OpenAIClient openAIClient, @Nullable OpenAiImageOptions options) Deprecated.OpenAiImageModel(@Nullable com.openai.client.OpenAIClient openAiClient, @Nullable OpenAiImageOptions options, @Nullable io.micrometer.observation.ObservationRegistry observationRegistry) Deprecated.useOpenAiImageModel.builder()instead.OpenAiImageModel(@Nullable OpenAiImageOptions options) Deprecated.useOpenAiImageModel.builder()instead.OpenAiImageModel(@Nullable OpenAiImageOptions options, @Nullable io.micrometer.observation.ObservationRegistry observationRegistry) Deprecated.useOpenAiImageModel.builder()instead.
OpenAiImageModel.builder()instead.