Vendor Catalog
Ollama
Local open-source LLMs and embeddings
Vendor ID: ollama · Maturity: preview · Categories: AI
Ollama — local LLMs and embeddings discovered via /api/tags. Wire protocol: openai-chat-v1 (Ollama exposes an OpenAI-compatible surface).
Auth
| Credential | Notes |
|---|---|
none | Local runner, no auth. The integration takes a baseUrl (default http://localhost:11434). |
Capabilities
| Capability | Notes |
|---|---|
| LLM | Model auto-discovery via /api/tags — whatever the local Ollama process has pulled is selectable. |
| Embedding | Same auto-discovery; embedding-capable models are filtered. |
Use Ollama in air-gapped or development setups where the workspace shouldn't talk to a hosted LLM provider.