overview
Overview
LLM is a command-line utility and Python library designed for interacting with various large language models. It supports models from providers such as OpenAI, Anthropic, Google, and Meta, along with local models that can be run on a user's machine. The tool facilitates running prompts, generating embeddings, and extracting structured content.
This utility also supports multimodal interactions, allowing users to send images, audio, and video files to compatible models. Its plugin architecture enables extended functionality, including the integration of new embedding models and additional LLM providers.
