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 launches Antigravity 2.0 with desktop app, Go-based CLI, and SDK at $100/month

Google announced Antigravity 2.0 at I/O 2026, transforming its coding tool into a full developer platform with a revamped desktop app supporting multi-agent orchestration, a new Go-based CLI, and an SDK for custom agents. The company introduced a $100/month AI Ultra tier and confirmed Gemini CLI will shut down for consumers on June 18, 2026.

product update

Google launches Universal Cart, an AI agent that shops across multiple retailers in one checkout

Google announced Universal Cart at its I/O developer conference, an AI-powered shopping system that consolidates purchases from multiple retailers including Target, Shopify, Wayfair, and Etsy into a single checkout. The feature uses Gemini's agentic AI to verify product compatibility, suggest better deals, and automate routine purchases.

product update

Google Announces Gemini Spark Agent and Antigravity Platform at I/O, Launch Date Not Disclosed

Google announced Gemini Spark at I/O 2026, positioning it as a competitor to OpenAI's Claude-based agents. The service will integrate with Gmail, Calendar, Drive, and other Google apps, running on Gemini 3.5 Flash and a new platform called Antigravity. No general availability date has been disclosed.

product update

Google launches Pics, AI design app for Workspace powered by Nano Banana 2

Google announced Pics at I/O 2026, an AI design app for Google Workspace that generates social media graphics, invitations, and marketing materials from text prompts. Powered by Nano Banana 2 for generation and Gemini for editing, the app launches to testers now and rolls out to Google AI Ultra subscribers this summer.

Comments

Loading...