Properties of a Model.
Package
@google-ai/generativelanguageProperties
baseModelId
baseModelId?: (string|null);
Model baseModelId
description
description?: (string|null);
Model description
displayName
displayName?: (string|null);
Model displayName
inputTokenLimit
inputTokenLimit?: (number|null);
Model inputTokenLimit
name
name?: (string|null);
Model name
outputTokenLimit
outputTokenLimit?: (number|null);
Model outputTokenLimit
supportedGenerationMethods
supportedGenerationMethods?: (string[]|null);
Model supportedGenerationMethods
temperature
temperature?: (number|null);
Model temperature
topK
topK?: (number|null);
Model topK
topP
topP?: (number|null);
Model topP
version
version?: (string|null);
Model version