llm-gemini 0.32a0

· Source: Simon Willison's Weblog · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering · Depth: Intermediate, quick

Summary

The "llm-gemini 0.32a0" plugin, released on May 19th, 2026, provides access to Google's Gemini family of large language models. This specific alpha release introduces compatibility with "llm>=0.32a0", an alpha version of the core LLM tool. A significant new feature in this update is the capability to stream reasoning tokens, enhancing the interactive experience and potentially improving the performance or responsiveness of applications built using the Gemini models via this plugin. This allows developers to observe the model's thought process as it generates responses, which can be valuable for debugging and understanding model behavior. The plugin facilitates integration of Gemini models into workflows that utilize the "llm" command-line tool and Python library.

Key takeaway

For AI Engineers integrating Google's Gemini models, upgrading to "llm-gemini 0.32a0" is crucial to access the new streaming reasoning tokens feature. This enhancement lets you observe the model's intermediate thought processes, significantly aiding in debugging complex prompts and understanding model behavior. Consider updating your "llm" core library to version "0.32a0" or higher to utilize this capability for more transparent and controllable LLM interactions.

Key insights

The "llm-gemini" plugin now supports streaming reasoning tokens from Google's Gemini models via "llm>=0.32a0".

In practice

Topics

Code references

Best for: AI Engineer, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Simon Willison's Weblog.