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.audio.tts
Subinterfaces of ModelOptions in org.springframework.ai.audio.ttsModifier and TypeInterfaceDescriptioninterfaceInterface for text-to-speech model options.Classes in org.springframework.ai.audio.tts that implement ModelOptionsModifier and TypeClassDescriptionfinal classDefault implementation of theTextToSpeechOptionsinterface. -
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.embeddingClasses in org.springframework.ai.embedding that implement ModelOptions -
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 TypeMethodDescription@Nullable ModelOptionsModelRequest.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 TypeInterfaceDescriptioninterfaceMixin interface for ChatModels that support structured output.interfaceA 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.