LLM 0.32a0 introduces a major backwards-compatible refactor of Simon Willison's Python library, shifting from simple text prompts to a message sequence model that better handles diverse input/output types including images, audio, and structured data. The update reflects the evolution of modern LLMs beyond text-only interactions and supports streaming responses with mixed content types. This represents a significant architectural improvement to accommodate the capabilities of frontier language models.
Background
LLM is Simon Willison's Python library and CLI tool for accessing various language models through a plugin system, originally designed for simple text prompts and responses but needing to evolve with modern model capabilities.
- Source
- Simon Willison
- Published
- Apr 30, 2026 at 03:01 AM
- Score
- 6.0 / 10