Interface ChatModelDescription

All Superinterfaces:
ModelDescription
All Known Implementing Classes:
AnthropicApi.ChatModel, MiniMaxApi.ChatModel, MistralAiApi.ChatModel, MoonshotApi.ChatModel, OllamaModel, OpenAiApi.ChatModel, 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