Interface ModelDescription
- All Known Subinterfaces:
ChatModelDescription, EmbeddingModelDescription
- All Known Implementing Classes:
AnthropicApi.ChatModel, DeepSeekApi.ChatModel, GoogleGenAiChatModel.ChatModel, GoogleGenAiTextEmbeddingModelName, MiniMaxApi.ChatModel, MistralAiApi.ChatModel, OllamaModel, OpenAiApi.ChatModel, OpenAiAudioApi.TranscriptionModels, VertexAiGeminiChatModel.ChatModel, VertexAiMultimodalEmbeddingModelName, VertexAiTextEmbeddingModelName, ZhiPuAiApi.ChatModel
public interface ModelDescription
Describes an AI model's basic characteristics. Provides methods to retrieve the model's
name, description, and version.
- Since:
- 1.0.0
- Author:
- Christian Tzolov
-
Method Details
-
getName
-
getDescription
Returns the description of the model.- Returns:
- the description of the model
-
getVersion
-