telexed ~ c / f11e0555-c45radar:50 · model_apiLIVE
← back
NO.
#f11e0555
Topic
MODELS & API
Source
Simon Willison
Published
2026-05-19 23:46:27
Importance
★ 5/10 — radar 50

`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.

[ KEY POINTS ]
  1. llm-gemini now exposes gemini-3.5-flash, so existing llm CLI workflows can test the model without custom API glue.
  2. Scope is one model alias in a plugin release. This is practical plumbing, not a new app-building capability by itself.
  3. Best fit is quick model comparison for summaries, extraction, and generation jobs already wired around Simon Willison's llm ecosystem.
Originalsimonwillison.net/2026/May/19/llm-gemini-2/#atom-everythingRead original →

// related