Support Veo 3.1 Vertex AI video models#786
Open
SlaVKsVolks wants to merge 1 commit into
Open
Conversation
Contributor
|
@SlaVKsVolks is attempting to deploy a commit to the Merit Systems Team on Vercel. A member of the Team first needs to authorize it. |
Author
|
CI/deploy checks are currently |
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.
Summary:
veo-3.1-fast-generate-previewandveo-3.1-generate-preview.VertexAIProvider.Fixes #595
Validation:
pnpm -C packages/sdk/ts exec vitest run src/supported-models/video/vertex-ai.test.tspnpm -C packages/sdk/ts type-checkpnpm -C packages/sdk/ts exec eslint src/supported-models/video/vertex-ai.ts src/supported-models/video/vertex-ai.test.tspnpm -C packages/sdk/ts exec tsupnpm exec -- tsc --noEmitintemplates/next-video-templatenpm exec -- eslint src/lib/types.ts src/app/api/generate-video/validation.ts src/app/api/generate-video/vertex.ts src/components/video-generator.tsxintemplates/next-video-templategit diff --checkNotes:
pnpm install --frozen-lockfilepopulates dependencies, then the repopreparelifecycle fails on Windows because it runsSKIP_ENV_VALIDATION=true ...throughcmd.exe.type-checkis blocked before this patch by missing generated Prisma files; server lint is blocked before linting by__dirnameinpackages/app/server/eslint.config.mjsESM scope.npm run buildreaches Next.js but is blocked by a pre-existing missingzod/zod/v4dependency in the installed template dependency graph. The changed template files pass direct TypeScript and ESLint checks.