Interface ModelDescription
- All Known Subinterfaces:
ChatModelDescription, EmbeddingModelDescription
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
-