Package com.bytedesk.ai.model
Class LlmModelEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.ai.model.LlmModelEntity
- All Implemented Interfaces:
Serializable
LLM model entity for AI model management
Manages large language model configurations and provider relationships
Database Table: bytedesk_ai_model
Purpose: Stores LLM model definitions, types, and provider associations
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
Description of the model capabilitiesprivate Boolean
private String
Model name used for API callsprivate String
User-friendly nickname for the modelprivate String
Name of the model providerprivate String
Associated provider UIDprivate static final long
private Boolean
private String
Type of LLM model (TEXT, EMBEDDING, etc.) -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
Model name used for API calls -
nickname
User-friendly nickname for the model -
description
Description of the model capabilities -
type
Type of LLM model (TEXT, EMBEDDING, etc.) -
providerUid
Associated provider UID -
providerName
Name of the model provider -
enabled
-
systemEnabled
-
-
Constructor Details
-
LlmModelEntity
public LlmModelEntity()
-