feat(veo): add Veo 3.1 model support#733
Open
CharlesWong wants to merge 1 commit intoMerit-Systems:masterfrom
Open
feat(veo): add Veo 3.1 model support#733CharlesWong wants to merge 1 commit intoMerit-Systems:masterfrom
CharlesWong wants to merge 1 commit intoMerit-Systems:masterfrom
Conversation
- Add veo-3.1-generate-preview and veo-3.1-fast-generate-preview to VertexAI provider - Update VertexAIVideoModel type union to include new Veo 3.1 models - Add pricing entries for Veo 3.1 models (matching Veo 3.0 pricing) - Update video template: validation, component model list, and default model - Rename VEO3_MODELS -> VEO_MODELS and isVeo3Model -> isVeoModel for future-proofing - Set Veo 3.1 Fast as default model in the Next.js video template Pricing reference: https://cloud.google.com/vertex-ai/generative-ai/pricing
Contributor
|
@CharlesWong is attempting to deploy a commit to the Merit Systems Team on Vercel. A member of the Team first needs to authorize it. |
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.
Adds support for Veo 3.1 models in the Vertex AI veo provider.
Changes
veo-3.1-generate-previewandveo-3.1-fast-generate-previewtoVertexAIVideoModelswith pricingVertexAIVideoModeltype union to include both new Veo 3.1 modelsVEO_MODELSlist inVertexAIProvider(renamed fromVEO3_MODELSfor future-proofing; likewiseisVeoModelreplacesisVeo3Model)VideoModelOptiontype in the Next.js template to include Veo 3.1 variantshandleGeminiGeneratefunction signature to accept Veo 3.1 modelsveo-3.1-fast-generate-previewas the default model in the Next.js video templatePricing
Veo 3.1 pricing matches Veo 3.0 (per Vertex AI pricing docs):
veo-3.1-generate-preview: $0.40/second with audio, $0.20/second without audioveo-3.1-fast-generate-preview: $0.15/second with audio, $0.10/second without audioCloses #595