Headline
lemonade benchadds an image-generation benchmark mode with capability-aware scenario and model filtering, response capture, and a new--timeoutflag.- The Router Builder gains a Test Prompt tab, backed by a new
POST /routing/validateendpoint, that runs a routing policy against a sample prompt and shows the decision, a step-by-step trace, and a decision-tree view. - Ten MiniCPM text and vision GGUF models from ModelScope join the built-in llama.cpp catalog.
- Tool-calling requests to llama.cpp with large JSON schema bounds are now accepted, working around a grammar limit that previously rejected valid tool calls.
Breaking Changes
- llama.cpp non-streaming responses now return the requested or registered model id in the
modelfield instead of the local.ggufabsolute path. - Registered and imported collections (
user.*/extra.*) now list under their canonical prefixed id on/v1/models, Ollama/api/tags, and MCPlemonade_list_models. autobackend selection now prefers Vulkan on AMD systems across all engines, matching the llamacpp behavior.
Lemonade Server
| Operating System | Downloads |
|---|---|
| Windows | lemonade.msi |
| Ubuntu 24.04+ | Launchpad PPA |
| Debian 13 (x86_64) | lemonade-server_11.5.1-debian13_amd64.deb |
| Debian 13 (ARM64) | lemonade-server_11.5.1-debian13_arm64.deb |
| Fedora 43 (x86_64) | lemonade-server-11.5.1-fc43.x86_64.rpm |
| Fedora 43 (ARM64) | lemonade-server-11.5.1-fc43.aarch64.rpm |
| Fedora 44 (x86_64) | lemonade-server-11.5.1-fc44.x86_64.rpm |
| Fedora 44 (ARM64) | lemonade-server-11.5.1-fc44.aarch64.rpm |
| macOS | Lemonade-11.5.1-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.5.1-ubuntu-x64.tar.gz |
| Ubuntu arm64 | lemonade-embeddable-11.5.1-ubuntu-arm64.tar.gz |
| Windows x64 | lemonade-embeddable-11.5.1-windows-x64.zip |
| macOS arm64 | lemonade-embeddable-11.5.1-macos-arm64.tar.gz |
What's Changed
Thanks @QuMuzafferEge, @QuTosh, @SlawomirNowaczyk, @ZMXJJ, @abn, @ckuethe, @coolduderules, @fl0rianr, @jeremyfowers, @kenvandine, @ramkrishna2910, @sujikathir, @superm1 for your awesome contributions to this release!
Click to expand changelog
user./extra. prefix in GET /v1/models by @SlawomirNowaczyk in #2797
New Contributors
- @QuMuzafferEge made their first contribution in #2726
- @QuTosh made their first contribution in #2761
- @ZMXJJ made their first contribution in #2825
- @sujikathir made their first contribution in #2807
Full Changelog: v11.5.0...v11.5.1
Windows installers are signed. Free code signing provided by SignPath.io, certificate by SignPath Foundation. See our Code Signing Policy.