Lemonade OmniRouter Unveiled
·2026.04.29 00:43
Key point
Lemonade OmniRouter unifies local AI engines into a single tool-calling endpoint.
Details
Lemonade OmniRouter unifies multiple AI capabilities on local NPU/GPU into a single OpenAI-compatible tool calling endpoint.
- sd.cpp: image generation/editing
- kokoros: speech synthesis
- whisper.cpp: speech transcription
- llama.cpp: vision processing
Lemonade handles engine installation and routing, passing the LLM's tool calls to the corresponding module and returning results back to the workflow. Support has also been added to the reference web UI and the Tauri app, and a 181-line end-to-end Python example has been released.