diff --git a/google/genai/types.py b/google/genai/types.py index c80a9aad3..e463bd96a 100644 --- a/google/genai/types.py +++ b/google/genai/types.py @@ -519,6 +519,8 @@ class Modality(_common.CaseInSensitiveEnum): """Indicates the model should return images.""" AUDIO = 'AUDIO' """Indicates the model should return audio.""" + VIDEO = 'VIDEO' + """Indicates the video modality.""" class MediaResolution(_common.CaseInSensitiveEnum):