llm-ollama
LLM plugin providing access to models running on an Ollama server
...It automatically discovers available models from the connected Ollama instance and registers them for use within the CLI, making it easy to run prompts, chat sessions, and embedding operations without manual configuration. The plugin supports both local and remote Ollama servers, allowing flexible deployment scenarios ranging from local machines to cloud-hosted environments. It includes support for multimodal inputs such as image attachments, enabling interaction with vision-capable models. The system also integrates tool usage, allowing models to call predefined utilities such as web search and fetch operations to enhance responses. ...