llm 0.35 Adds Support for OpenAI's GPT-6 Astra Model
llm 0.35 adds support for OpenAI's gpt-6-astra model to Simon Willison's command-line and Python tool for talking to language models.
What it is
llm 0.35 is a point release of Simon Willison's llm tool, the command-line and Python interface for querying multiple LLM providers from one CLI.
What it does
It registers the new `gpt-6-astra` model ID, following OpenAI's GPT-6 Astra launch, so it can be called with `llm -m gpt-6-astra` alongside every other model llm already supports.
Why it matters
Anyone scripting comparisons across providers gets same-day access to a brand-new frontier model through the same CLI they already use for Claude, Gemini, and open-weight models, instead of writing a one-off API client.
How to use it
Run `llm install -U llm` (or upgrade via pip/uv) to pull 0.35, then call `llm -m gpt-6-astra "your prompt"` once you've set an `OPENAI_API_KEY`.