๐ŸŽฌ Generate videos from chat with Google Vertex AI (Veo3)

โšก 1,192 views ยท ๐ŸŽฌ Content Creation & Video

Description

Generate Videos from Chat with Google Vertex AI (Veo3) - Beginner Friendly

Description Turn any text prompt into a short AI-generated video directly from an n8n chat. This workflow connects a chat trigger to Google Vertex AIโ€™s Veo3 model, sending your prompt as input and polling until the rendered video is ready. Once complete, the video is converted into a downloadable file you can use anywhere. Perfect for experimenting with AI-driven media or automating creative video generation inside your workflows.

Watch step-by-step guide for these type of workflows here: www.youtube.com/@automatewithmarc

How It Works

Chat Trigger โ€“ Start by typing your prompt into an n8n chat.

Post to Vertex AI (Veo3) โ€“ Sends the prompt to the Veo3 API with parameters like aspect ratio, duration, and resolution.

Wait + Poll Loop โ€“ Repeatedly checks the operation status until the video is finished.

If + Edit Fields โ€“ Extracts the base64 video response and metadata.

Convert to File โ€“ Turns the video into a binary file for download or use in further automations.

Why Youโ€™ll Love It

โšก Generate custom AI videos in minutes.

๐Ÿ—ฃ๏ธ Natural workflow โ€” just type your idea in chat.

๐ŸŽฅ Flexible parameters โ€” adjust resolution, aspect ratio, and duration.

๐Ÿ”— Ready for integration โ€” feed the output into Google Drive, Slack, or any connected app.

Requirements

Google Cloud project with Vertex AI API enabled.

Google OAuth credentials in n8n.

n8n (Cloud or self-hosted).

๐Ÿ”— Nodes Used

HTTP Request, Convert to File, Chat Trigger

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup