llm-gemini 0.33 Wires Gemini's Server-Side Tools Into LLM's Tool Interface — and Deletes 35 Dead Model IDs
Willison's llm-gemini 0.33, released August 13, adds Gemini 3.7 Flash, 3.6 Flash and 3.5 Flash-Lite plus gemini-embedding-2 and -001 (each in 768 and 1536 variants), and rebuilds on LLM 0.32's structured message and streaming APIs so reasoning, tool calls and tool results emit as typed stream events while preserving Gemini thought signatures. Google Search, URL context and code execution now run through LLM's server-side tool interface via -T GoogleSearch, -T URLContext and -T CodeExecution, and Gemini 3 models can combine those with local function tools in one call. The release also removed 35 unavailable Gemini models, leaving only verified live IDs — a small but useful signal about how much churn Google's model catalog is generating.
Source
↳ Follow the thread