Interface CreateCachedContentParameters

Parameters for caches.create method.

interface CreateCachedContentParameters {
    config?: CreateCachedContentConfig;
    model: string;
}

Properties

Properties

Configuration that contains optional parameters.

model: string

ID of the model to use. Example: gemini-1.5-flash

MMNEPVFCICPMFPCPTTAAATR