Uses of Class
org.springframework.ai.openai.api.OpenAiApi
Packages that use OpenAiApi
-
Uses of OpenAiApi in org.springframework.ai.openai
Methods in org.springframework.ai.openai with parameters of type OpenAiApiModifier and TypeMethodDescriptionConstructors in org.springframework.ai.openai with parameters of type OpenAiApiModifierConstructorDescriptionOpenAiChatModel(OpenAiApi openAiApi) Deprecated.Use OpenAiChatModel.Builder.OpenAiChatModel(OpenAiApi openAiApi, OpenAiChatOptions options) Deprecated.Use OpenAiChatModel.Builder.OpenAiChatModel(OpenAiApi openAiApi, OpenAiChatOptions options, FunctionCallbackResolver functionCallbackResolver, List<FunctionCallback> toolFunctionCallbacks, org.springframework.retry.support.RetryTemplate retryTemplate) Deprecated.Use OpenAiChatModel.Builder.OpenAiChatModel(OpenAiApi openAiApi, OpenAiChatOptions options, FunctionCallbackResolver functionCallbackResolver, List<FunctionCallback> toolFunctionCallbacks, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) Deprecated.Use OpenAiChatModel.Builder or OpenAiChatModel(OpenAiApi, OpenAiChatOptions, ToolCallingManager, RetryTemplate, ObservationRegistry).OpenAiChatModel(OpenAiApi openAiApi, OpenAiChatOptions options, FunctionCallbackResolver functionCallbackResolver, org.springframework.retry.support.RetryTemplate retryTemplate) Deprecated.Use OpenAiChatModel.Builder.OpenAiChatModel(OpenAiApi openAiApi, OpenAiChatOptions defaultOptions, ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) OpenAiEmbeddingModel(OpenAiApi openAiApi) Constructor for the OpenAiEmbeddingModel class.OpenAiEmbeddingModel(OpenAiApi openAiApi, MetadataMode metadataMode) Initializes a new instance of the OpenAiEmbeddingModel class.OpenAiEmbeddingModel(OpenAiApi openAiApi, MetadataMode metadataMode, OpenAiEmbeddingOptions openAiEmbeddingOptions) Initializes a new instance of the OpenAiEmbeddingModel class.OpenAiEmbeddingModel(OpenAiApi openAiApi, MetadataMode metadataMode, OpenAiEmbeddingOptions options, org.springframework.retry.support.RetryTemplate retryTemplate) Initializes a new instance of the OpenAiEmbeddingModel class.OpenAiEmbeddingModel(OpenAiApi openAiApi, MetadataMode metadataMode, OpenAiEmbeddingOptions options, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) Initializes a new instance of the OpenAiEmbeddingModel class. -
Uses of OpenAiApi in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return OpenAiApi