Interface ChatModelDescription

All Superinterfaces:
ModelDescription
All Known Implementing Classes:
Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatModel, Anthropic3ChatBedrockApi.AnthropicChatModel, AnthropicApi.ChatModel, AnthropicChatBedrockApi.AnthropicChatModel, CohereChatBedrockApi.CohereChatModel, LlamaChatBedrockApi.LlamaChatModel, MiniMaxApi.ChatModel, MistralAiApi.ChatModel, MoonshotApi.ChatModel, OllamaModel, OpenAiApi.ChatModel, TitanChatBedrockApi.TitanChatModel, VertexAiGeminiChatModel.ChatModel, ZhiPuAiApi.ChatModel

public interface ChatModelDescription extends ModelDescription
Marker interface, to be used to store info on the model such as the current context length.
Since:
1.0.0
Author:
Christian Tzolov