

Simon Willison · depuis Februar 2025 (LLM 0.23) · 15× · vu le 08 août 2026
44
Momentum
LLM is a CLI tool and Python library for interacting with OpenAI, Anthropic's Claude, Google's Gemini, Meta's Llama and dozens of other Large Language Models, both via remote APIs and with models that can be installed and run on your own machine. LLM 0.26 is out with the biggest new feature since I started the project: support for tools. LLM 0.23 is out with the signature feature of support for schemas—a new way of providing structured output from a model that matches a specification provided by the user.
Historique du momentum
19.05.17.08.
Fonctionnalités
| Base Model | No proprietary base model – connects to OpenAI, Anthropic Claude, Google Gemini, Meta Llama and many others via plugins |
| License | Apache License 2.0 |
| Platform | macOS, Linux, Windows (Python package, installable via pip, uv or Homebrew) |
| Price | Free (open source); costs only for connected model APIs |
| Release Date | July 2023 (early version 0.5 on PyPI, project start May 2023) |
| Interface (IDE/CLI/Web) | CLI and Python library (no IDE plugin, no dedicated web UI) |
| Supported Languages | Python (library); language support depends on connected LLM provider |