Tag: release notes

  • Simon Willison’s Weblog: llm-openrouter 0.4

    Source URL: https://simonwillison.net/2025/Mar/10/llm-openrouter-04/ Source: Simon Willison’s Weblog Title: llm-openrouter 0.4 Feedly Summary: llm-openrouter 0.4 I found out this morning that OpenRouter include support for a number of (rate-limited) free API models. I occasionally workshops on top of LLMs (like this one) and being able to provide students with a quick way to obtain an API…

  • Simon Willison’s Weblog: Demo of ChatGPT Code Interpreter running in o3-mini-high

    Source URL: https://simonwillison.net/2025/Mar/5/code-interpreter/ Source: Simon Willison’s Weblog Title: Demo of ChatGPT Code Interpreter running in o3-mini-high Feedly Summary: Demo of ChatGPT Code Interpreter running in o3-mini-high OpenAI made GPT-4.5 available to Plus ($20/month) users today. I was a little disappointed with GPT-4.5 when I tried it through the API, but having access in the ChatGPT…

  • Simon Willison’s Weblog: llm-mistral 0.11

    Source URL: https://simonwillison.net/2025/Mar/4/llm-mistral-011/#atom-everything Source: Simon Willison’s Weblog Title: llm-mistral 0.11 Feedly Summary: llm-mistral 0.11 I added schema support to this plugin which adds support for the Mistral API to LLM. Release notes: Support for LLM schemas. #19 -o prefix ‘{‘ option for forcing a response prefix. #18 Schemas now work with OpenAI, Anthropic, Gemini and…

  • Simon Willison’s Weblog: Structured data extraction from unstructured content using LLM schemas

    Source URL: https://simonwillison.net/2025/Feb/28/llm-schemas/#atom-everything Source: Simon Willison’s Weblog Title: Structured data extraction from unstructured content using LLM schemas Feedly Summary: LLM 0.23 is out today, and the signature feature is support for schemas – a new way of providing structured output from a model that matches a specification provided by the user. I’ve also upgraded both…

  • Simon Willison’s Weblog: llm-anthropic 0.14

    Source URL: https://simonwillison.net/2025/Feb/25/llm-anthropic-014/#atom-everything Source: Simon Willison’s Weblog Title: llm-anthropic 0.14 Feedly Summary: llm-anthropic 0.14 Annotated release notes for my new release of LLM. The signature feature is: Support for the new Claude 3.7 Sonnet model, including -o thinking 1 and -o thinking_budget X for extended reasoning mode. #14 I had a couple of attempts at…

  • Simon Willison’s Weblog: LLM 0.22, the annotated release notes

    Source URL: https://simonwillison.net/2025/Feb/17/llm/#atom-everything Source: Simon Willison’s Weblog Title: LLM 0.22, the annotated release notes Feedly Summary: I released LLM 0.22 this evening. Here are the annotated release notes: model.prompt(…, key=) for API keys chatgpt-4o-latest llm logs -s/–short llm models -q gemini -q exp llm embed-multi –prepend X Everything else model.prompt(…, key=) for API keys Plugins…

  • Cloud Blog: Improving model performance with PyTorch/XLA 2.6

    Source URL: https://cloud.google.com/blog/products/application-development/pytorch-xla-2-6-helps-improve-ai-model-performance/ Source: Cloud Blog Title: Improving model performance with PyTorch/XLA 2.6 Feedly Summary: For developers who want to use the PyTorch deep learning framework with Cloud TPUs, the PyTorch/XLA Python package is key, offering developers a way to run their PyTorch models on Cloud TPUs with only a few minor code changes. It…

  • Simon Willison’s Weblog: LLM 0.20

    Source URL: https://simonwillison.net/2025/Jan/23/llm-020/#atom-everything Source: Simon Willison’s Weblog Title: LLM 0.20 Feedly Summary: LLM 0.20 New release of my LLM CLI tool and Python library. A bunch of accumulated fixes and features since the start of December, most notably: Support for OpenAI’s o1 model – a significant upgrade from o1-preview given its 200,000 input and 100,000…