workflows.fit
Back to n8n workflows
n8n templateFreeBy Automate With Marc

Generate videos from chat with Google Vertex AI (Veo3)

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 Ve...

DevelopmentCore NodesLangchainWaitHttp RequestSetConvert To File
Loading interactive preview...

Template notes

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.