Uses of Interface
org.springframework.ai.model.ModelRequest
Packages that use ModelRequest
Package
Description
Provides a set of interfaces and classes for a generic API designed to interact with
various AI models.
-
Uses of ModelRequest in org.springframework.ai.chat.prompt
Classes in org.springframework.ai.chat.prompt that implement ModelRequest -
Uses of ModelRequest in org.springframework.ai.embedding
Classes in org.springframework.ai.embedding that implement ModelRequest -
Uses of ModelRequest in org.springframework.ai.image
Classes in org.springframework.ai.image that implement ModelRequest -
Uses of ModelRequest in org.springframework.ai.model
Classes in org.springframework.ai.model with type parameters of type ModelRequestModifier and TypeInterfaceDescriptioninterface
ModelClient<TReq extends ModelRequest<?>,
TRes extends ModelResponse<?>> The ModelClient interface provides a generic API for invoking AI models.interface
StreamingModelClient<TReq extends ModelRequest<?>,
TResChunk extends ModelResponse<?>> The StreamingModelClient interface provides a generic API for invoking a AI models with streaming response.