Table of Contents

Class PredictionRequest

Generate image(s) from a prompt using the Imagen 3 model, or generate a video from a prompt using the Veo model. Both Imagen 3 and Veo models are only available on the google paid tier.

public class PredictionRequest : GoogleGeminiRequest, IValidatable
Inheritance
object
PredictionRequest
Implements
IValidatable
Inherited Members

Properties

Config

public PredictionConfigBase Config { get; set; }

Property Value

PredictionConfigBase

Prompt

public string Prompt { get; set; }

Property Value

string

Methods

Validate()

public void Validate()