llm 0.32rc1
Simon Willison Simon Willison ● Covered by 10 sources
LLM released version 0.32 release candidate, introducing a new database schema that uses content-addressable hash IDs for stored messages to enable deduplication and support for forked conversations. The update adds support for three new model variants: gpt-5.6-sol, gpt-5.6-terra, and gpt-5.6-luna. Existing data is preserved but users should back up their logs.db file before upgrading due to the significant schema changes.
Why it matters
Release: llm 0.32rc1 This RC for LLM 0.32 finishes the work that started in LLM 0.32a0 - it adds a new schema design that does a much better job of capturing the details of the prompts and responses returned by the latest model families. The most important change is the use of content-addressable hash IDs for stored messages. This allows de-duplication in the database, and means that LLM can now represent trees of messages for forked conversations. Since it involves a significant schema change - new tables only, and old data should not be affected at all - it's worth running a backup of your existing logs.db before upgrading to the RC: llm logs backup logs-backup.db The RC also adds support for gpt-5.6-sol, gpt-5.6-terra, and gpt-5.6-luna. Tags: llm
Also covered by
- Simon Willison — Advancing the price-performance frontier with GPT‑5.6
- Simon Willison — llm 0.32rc2
- The New Stack — Chinese AI competitors may have forced OpenAI’s hand on pricing
- TLDR Dev — How GPT-5.6 fuses frontier intelligence with frontier efficiency
- TLDR — How ChatGPT Optimizes its Agent Loop: Harness, API, and Inference
- OpenAI Blog — Advancing the price-performance frontier with GPT-5.6
- The New Stack — OpenAI fixed GPT-5.6 Sol’s most frustrating flaw: Burning limits while it waits
- The New Stack — GPT-5.6 kernel of truth: Sol can cut its own costs, says OpenAI
- OpenAI Blog — How GPT-5.6 fuses frontier intelligence with frontier efficiency