Tag: plugins

  • Simon Willison’s Weblog: llm-mistral 0.14

    Source URL: https://simonwillison.net/2025/May/29/llm-mistral-014/#atom-everything Source: Simon Willison’s Weblog Title: llm-mistral 0.14 Feedly Summary: llm-mistral 0.14 I added tool-support to my plugin for accessing the Mistral API from LLM today, plus support for Mistral’s new Codestral Embed embedding model. An interesting challenge here is that I’m not using an official client library for llm-mistral – I rolled…

  • Simon Willison’s Weblog: llm-llama-server 0.2

    Source URL: https://simonwillison.net/2025/May/28/llama-server-tools/ Source: Simon Willison’s Weblog Title: llm-llama-server 0.2 Feedly Summary: llm-llama-server 0.2 Here’s a second option for using LLM’s new tool support against local models (the first was via llm-ollama). It turns out the llama.cpp ecosystem has pretty robust OpenAI-compatible tool support already, so my llm-llama-server plugin only needed a quick upgrade to…

  • Simon Willison’s Weblog: Large Language Models can run tools in your terminal with LLM 0.26

    Source URL: https://simonwillison.net/2025/May/27/llm-tools/ Source: Simon Willison’s Weblog Title: Large Language Models can run tools in your terminal with LLM 0.26 Feedly Summary: LLM 0.26 is out with the biggest new feature since I started the project: support for tools. You can now use the LLM CLI tool – and Python library – to grant LLMs…

  • Simon Willison’s Weblog: llm-pdf-to-images

    Source URL: https://simonwillison.net/2025/May/18/llm-pdf-to-images/#atom-everything Source: Simon Willison’s Weblog Title: llm-pdf-to-images Feedly Summary: llm-pdf-to-images Inspired by my previous llm-video-frames plugin, I thought it would be neat to have a plugin for LLM that can take a PDF and turn that into an image-per-page so you can feed PDFs into models that support image inputs but don’t yet…

  • Simon Willison’s Weblog: LLM 0.26a0 adds support for tools!

    Source URL: https://simonwillison.net/2025/May/14/llm-adds-support-for-tools/#atom-everything Source: Simon Willison’s Weblog Title: LLM 0.26a0 adds support for tools! Feedly Summary: LLM 0.26a0 adds support for tools! It’s only an alpha so I’m not going to promote this extensively yet, but my LLM project just grew a feature I’ve been working towards for nearly two years now: tool support! I’m…

  • Simon Willison’s Weblog: Feed a video to a vision LLM as a sequence of JPEG frames on the CLI (also LLM 0.25)

    Source URL: https://simonwillison.net/2025/May/5/llm-video-frames/#atom-everything Source: Simon Willison’s Weblog Title: Feed a video to a vision LLM as a sequence of JPEG frames on the CLI (also LLM 0.25) Feedly Summary: The new llm-video-frames plugin can turn a video file into a sequence of JPEG frames and feed them directly into a long context vision LLM such…

  • Simon Willison’s Weblog: llm-fragment-symbex

    Source URL: https://simonwillison.net/2025/Apr/23/llm-fragment-symbex/#atom-everything Source: Simon Willison’s Weblog Title: llm-fragment-symbex Feedly Summary: llm-fragment-symbex I released a new LLM fragment loader plugin that builds on top of my Symbex project. Symbex is a CLI tool I wrote that can run against a folder full of Python code and output functions, classes, methods or just their docstrings and…