llm-gemini 0.34 Adds Gemini 3.8 Flash With Three Thinking Levels
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.