Block 1 - Wait
- Type / Role
- n8n-nodes-base.wait - wait
- Config choices
- Version 1.1
This workflow is provided as-is. Please review and test before using in production.
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 tr...
n8n-nodes-base.wait, n8n-nodes-base.httprequest, n8n-nodes-base.set, n8n-nodes-base.converttofile, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.chattrigger, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Automate With Marc.
Original n8n.io sourceGenerate 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).
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Generate videos from chat with Google Vertex AI (Veo3) |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | Content Creation, Multimodal AI |
| Author | Automate With Marc |
| Published | 27 Aug 2025 |
Use the JSON export at /data/workflows/7954/7954.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
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 tr...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.