Claude Discovery

← All discoveries

A classic MS-DOS terminal screen displayed on a laptop keyboard with vivid illumination.
Photo by Rafael Minguet Delgado on Pexels
tool

llm-gemini 0.34 Adds Gemini 3.8 Flash With Three Thinking Levels

2026-09-03 ยท source:

llm-gemini 0.34 adds support for Google's new gemini-3.8-flash model with low, medium, and high thinking levels to Simon Willison's LLM command-line tool.

What it is

llm-gemini 0.34 is the latest release of the Gemini plugin for Simon Willison's llm command-line and Python tool for talking to language models.

What it does

It adds the new gemini-3.8-flash model with configurable low, medium, and high thinking levels, and fixes a bug where async responses failed to record the model version that actually handled the request.

Why it matters

Same-day plugin support means anyone already using llm as their model-agnostic CLI can try Google's new Flash model without waiting on a separate SDK or rewriting scripts.

How to use it

Run llm install -U llm-gemini then call llm -m gemini-3.8-flash, optionally setting a thinking level via the model's options.

Go to source →
llmgeminicli