llm 0.34
Simon Willison’s Weblog Simon Willison
llm released version 0.34, adding response-duration logging to Markdown output and the llm logs --short output. The update reports duration in milliseconds via a new duration_ms field. This changes the logs by including both a human-readable duration and duration_ms, alongside bug fixes and a performance improvement to llm logs.
Why it matters
Release: llm 0.34 One new feature: llm logs --usage Markdown output now includes the response duration in milliseconds and as a human-readable duration. llm logs --short includes a new duration_ms field. #1653 Plus several contributed bug fixes, and a significant performance improvement to llm logs thanks to waveplate on GitHub, see also llm-openrouter 0.7.1. Tags: llm