feat(server, templates): add Veo 3.1 model support#718
Closed
buildingvibes wants to merge 1 commit intoMerit-Systems:masterfrom
Closed
feat(server, templates): add Veo 3.1 model support#718buildingvibes wants to merge 1 commit intoMerit-Systems:masterfrom
buildingvibes wants to merge 1 commit intoMerit-Systems:masterfrom
Conversation
Add support for Google's new Veo 3.1 video generation models (veo-3.1-generate-preview and veo-3.1-fast-generate-preview) across the Echo router, SDK, and video template. Router: - Add veo-3.1-fast-generate-preview and veo-3.1-generate-preview to VertexAI and Gemini supported video models with pricing - Add new models to VEO3_MODELS list in VertexAIProvider Template: - Add Veo 3.1 models to the video template UI dropdown - Set Veo 3.1 Fast as the default model - Update validation to accept the new model strings - Update vertex handler type signature for new models Fixes Merit-Systems#595
Contributor
|
@buildingvibes is attempting to deploy a commit to the Merit Systems Team on Vercel. A member of the Team first needs to authorize it. |
Author
|
Closing this PR as the CI requires team authorization for fork deploys which I cannot resolve from my side. Happy to reopen if a team member can authorize the Vercel deployment. Thank you! |
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.
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