LocalAI v4.1.1 adds Gemma 4 thinking support and an API for coding agents to discover LocalAI configuration.
$ git clone --branch v4.1.1 https://github.com/mudler/LocalAI.git # already have the repo? check out this version: $ git checkout v4.1.1
- ›Adds a new API endpoint allowing coding agents to interactively discover how to control and configure LocalAI at runtime.
- ›Adds thinking support for Gemma 4 models via the
gemma4backend. - ›Adds autoparser preference for chat deltas emitted directly from backends, improving streaming fidelity.