vertex-media-generation

Automate image and video generation and editing with Google Vertex AI via the Vercel AI SDK.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/tusosos/manus-knowledge-base --skill vertex-media-generation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vertex-media-generation
Source: https://github.com/tusosos/manus-knowledge-base/tree/main/skills/vertex-media-generation
Command: npx skills add https://github.com/tusosos/manus-knowledge-base --skill vertex-media-generation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables seamless creation and editing of media assets by leveraging Vertex AI through the Vercel AI SDK, combining image generation, image editing, and video generation into a unified workflow.

Core Features & Use Cases

  • Generate images with Imagen models via Vertex AI for diverse visual outputs.
  • Edit images with inpainting, outpainting, or background swaps using dedicated Vertex capabilities.
  • Generate videos with Veo models, with optional audio, and assemble media pipelines with the ai-sdk gateway.

Quick Start

Run a simple media-generation workflow using the Vertex provider to create an image and a video.

Frequently Asked Questions about vertex-media-generation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate images and videos using Vertex AI in my application?

Generate images and videos using Vertex AI by integrating the Vercel AI SDK with the @ai-sdk/google-vertex package, allowing you to automate media creation with Imagen and Veo models.

Can I use the Vercel AI SDK to assemble media pipelines for video generation?

Yes, you can assemble media pipelines using the Vercel AI SDK gateway to generate videos with Veo models. This workflow supports producing video content with optional audio tracks.

What do I need to set up before using Vertex AI for image generation?

To use Vertex AI for image generation, you need Node.js 18+, a package manager like npm, and a Google Cloud project with the Vertex AI API enabled to authorize the Vercel AI SDK requests.

Does Veo video generation support adding audio to the output?

Veo video generation via Vertex AI supports optional audio tracks within your media pipelines. You can configure this output when generating videos through the Vercel AI SDK gateway.