Uses of Class
org.springframework.ai.openaisdk.AbstractOpenAiSdkOptions
Packages that use AbstractOpenAiSdkOptions
Package
Description
Spring AI integration with the official OpenAI Java SDK.
-
Uses of AbstractOpenAiSdkOptions in org.springframework.ai.model.openaisdk.autoconfigure
Modifier and TypeClassDescriptionstatic classclassOpenAI SDK Chat autoconfiguration properties.classclassclassOpenAI SDK Image autoconfiguration properties.Methods in org.springframework.ai.model.openaisdk.autoconfigure with parameters of type AbstractOpenAiSdkOptionsModifier and TypeMethodDescriptionOpenAiSdkAutoConfigurationUtil.resolveConnectionProperties(AbstractOpenAiSdkOptions commonProperties, AbstractOpenAiSdkOptions modelProperties) -
Uses of AbstractOpenAiSdkOptions in org.springframework.ai.openaisdk
Subclasses of AbstractOpenAiSdkOptions in org.springframework.ai.openaisdkModifier and TypeClassDescriptionclassConfiguration information for the Chat Model implementation using the OpenAI Java SDK.classConfiguration information for the Embedding Model implementation using the OpenAI Java SDK.classConfiguration information for the Image Model implementation using the OpenAI Java SDK.