Uses of Interface
org.springframework.ai.model.ModelOptions
Packages that use ModelOptions
Package
Description
Provides the API for embedding observations.
Provides a set of interfaces and classes for a generic API designed to interact with
various AI models.
-
Uses of ModelOptions in org.springframework.ai.audio.transcription
Subinterfaces of ModelOptions in org.springframework.ai.audio.transcriptionModifier and TypeInterfaceDescriptioninterfaceOptions for audio transcription. -
Uses of ModelOptions in org.springframework.ai.chat.prompt
Subinterfaces of ModelOptions in org.springframework.ai.chat.promptModifier and TypeInterfaceDescriptioninterfaceModelOptionsrepresenting the common options that are portable across different chat models.Classes in org.springframework.ai.chat.prompt that implement ModelOptions -
Uses of ModelOptions in org.springframework.ai.embedding
Subinterfaces of ModelOptions in org.springframework.ai.embedding -
Uses of ModelOptions in org.springframework.ai.image
Subinterfaces of ModelOptions in org.springframework.ai.imageModifier and TypeInterfaceDescriptioninterfaceImageOptions represent the common options, portable across different image generation models. -
Uses of ModelOptions in org.springframework.ai.model
Methods in org.springframework.ai.model that return ModelOptionsModifier and TypeMethodDescriptionModelRequest.getOptions()Retrieves the customizable options for AI model interactions. -
Uses of ModelOptions in org.springframework.ai.model.tool
Subinterfaces of ModelOptions in org.springframework.ai.model.toolModifier and TypeInterfaceDescriptioninterfaceA set of options that can be used to configure the interaction with a chat model, including tool calling.Classes in org.springframework.ai.model.tool that implement ModelOptions -
Uses of ModelOptions in org.springframework.ai.moderation
Subinterfaces of ModelOptions in org.springframework.ai.moderationModifier and TypeInterfaceDescriptioninterfaceRepresents the options for moderation.