cd /news/developer-tools/llm-0-32rc2 · home topics developer-tools article
[ARTICLE · art-81124] src=simonwillison.net ↗ pub= topic=developer-tools verified=true sentiment=↑ positive

llm 0.32rc2

LLM 0.32rc2 fixes a dependency issue and adds two features: the default model for users without a custom default is now GPT-5.6 Luna ($0.20/M input, $1.20/M output), and a new `llm openai endpoint` command lets users run prompts against arbitrary OpenAI-compatible endpoints without prior configuration. The release is available on GitHub.

read1 min views1 publishedJul 30, 2026

Release: llm 0.32rc2

Hot on the heels of RC1, this fixes a dependency issue and also adds two neat new features:

  • The default model for users who have not set their own default is now [GPT-5.6 Luna]. It was previously[GPT-4o mini]. Luna is a much better and more recent model, albeit slightly more expensive - $0.20 per million input tokens and $1.20 per million output tokens, compared to $0.15/$0.60 for 4o mini. You can switch back to 4o mini usingllm models default gpt-4o-mini

, or switch to[GPT-5 nano], an even cheaper default model ($0.05/$0.40), usingllm models default gpt-5-nano

.[#1576]- New [llm openai endpoint]command for running prompts, chats and model listings against arbitrary OpenAI-compatible endpoints without first configuring a model. These calls are not logged.[#1565]

The llm openai endpoint

command is really cool. I got frustrated at the lack of an obvious CLI tool for trying out prompts against arbitrary OpenAI Chat Completions imitation endpoints, so I decided to add that to LLM itself.

You don't even have to install LLM to use this. Here's a uvx

one-liner for running a prompt - with tools - against an LM Studio local model:

uvx --pre llm openai endpoint http://127.0.0.1:1234/v1 \
  T llm_version -T llm_time --td \
  -m google/gemma-4-31b 'what is the current LLM version? And the time?'
── more in #developer-tools 4 stories · sorted by recency
idiallo.com · · #developer-tools
BI Slop
── more on @llm 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/llm-0-32rc2] indexed:0 read:1min 2026-07-30 ·