Interface protos.google.ai.generativelanguage.v1beta3.IModel (2.4.0)

Properties of a Model.

Package

@google-ai/generativelanguage

Properties

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