Uses of Interface
org.springframework.ai.model.Model
Packages that use Model
Package
Description
Provides the API for embedding observations.
-
Uses of Model in org.springframework.ai.chat.model
Subinterfaces of Model in org.springframework.ai.chat.model -
Uses of Model in org.springframework.ai.embedding
Subinterfaces of Model in org.springframework.ai.embeddingModifier and TypeInterfaceDescriptioninterfaceEmbeddingModel is a generic interface for embedding models.interfaceEmbeddingModel is a generic interface for embedding models.Classes in org.springframework.ai.embedding that implement ModelModifier and TypeClassDescriptionclassAbstract implementation of theEmbeddingModelinterface that provides dimensions calculation caching. -
Uses of Model in org.springframework.ai.image
Subinterfaces of Model in org.springframework.ai.image -
Uses of Model in org.springframework.ai.moderation
Subinterfaces of Model in org.springframework.ai.moderationModifier and TypeInterfaceDescriptioninterfaceThe ModerationModel interface defines a generic AI model for moderation.