feat(server, templates): add Veo 3.1 model support #718
+50
−8
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.
Description
Add support for Google's new Veo 3.1 video generation models across the Echo router, SDK, and video template. This resolves #595 by adding both
veo-3.1-generate-previewandveo-3.1-fast-generate-previewas supported models and making them the default in the video template.Changes
Router (packages/app/server)
veo-3.1-fast-generate-previewandveo-3.1-generate-previewto theVEO3_MODELSlist inVertexAIProvider.tsveo3-client.ts) to use the new 3.1 modelSDK (packages/sdk/ts)
veo-3.1-generate-001,veo-3.1-fast-generate-001)Template (templates/next-video-template)
Testing
Fixes #595