Headline
- A new
POST /v1/models/registerendpoint registers or updatesuser.*model definitions without downloading any files. - New
GET/POST/DELETE /v1/models/{id}/optionsendpoints save, inspect, and reset per-model recipe options without loading the model, with per-load transient overrides. - New
GET /v1/statsand Prometheus/metricsendpoints report prefix-cache effectiveness and router route-switch counters. - The built-in catalog adds the Qwen3.8-27B and NVIDIA Nemotron 3.5 Lightning 30B-A3B GGUF models and the Z-Image-Turbo image model.
- Lemonade can now be installed on Windows with
wingetand on macOS with a Homebrew cask.
Breaking Changes
POST /pullnow returns 400 and registers nothing when a model definition names an unservable or contradictory deployment mode; such labels are no longer silently normalized.- Stored
user_models.jsonentries that violate the new deployment-mode label rule are now skipped at startup with an error instead of being repaired. - Removed the deprecated
Lite CollectionandUltra Collectionmodel registry entries. /v1/audio/transcriptionsnow returns raw text bodies fortext/srt/vttinstead of a JSON{text: ...}wrapper, and returns 400 for unsupportedresponse_formatvalues.- The TheNoise image backend no longer accepts per-request
upscaleandlora_dirrecipe options;lora_diris now set server-wide inconfig.jsonandupscaleis only honored as a passed-through request parameter. lemonade launch opencodenow emits alimitobject (limit.context/limit.output) instead of a top-levelcontextWindowfield.- The
no_broadcastconfig key is replaced by an invertedbroadcastboolean, auto-migrated on load. - An existing but unreadable
extra_models_dirnow returns 400 on/internal/setinstead of being silently applied.
Lemonade Server
| Operating System | Downloads |
|---|---|
| Windows | lemonade.msi |
| Ubuntu 24.04+ | Launchpad PPA |
| Debian 13 (x86_64) | lemonade-server_11.7.0-debian13_amd64.deb |
| Debian 13 (ARM64) | lemonade-server_11.7.0-debian13_arm64.deb |
| Fedora 43 (x86_64) | lemonade-server-11.7.0-fc43.x86_64.rpm |
| Fedora 43 (ARM64) | lemonade-server-11.7.0-fc43.aarch64.rpm |
| Fedora 44 (x86_64) | lemonade-server-11.7.0-fc44.x86_64.rpm |
| Fedora 44 (ARM64) | lemonade-server-11.7.0-fc44.aarch64.rpm |
| macOS | Lemonade-11.7.0-Darwin.pkg |
Other platforms? See our Installation Options for Docker, Snap, Arch, Debian, and more.
Embeddable Lemonade
Portable binaries for bundling into your own installer. Run lemond ./ as a subprocess.
| Platform | Download |
|---|---|
| Ubuntu x64 | lemonade-embeddable-11.7.0-ubuntu-x64.tar.gz |
| Ubuntu arm64 | lemonade-embeddable-11.7.0-ubuntu-arm64.tar.gz |
| Windows x64 | lemonade-embeddable-11.7.0-windows-x64.zip |
| macOS arm64 | lemonade-embeddable-11.7.0-macos-arm64.tar.gz |
What's Changed
Thanks @SlawomirNowaczyk, @abn, @anditherobot, @bitgamma, @blackdeathdrow, @bong-water-water-bong, @fl0rianr, @ianbmacdonald, @iswaryaalex, @jeremyfowers, @kenvandine, @mzyy94, @osimarr, @popey, @ramkrishna2910, @superm1, @yelliver, @zaneni6 for your awesome contributions to this release!
Click to expand changelog
chat label by @jeremyfowers in #3099
New Contributors
- @yelliver made their first contribution in #2970
- @zaneni6 made their first contribution in #3144
- @mzyy94 made their first contribution in #3166
Full Changelog: v11.6.0...v11.7.0
Windows installers are signed. Free code signing provided by SignPath.io, certificate by SignPath Foundation. See our Code Signing Policy.