Developer

llm-gemini 0.33 Adds Gemini 3.7 Flash and LLM 0.32 Support

Simon Willison released llm-gemini 0.33, adding support for Google's Gemini 3.7 Flash and other new models. The update brings compatibility with LLM 0.32, enabling terminal reasoning traces and server-side tools. The release also highlights browser-specific SVG rendering differences that affect how the model's image outputs appear.

Neura News

Neura News

Neura Market Editorial

August 14, 20262 min read
llm-gemini 0.33 Adds Gemini 3.7 Flash and LLM 0.32 Support

Simon Willison has released version 0.33 of the llm-gemini plugin, bringing support for Google's newest models and compatibility with LLM 0.32. The update arrived on 13th August 2026, the same day Google launched Gemini 3.7 Flash.

New Models and Compatibility

The plugin now supports Gemini 3.7 Flash, gemini-3.6-flash, and gemini-3.5-flash-lite. It also adds two embedding models: gemini-embedding-2 and gemini-embedding-001. This marks the first llm-gemini release in some time, and it aligns the plugin with the latest version of LLM, the command-line tool for running language models.

LLM 0.32 introduced features that the plugin now takes advantage of. Users can view reasoning traces directly in their terminal. They can also enable server-side tools with a simple command pattern. For example, a user can run llm -m gemini-3.7-flash -T CodeExecution 'use python to calculate (factorial of 13) * 3' to execute code on Google's servers.

Thinking Efforts and a Notable Change

Gemini 3.7 Flash offers three thinking effort levels: high, medium, and low. The previous model, 3.6 Flash, had a minimal thinking effort option, but that has been removed in 3.7. Willison tested the new model by asking it to draw pelicans riding bicycles at each effort level.

The high-effort result, he said, is "pretty great." That image was rendered using Safari. Firefox and Chrome, however, displayed it differently. The bicycles appeared, but the pelicans were missing.

The #1 Newsletter in AI

Stay ahead of the AI curve

The most important updates, news, and content — delivered weekly.

No spam. Unsubscribe anytime.

Browser Rendering Differences

The discrepancy comes down to how each browser handles SVG files. Willison noted that Safari is more tolerant of empty SVG <filter> elements than Firefox or Chrome. Those browsers skip the filter entirely, which causes the pelican to disappear from the final image.

It is a small quirk, but it highlights how model output can look different depending on the viewer. The underlying SVG code is the same in each case.

Sponsorship and Digest

Willison is offering sponsorship for a curated email digest of LLM developments. The cost is $10 per month. Subscribers receive regular updates on new tools, plugins, and model releases.

The digest is aimed at developers who want to stay current without scanning multiple sources. Sponsorship helps fund the ongoing maintenance of the LLM ecosystem.

Related on Neura Market

More from Neura News

AI Models

fal Opens Developer Access to Meta's Muse Image Model

fal has launched developer and enterprise access to Meta's Muse Image agentic image generation and editing model, available via the Meta Model API at $0.01 per image. Muse Image uses a planner-plus-diffuser architecture with web search, code execution, and self-refinement to improve accuracy on complex prompts. The model supports generation, editing, and reference-driven composition, and is priced to make high-volume workloads economically feasible.

Sep 1·5 min read
General

EFF Urges Courts to Reject AI Copyright Expansion, Citing History of Tech Panics

The Electronic Frontier Foundation has filed amicus briefs in two major generative AI copyright cases, urging courts to reject expanded protections based on what it calls hype and speculation. Drawing parallels to past panics over player pianos and VTRs, the EFF argues that AI tools are general purpose and capable of non-infringing uses, and that distorting copyright law would harm creativity and the public.

Sep 1·5 min read