Gemini Image Analysis
JSON →Analyzes image and video content from URLs or local files using the Gemini 2.0 Flash model.
Install
npx -y @smithery/cli Tools · 5
- analyze_image Receives one or more image URLs and analyzes their content using Gemini 2.0 Flash model.
- analyze_image_from_path Receives one or more local image file paths and analyzes their content using Gemini 2.0 Flash model.
- analyze_video Receives one or more video URLs and analyzes their content using Gemini 2.0 Flash model. Best for smaller videos.
- analyze_video_from_path Receives one or more local video file paths and analyzes their content using Gemini 2.0 Flash model. Best for smaller videos.
- analyze_youtube_video Receives a single YouTube video URL and analyzes its content using Gemini 2.0 Flash model.
Environment variables
GEMINI_API_KEY
Links
★ 1 GitHub stars