N8n - Local Hosting - Not able to see Video Actions under OpenAI

Hi,
I configured n8n on my localhost using docker desktop
When I try to create workflow, there I need Video Actions under AI >> OpenAI >> Video Actions (Here I’m not able to see Video Actions ) for my Video Generation use case

Can some one help me how to get that node so that I can use Sora2 model for Video generation for the provided prompt

Hi! It sounds like you might be using an older version of n8n that doesn’t include the Sora 2 video generation node. To fix this, ensure you’re using the latest version of n8n (1.117.0 or later) where the OpenAI node supports video actions. You can update your Docker container by pulling the latest image with `docker-compose pull`. For more details, check the [n8n Docs]( OpenAI node documentation | n8n Docs ) on OpenAI node operations. Let me know if you need further help!