`llm-gemini` `0.32` adds `gemini-3.5-flash`
Simon Willison's llm CLI can now call Google's new Flash model through the Gemini plugin. Small update, but useful if your scripts already depend on llm.
llm-gemininow exposesgemini-3.5-flash, so existingllmCLI workflows can test the model without custom API glue.- Scope is one model alias in a plugin release. This is practical plumbing, not a new app-building capability by itself.
- Best fit is quick model comparison for summaries, extraction, and generation jobs already wired around Simon Willison's
llmecosystem.