I want to implement the “Using first and last frames” function of Gemini in N8N, but I haven’t found any documentation related to this API. All the available resources are Python SDK codes. Is it the case that Veo 3.1 does not support API calls? Where are the relevant documents? I browsed https://ai.google.dev/gemini-api/docs, but still couldn’t find the relevant request addresses, parameters, etc. for Veo 3.1. Urgent help needed. Thank you.
Hi there,
You can find official documentation for the Veo 3.1 API on the page below:
https://ai.google.dev/gemini-api/docs/video?example=dialogue#multiple-images
I hope that helps!
-Rau
Hi @ZT_L
Thank you for reaching out.
Veo 3.1 does support API usage. For your use case specifically implementing the “Using first and last frames” capability you can access Veo 3.1 via the Vertex AI API.
For more detailed information please refer to this document. Please let us know if you need help.