- All Superinterfaces:
Model<Prompt,ChatResponse>, StreamingChatModel, StreamingModel<Prompt,ChatResponse>
- All Known Implementing Classes:
AnthropicChatModel, AzureOpenAiChatModel, BedrockProxyChatModel, DeepSeekChatModel, HuggingfaceChatModel, MiniMaxChatModel, MistralAiChatModel, OCICohereChatModel, OllamaChatModel, OpenAiChatModel, VertexAiGeminiChatModel, 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
-
-