# `Aludel.Interfaces.LLM.Providers.Ollama`
[🔗](https://github.com/ccarvalho-eng/aludel/blob/main/lib/aludel/interfaces/llm/providers/ollama.ex#L1)

Ollama API adapter implementation.

Handles API communication with local Ollama models through the
configured HTTP adapter.

Ollama doesn't require authentication, so we pass a random string
as api_key to ReqLLM.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
