I want to know if there is an api that can create a video with Gemini Veo and send two things:
- A prompt
- An image
I want to create a video from an image and a prompt using API.
I want to know if there is an api that can create a video with Gemini Veo and send two things:
I want to create a video from an image and a prompt using API.
Hi @Manu_Hidalgo
You can use Veo on Vertex AI to generate new videos from a text prompt or an image prompt that you provide in the Google Cloud console or send in a request to the Vertex AI API.
Thanks