Tools
llm 0.32a0
LLM 0.32a0 is an alpha release of Simon Willison's LLM Python library and CLI tool for accessing large language models, featuring consequential architectural changes. The release includes two key chan
LLM 0.32a0 is an alpha release of Simon Willison's LLM Python library and CLI tool for accessing large language models, featuring consequential architectural changes. The release includes two key changes: model inputs can now be represented as a sequence of messages, and model responses can be composed of a stream of differently typed parts. This update enables the library to handle diverse input types including images, audio, and video, as well as structured JSON output and tool-calling capabilities.
Source: Simon Willison | 2026-04-29