# `Agentic.LLM.Transport.Ollama`

Transport for the Ollama wire format
(`POST {base_url}/api/chat`, `POST {base_url}/api/embed`).

Ollama runs locally so there's no auth and no rate limiting. The
base URL defaults to `http://localhost:11434` but the provider may
override it via `OLLAMA_HOST`.

---

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