Uses of Class
org.springframework.ai.openai.api.OpenAiImageApi
Packages that use OpenAiImageApi
-
Uses of OpenAiImageApi in org.springframework.ai.openai
Constructors in org.springframework.ai.openai with parameters of type OpenAiImageApiModifierConstructorDescriptionOpenAiImageModel(OpenAiImageApi openAiImageApi) Creates an instance of the OpenAiImageModel.OpenAiImageModel(OpenAiImageApi openAiImageApi, OpenAiImageOptions options, org.springframework.retry.support.RetryTemplate retryTemplate) Initializes a new instance of the OpenAiImageModel.OpenAiImageModel(OpenAiImageApi openAiImageApi, OpenAiImageOptions options, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) Initializes a new instance of the OpenAiImageModel. -
Uses of OpenAiImageApi in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return OpenAiImageApi