Reported by: mano.resells.
Context
Currently, when a YouTube URL is passed to Pollinations with a Gemini model, it appears to process it as text/web scraping (likely transcript only).
However, the native Google Gemini API supports processing YouTube videos directly (visual frames + audio) without manual frame extraction, often via file_uri or specific video input handling.
Feature Request
- Detect when a YouTube URL is passed to a Gemini model (specifically 1.5 Pro/Flash).
- Pass the URL to the Gemini API using the native video handling method to enable full multimodal analysis (visuals, actions, objects).
- This would allow prompts like "What color is the car?" or "Describe the action in the video" to work via Pollinations.
Ref
User noted that native Gemini API handles this efficiently without external downloading.
Author: _dr_misterio_
Created via Discord
Reported by:
mano.resells.Context
Currently, when a YouTube URL is passed to Pollinations with a Gemini model, it appears to process it as text/web scraping (likely transcript only).
However, the native Google Gemini API supports processing YouTube videos directly (visual frames + audio) without manual frame extraction, often via
file_urior specific video input handling.Feature Request
Ref
User noted that native Gemini API handles this efficiently without external downloading.
Author:
_dr_misterio_Created via Discord