Interface InlinedRequest

Config for inlined request.

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

Properties

Configuration that contains optional model parameters.

contents?: ContentListUnion

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>_.