Uses of Interface
org.springframework.ai.model.ModelResponse
Package
Description
Provides a set of interfaces and classes for a generic API designed to interact with
various AI models.
-
Uses of ModelResponse in org.springframework.ai.audio.transcription
-
Uses of ModelResponse in org.springframework.ai.chat.model
-
Uses of ModelResponse in org.springframework.ai.embedding
-
Uses of ModelResponse in org.springframework.ai.image
-
Uses of ModelResponse in org.springframework.ai.model
Modifier and TypeInterfaceDescriptioninterface
Model<TReq extends ModelRequest<?>,
TRes extends ModelResponse<?>> The Model interface provides a generic API for invoking AI models.interface
StreamingModel<TReq extends ModelRequest<?>,
TResChunk extends ModelResponse<?>> The StreamingModel interface provides a generic API for invoking an AI models with streaming response. -
Uses of ModelResponse in org.springframework.ai.moderation
Modifier and TypeClassDescriptionclass
Represents a response from a moderation process, encapsulating the moderation metadata and the generated content. -
Uses of ModelResponse in org.springframework.ai.openai.audio.speech
Modifier and TypeClassDescriptionclass
Creates a new instance of SpeechResponse with the given speech result.