Class DeepSeekModelsResponse.Model

java.lang.Object
de.entwicklertraining.deepseek4j.models.DeepSeekModelsResponse.Model
Enclosing class:
DeepSeekModelsResponse

public static class DeepSeekModelsResponse.Model extends Object
Represents a model in the DeepSeek Models API response.
  • Method Details

    • getId

      public String getId()
      Gets the model identifier, which can be referenced in the API endpoints.
      Returns:
      The model ID string, or null if not present.
    • getObject

      public String getObject()
      Gets the object type, which is always "model".
      Returns:
      The object type string, or null if not present.
    • getOwnedBy

      public String getOwnedBy()
      Gets the organization that owns the model.
      Returns:
      The organization name string, or null if not present.