workflows.fit
Back to n8n workflows
n8n templateFreeBy Mauricio Perera

Analyze images, videos, documents & audio with Gemini Tools and Qwen LLM Agent

📁 Analyze uploaded images, videos, audio, and documents with specialized tools — powered by a lightweight language-only agent. --- 🧭 What It Does This workflow enables multimodal file analysis using Google Gemini to...

AILangchainCore NodesAgentSplit In BatchesSplit OutAggregate
Loading interactive preview...

Template notes

📁 Analyze uploaded images, videos, audio, and documents with specialized tools — powered by a lightweight language-only agent.

---

🧭 What It Does

This workflow enables multimodal file analysis using Google Gemini tools connected to a text-only LLM agent. Users can upload images, videos, audio files, or documents via a chat interface. The workflow will:

Upload each file to Google Gemini and obtain an accessible URL. Dynamically generate contextual prompts based on the file(s) and user message. Allow the agent to invoke Gemini tools for specific media types as needed. Return a concise, helpful response based on the analysis.

---

🚀 Use Cases

Customer support: Let users upload screenshots, documents, or recordings and get helpful insights or summaries. Multimedia QA: Review visual, audio, or video content for correctness or compliance. Educational agents: Interpret content from PDFs, diagrams, or audio recordings on the fly. Low-cost multimodal assistants: Achieve multimodal functionality without relying on large vision-language models.