Interface GenerateContentParameters

Config for models.generate_content parameters.

interface GenerateContentParameters {
    config?: GenerateContentConfig;
    contents: ContentListUnion;
    model: string;
}

Properties

Configuration that contains optional model parameters.

Content of the request.

model: string

ID of the model to use. For a list of models, see Google models <https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models>_.

MMNEPVFCICPMFPCPTTAAATR