Interface GenerateImagesParameters

The parameters for generating images.

interface GenerateImagesParameters {
    config?: GenerateImagesConfig;
    model: string;
    prompt: string;
}

Properties

Properties

Configuration for generating images.

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

prompt: string

Text prompt that typically describes the images to output.

MMNEPVFCICPMFPCPTTAAATR