Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the supported Veo video generation models to focus exclusively on the Veo 3.1 family, removing older 2.0 and 3.0 versions. It introduces the new Veo 3.1 Lite models (both preview and stable versions) and updates the enum definitions, type aliases, documentation, and tests to align with these changes. There are no review comments to evaluate, so no additional feedback is provided.
hilariie
force-pushed
the
chore/py-google-genai-veo-31-catalog
branch
from
September 8, 2026 11:16
608aee5 to
e955554
Compare
hilariie
marked this pull request as ready for review
September 8, 2026 11:16
…variants Drops VeoVersion.VEO_2_0, VEO_2_0_EXP, VEO_3_0 and VEO_3_0_FAST. Fixes #6177
hilariie
force-pushed
the
chore/py-google-genai-veo-31-catalog
branch
from
September 14, 2026 11:33
e955554 to
02f17d1
Compare
hilariie
changed the base branch from
main
to
chore/py-google-genai-retire-imagen
September 14, 2026 11:34
hilariie
added this pull request to stack #6354
September 16, 2026 10:16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #6177
Summary
VeoVersionandKnownVeodropveo-2.0-generate-001,veo-2.0-generate-exp,veo-3.0-generate-001andveo-3.0-fast-generate-001, and addveo-3.1-lite-generate-preview(Google AI) andveo-3.1-lite-generate-001(Vertex AI). The catalog is now the same six 3.1 ids the JS and Go plugins curate. Test fixtures that used the retired ids now use 3.1 ids with the backend-matching spelling.