llm_gemini
Route tasks to Google's Gemini models via CLI, providing a fallback when Claude limits are tight or for tasks suited to Gemini.
Instructions
Route a task to the local Gemini CLI agent (Google).
Uses the Gemini CLI to run tasks non-interactively. This uses the user's Google One AI Pro subscription (not Claude quota) — ideal as a fallback when Claude limits are tight, or for tasks that benefit from Google's Gemini models.
Available models: gemini-2.5-flash, gemini-2.0-flash, gemini-3-flash-preview
Args: prompt: The task or question to send to Gemini. model: Google model to use (default: gemini-2.5-flash).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| model | No | gemini-2.5-flash |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |