Class DeepSeekModelsResponse.Model
java.lang.Object
de.entwicklertraining.deepseek4j.models.DeepSeekModelsResponse.Model
- Enclosing class:
DeepSeekModelsResponse
Represents a model in the DeepSeek Models API response.
-
Method Summary
-
Method Details
-
getId
Gets the model identifier, which can be referenced in the API endpoints.- Returns:
- The model ID string, or null if not present.
-
getObject
Gets the object type, which is always "model".- Returns:
- The object type string, or null if not present.
-
getOwnedBy
Gets the organization that owns the model.- Returns:
- The organization name string, or null if not present.
-