ModelInfo

@Serializable
class ModelInfo(val id: String, val object: ModelObjectType, val ownedBy: String)

Metadata for a single DeepSeek model entry returned by org.oremif.deepseek.api.models.

Constructors

Link copied to clipboard
constructor(id: String, object: ModelObjectType, ownedBy: String)

Properties

Link copied to clipboard
val id: String

Model identifier that can be passed to chat or FIM endpoints (e.g. deepseek-chat).

Link copied to clipboard

Object type discriminator; always ModelObjectType.MODEL.

Link copied to clipboard

Organization that owns the model.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String