Class Model

java.lang.Object
nl.dannyj.mistral.models.model.Model

public class Model extends Object
The Model class represents a model in the Mistral AI API. Most of these fields are undocumented.
  • Constructor Details

  • Method Details

    • getId

      public String 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

      public String 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

      public String getOwnedBy()
      Owner of the model.
      Returns:
      The owner of the model.
    • getRoot

      public String getRoot()
    • getParent

      public String getParent()
    • getPermission

      public List<ModelPermission> getPermission()
    • toString

      public String toString()
      Overrides:
      toString in class Object