Tag: schema support
-
Simon Willison’s Weblog: Introducing Command A: Max performance, minimal compute
Source URL: https://simonwillison.net/2025/Mar/13/command-a/#atom-everything Source: Simon Willison’s Weblog Title: Introducing Command A: Max performance, minimal compute Feedly Summary: Introducing Command A: Max performance, minimal compute New LLM release from Cohere. It’s interesting to see which aspects of the model they’re highlighting, as an indicator of what their commercial customers value the most (highlight mine): Command A…
-
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: Cutting-edge web scraping techniques at NICAR
Source URL: https://simonwillison.net/2025/Mar/8/cutting-edge-web-scraping/#atom-everything Source: Simon Willison’s Weblog Title: Cutting-edge web scraping techniques at NICAR Feedly Summary: Cutting-edge web scraping techniques at NICAR Here’s the handout for a workshop I presented this morning at NICAR 2025 on web scraping, focusing on lesser know tips and tricks that became possible only with recent developments in LLMs. For…
-
Simon Willison’s Weblog: llm-ollama 0.9.0
Source URL: https://simonwillison.net/2025/Mar/4/llm-ollama-090/ Source: Simon Willison’s Weblog Title: llm-ollama 0.9.0 Feedly Summary: llm-ollama 0.9.0 This release of the llm-ollama plugin adds support for schemas, thanks to a PR by Adam Compton. Ollama provides very robust support for this pattern thanks to their structured outputs feature, which works across all of the models that they support…
-
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…