Uses of Interface
org.springframework.ai.model.ModelResponse
Packages that use ModelResponse
Package
Description
The org.sf.ai.chat package represents the bounded context for the Chat Model within the
AI generative model domain.
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.chat
Classes in org.springframework.ai.chat that implement ModelResponse -
Uses of ModelResponse in org.springframework.ai.embedding
Classes in org.springframework.ai.embedding that implement ModelResponse -
Uses of ModelResponse in org.springframework.ai.image
Classes in org.springframework.ai.image that implement ModelResponse -
Uses of ModelResponse in org.springframework.ai.model
Classes in org.springframework.ai.model with type parameters of type ModelResponseModifier and TypeInterfaceDescriptioninterfaceModelClient<TReq extends ModelRequest<?>,TRes extends ModelResponse<?>> The ModelClient interface provides a generic API for invoking AI models.interfaceStreamingModelClient<TReq extends ModelRequest<?>,TResChunk extends ModelResponse<?>> The StreamingModelClient interface provides a generic API for invoking a AI models with streaming response.