- 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
- 
- 
- 
callDescription copied from interface: Model
 Executes a method call to the AI model. 
- Specified by:
- callin interface- Model<Prompt,ChatResponse>
- Parameters:
- prompt- the request object to be sent to the AI model
- Returns:
- the response from the AI model
 
- 
-