telexed ~ c / 26ae2b9d-9a2radar:70 · agent_toolLIVE
← back
NO.
#26ae2b9d
Topic
AGENTS & TOOLS
Source
Simon Willison
Published
2026-04-24 23:35:07
Importance
★ 7/10 — radar 70

llm 0.31 adds GPT-5.5 support and new OpenAI control options

llm 0.31 is a meaningful CLI tool update for indie developers who use OpenAI models in scripts and local workflows. It adds GPT-5.5 support plus practical controls for text verbosity and image detail, which can make experiments, automation, and cost-quality tuning easier without building custom wrappers.

[ KEY POINTS ]
  1. Adds direct GPT-5.5 model support via llm -m gpt-5.5.
  2. Introduces a verbosity option for GPT-5+ models, giving developers simpler output-length control from the CLI.
  3. Adds image_detail control for image attachments, including original for GPT-5.4 and 5.5, which is useful for vision workflow tuning.
  4. Custom models listed in extra-openai-models.yaml are now also registered as async, improving batch and automation workflows.
Originalsimonwillison.net/2026/Apr/24/llm/#atom-everythingRead original →

// related