Back to the changelog

v0.24.10

June 20, 2026

Local AI provider (Ollama): no API key required and a uniform URL format

  • Feature

    Local AI provider (Ollama)

    You can now connect a **local AI provider like Ollama** without an API key: providers can be configured with just **URL and model**. Network protection (SSRF) was relaxed **only for AI providers** (admin-configured) so they can point to an Ollama on `localhost` / the internal network; cloud-metadata endpoints remain blocked. **Uniform URL format**: you can enter the same address you use in n8n (e.g. `http://host.docker.internal:11434`) without adding `/v1` — the system completes it automatically when needed.