simonw/llm
GitHub 仓库 中按Star排名第 190 / 共 783
Access large language models from the command-line
项目介绍
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.
Watch Language models on the command-line on YouTube for a demo or read the accompanying detailed notes.
First, install LLM using pip or Homebrew or pipx or uv:
If you have an OpenAI API key key you can run this:
Run prompts against Gemini or Anthropic with their respective plugins:
You can also install a plugin to access models that can run on your local device. If you use Ollama:
To start an interactive chat with a model, use llm chat:
最新指标
| Star | 12.2k | 2026-07-16 |
|---|---|---|
| Fork | 925 | 2026-07-16 |
| 提交 | 1.1k | 2026-07-16 |
| 发布 | 64 | 2026-07-16 |
| Watcher | 66 | 2026-07-16 |
| 开放 issue | 425 | 2026-07-16 |
| 开放 PR | 228 | 2026-07-16 |