- All Superinterfaces:
Model<Prompt,ChatResponse>
, StreamingChatModel
, StreamingModel<Prompt,ChatResponse>
- All Known Implementing Classes:
AnthropicChatModel
, AzureOpenAiChatModel
, BedrockAi21Jurassic2ChatModel
, BedrockAnthropic3ChatModel
, BedrockAnthropicChatModel
, BedrockCohereChatModel
, BedrockLlamaChatModel
, BedrockProxyChatModel
, BedrockTitanChatModel
, HuggingfaceChatModel
, MiniMaxChatModel
, MistralAiChatModel
, MoonshotChatModel
, OCICohereChatModel
, OllamaChatModel
, OpenAiChatModel
, QianFanChatModel
, VertexAiGeminiChatModel
, WatsonxAiChatModel
, ZhiPuAiChatModel
-
Method Summary
Executes a method call to the AI model.
Executes a method call to the AI model.
-
Method Details
-
-
-
call
Description copied from interface: Model
Executes a method call to the AI model.
- Specified by:
call
in interface Model<Prompt,ChatResponse>
- Parameters:
prompt
- the request object to be sent to the AI model
- Returns:
- the response from the AI model
-
-