๐ŸŽฌ Generate videos from text prompts using GPT-5 and Google Veo-3

โšก 2,415 views ยท ๐ŸŽฌ Content Creation & Video

Description

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

๐ŸŽฌ GPT-5 Cinematic Video Generator (n8n + AI/ML API + Google Veo-3) This n8n workflow transforms even a single word into a fully rendered cinematic video using Google Veo-3 image-to-video and prompt expansion with GPT-5. Ideal for rapid creative prototyping, content creation, and AI-driven video production.


๐Ÿš€ Key Features


๐Ÿ›  Setup Guide

  1. Create AI/ML API Credentials

    • Get your API key from AI/ML API Keys.
    • In n8n > Credentials, add AI/ML account (Bearer token).
  2. (Optional) Change Image Source

    • Edit the Set image URL node to point to your desired still image for video generation.
  3. Run from Chat

    • Send a word or short phrase via Chat Trigger to start the process.
  4. (Optional) Extend Output

    • Add Google Drive upload, YouTube publish, or database logging nodes for a complete content pipeline.

๐Ÿ’ก How It Works

  1. Trigger โ€“ Receives chat input (keyword or brief).
  2. Prompt Expansion โ€“ GPT-5 turns it into a cinematic, Veo-3-optimized description.
  3. Video Creation โ€“ Sends prompt + image to Veo-3 image-to-video.
  4. Polling โ€“ Checks generation status every 30 seconds until complete.
  5. Result โ€“ Returns direct video URL, ready for your next steps.

๐Ÿ”— Nodes Used

HTTP Request, Stop and Error, Chat Trigger

๐Ÿ“ฅ Import

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

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