Tag: annotated

  • 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: What’s new in the world of LLMs, for NICAR 2025

    Source URL: https://simonwillison.net/2025/Mar/8/nicar-llms/ Source: Simon Willison’s Weblog Title: What’s new in the world of LLMs, for NICAR 2025 Feedly Summary: I presented two sessions at the NICAR 2025 data journalism conference this year. The first was this one based on my review of LLMs in 2024, extended by several months to cover everything that’s happened…

  • 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…

  • Hacker News: Gemini beats everyone on new OCR benchmark

    Source URL: https://arxiv.org/abs/2502.06445 Source: Hacker News Title: Gemini beats everyone on new OCR benchmark Feedly Summary: Comments AI Summary and Description: Yes Summary: The text discusses a new open-source benchmark designed to evaluate Vision-Language Models (VLMs) on Optical Character Recognition (OCR) in dynamic video contexts. This is particularly relevant for AI, as it highlights advancements…

  • Simon Willison’s Weblog: Anthropic’s new Citations API

    Source URL: https://simonwillison.net/2025/Jan/24/anthropics-new-citations-api/#atom-everything Source: Simon Willison’s Weblog Title: Anthropic’s new Citations API Feedly Summary: Here’s a new API-only feature from Anthropic that requires quite a bit of assembly in order to unlock the value: Introducing Citations on the Anthropic API. Let’s talk about what this is and why it’s interesting. Citations for Retrieval Augmented Generation…