# llm CLI A CLI utility and Python library for interacting with [[Large Language Models (LLMs)]], both via remote APIs and models that can be installed and run on your own machine. It can: - Run prompts from the command-line - Store results in SQLite - Generate embeddings - ... Intro video: ![](https://www.youtube.com/watch?v=QUXQNi6jQ30) ## References - Documentation: https://llm.datasette.io - Explanations: https://simonwillison.net/2024/Jun/17/cli-language-models/ - Source code: https://github.com/simonw/llm