by ramonclaudio · Agent Tool · ★ 79
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
Gemini AI Toolkit Unmaintained. Use , Google's unified Gen AI SDK for Python, or Jules if you want a terminal-first coding agent. I've always preferred pair programming with LLMs from the terminal over copy-pasting from browser chats. Web UIs hit rate limits, lose context across tabs, and break flow when I'm moving code back and forth. Google shipped the Gemini API in mid-December 2023 and the pitch was native multimodal: one request could handle text, images, video, audio, PDFs, and code together. I shipped this two weeks later. The first-party SDK was fresh, and I wanted all three modes (chat / text / multimodal), URL-or-local file uploads, streaming, JSON output, and the full parameter + safety surface behind one CLI. So I built this for myself. Python wrapper and CLI for Google's Gemini models, with native multimodal. Install Configuration Get an API key at https://aistudio.google.com/app/apikey. Set via env var, , or pass directly: CLI bash Chat python cli.py --chat Text python cli.py --text --prompt "Write a story about a magic backpack." Multimodal (files from local paths and/or URLs) python cli.py --multimodal --prompt "Summarize each file." --files file1.jpg https:
| Stars | 79 |
| Forks | 18 |
| Language | Python |
| Category | Agent Tool |
| License | MIT |
| Quality Score | 55.468/100 |
| Last Updated | 2026-04-23 |
| Created | 2023-12-21 |
| Platforms | cli, gemini, python |
| Est. Tokens | ~25k |
These tools work well together with gemini-ai-toolkit for enhanced workflows:
Explore other popular agent tool tools:
gemini-ai-toolkit is Python wrapper and CLI for Google's Gemini models, with multimodal.. It is categorized as a Agent Tool with 79 GitHub stars.
gemini-ai-toolkit is primarily written in Python.
You can find installation instructions and usage details in the gemini-ai-toolkit GitHub repository at github.com/ramonclaudio/gemini-ai-toolkit. The project has 79 stars and 18 forks, indicating an active community.
gemini-ai-toolkit is released under the MIT license, making it free to use and modify according to the license terms.