You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
In Vertex AI it is finally possible to attach a YouTube Video URL as an alternative to upload a video file. It would be nice to have feature parity here and be able to call something like:
model.generate_content(youtube-video-id='xxxx', "Summarize this video")
What problem are you trying to solve with this feature?
Be able to send a prompt using a YouTube Video URL/ID
Description of the feature request:
In Vertex AI it is finally possible to attach a YouTube Video URL as an alternative to upload a video file. It would be nice to have feature parity here and be able to call something like:
model.generate_content(youtube-video-id='xxxx', "Summarize this video")
What problem are you trying to solve with this feature?
Be able to send a prompt using a YouTube Video URL/ID
Any other information you'd like to share?
No response