Package nl.dannyj.mistral.models.model
Class Model
java.lang.Object
nl.dannyj.mistral.models.model.Model
The Model class represents a model in the Mistral AI API.
Most of these fields are undocumented.
-
Constructor Details
-
Model
public Model() -
Model
-
-
Method Details
-
getId
The ID of the model. Should be used to refer to the model in other API calls.- Returns:
- The ID of the model.
-
getObject
-
getCreated
public long getCreated()Creation time of the model in seconds since the Unix epoch.- Returns:
- The creation time of the model in seconds since the Unix epoch.
-
getOwnedBy
Owner of the model.- Returns:
- The owner of the model.
-
getRoot
-
getParent
-
getPermission
-
toString
-