Interpolate a Video from the First and Last Frames with Veo 3.1 and Nano Banana
dev.to·3h·
Discuss: DEV
Flag this post

Google released Veo 3.1 with new features and one of them is using the first and last frames to interpolate a video. When leveraging the image generation of Gemini 2.5 Flash Image model (a.k.a Nano Banana), Veo 3.1 model can use the first and last images to generate a short video.

This interpolation feature is specifically enabled by the lastFrame parameter, a capability exclusive to the latest Veo 3.1 model.

This blog post describes how I used Gemini 2.5 Flash Image model to implement a visual story feature to create a sequence of images. Then, Veo 3.1 uses the first and last images to create the dynamic content of a video.

Configure Veo Model Used

This feature exists in Veo 3.1 only, so the application should not call it when Veo 2 or Veo 3 is used. I added a…

Similar Posts

Loading similar posts...