Skip to content

v11.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Aug 19:39
· 8 commits to main since this release

Headline

  • A new POST /v1/models/register endpoint registers or updates user.* model definitions without downloading any files.
  • New GET/POST/DELETE /v1/models/{id}/options endpoints save, inspect, and reset per-model recipe options without loading the model, with per-load transient overrides.
  • New GET /v1/stats and Prometheus /metrics endpoints 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 winget and on macOS with a Homebrew cask.

Breaking Changes

  • POST /pull now 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.json entries that violate the new deployment-mode label rule are now skipped at startup with an error instead of being repaired.
  • Removed the deprecated Lite Collection and Ultra Collection model registry entries.
  • /v1/audio/transcriptions now returns raw text bodies for text/srt/vtt instead of a JSON {text: ...} wrapper, and returns 400 for unsupported response_format values.
  • The TheNoise image backend no longer accepts per-request upscale and lora_dir recipe options; lora_dir is now set server-wide in config.json and upscale is only honored as a passed-through request parameter.
  • lemonade launch opencode now emits a limit object (limit.context/limit.output) instead of a top-level contextWindow field.
  • The no_broadcast config key is replaced by an inverted broadcast boolean, auto-migrated on load.
  • An existing but unreadable extra_models_dir now returns 400 on /internal/set instead 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

New Contributors

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.