ai-multimodal
Installation
SKILL.md
AI Multimodal
Process audio, images, videos, documents, and generate images/videos using Google Gemini's multimodal API.
Setup
export GEMINI_API_KEY="your-key" # Get from https://aistudio.google.com/apikey
pip install google-genai python-dotenv pillow
API Key Rotation (Optional)
For high-volume usage or when hitting rate limits, configure multiple API keys:
# Primary key (required)
export GEMINI_API_KEY="key1"