LLM is an open-source command-line tool and Python library that provides a unified interface to interact with a wide range of large language models (LLMs) such as OpenAI, Anthropic, Google Gemini, Meta Llama, and many others. It enables users to run prompts, perform structured data extraction, generate and store embeddings, interact via chat, and connect to both remote and local models via plugins. LLM is ideal for developers, researchers, and technical users needing fast, scriptable, and extensible LLM access from the terminal or Python environment.
Visit LLM's official website for product details and getting started.
Access the source code, report issues, and contribute to the LLM project.