product update

llm-gemini Plugin Adds Support for Google's Gemini 3.5 Flash Model

TL;DR

Developer Simon Willison released version 0.32 of the llm-gemini plugin, which adds support for Google's Gemini 3.5 Flash model. The plugin enables command-line access to Google's Gemini model family through the LLM tool.

1 min read
0

llm-gemini Plugin Adds Support for Google's Gemini 3.5 Flash Model

Developer Simon Willison released version 0.32 of the llm-gemini plugin on May 19, 2026, adding support for Google's recently announced Gemini 3.5 Flash model.

The llm-gemini plugin provides command-line access to Google's Gemini model family through Willison's LLM tool, which offers a unified interface for interacting with multiple large language models from the terminal.

What Changed

Version 0.32 introduces the new gemini-3.5-flash model identifier, allowing developers to access Google's latest Flash-tier model directly from the command line. The plugin previously supported earlier versions of Google's Gemini models.

Willison demonstrated the plugin's functionality by using it to generate a pelican drawing with Gemini 3.5 Flash, according to his blog post.

Technical Details

The LLM tool and its plugins are built in Python and designed for developers who prefer command-line interfaces for AI model interaction. The llm-gemini plugin specifically handles authentication and API communication with Google's Gemini service.

Pricing and specific technical specifications for Gemini 3.5 Flash through the plugin were not disclosed in the release notes.

What This Means

This incremental update maintains the llm-gemini plugin's position as a command-line option for developers working with Google's Gemini models. The quick integration of Gemini 3.5 Flash indicates active maintenance of the plugin, though the update itself is routine rather than introducing new functionality beyond model support. For developers already using the LLM ecosystem, this provides immediate access to Google's latest Flash-tier model without changing workflows.

Related Articles

product update

Google AI Plus at $4.99/month and AI Pro at $19.99/month expand Gemini context windows to 128K and 1M tokens

Google has detailed pricing and features for its Gemini app subscription tiers. AI Plus costs $4.99/month and includes 128,000 token context windows, while AI Pro at $19.99/month provides 1 million token context windows. Free users are limited to 32,000 tokens.

product update

GitHub Copilot in VS Code Gains Browser Automation Tools for Web App Testing

GitHub has made browser tools for Copilot in VS Code generally available. The feature allows Copilot agents to control real browsers, navigate live web applications, and integrate findings back into the development environment.

product update

Google Gemini Spark AI Agent Launches on Mac, Adds Real-Time Tracking and Third-Party App Integrations

Google has released Gemini Spark for macOS, bringing its AI agent to desktop computers for the first time. The update adds integrations with Google Keep and Tasks, plus third-party apps including Canva, Dropbox, Instacart, OpenTable, and Zillow Rentals.

product update

Google Drive's Ask Gemini AI assistant launches on Android and iOS for AI Pro subscribers

Google is rolling out Ask Gemini and AI Overviews to Google Drive's Android and iOS apps. The features enable multi-turn conversations across Drive, Gmail, Chat, Calendar, and web search, available to AI Pro, Ultra, Business Standard/Plus, and Enterprise Standard/Plus subscribers in English plus 28 additional languages.

Comments

Loading...