| I’ve always liked how if I ask ChatGPT to make or edit an image, it just does it. Local AI should be this convenient! One install, one endpoint. Ask for an image of a cat and it appears. Ask for a hat on the cat, with a narrated story. Now we can easily build immersive experiences. Lemonade's OmniRouter brings that same pattern to local through built-in tools:
Your workflow talks to Lemonade running on your own NPU/GPU through OpenAI-compatible tool calling. How it works:
That’s it. No custom orchestration layer, no new abstractions to learn. Check it out in this 181-line e2e Python example. We’ve added support for OmniRouter in our reference web ui (also available as a Tauri app), which is what you’re seeing in the video. But I’m much more excited to see what people build on top. I know my next project is going to be some kind of TTRPG-style adventure game. It’s already surprisingly fun to ask OmniRouter to be a dungeon master who illustrates and narrates the story, and I think it can be enhanced quite a bit if I build an app/harness around it. If you find this interesting, please drop us a star and say hi! * GitHub: https://github.com/lemonade-sdk/lemonade * Discord: https://discord.gg/5xXzkMu8Zk [link] [comments] |
Lemonade OmniRouter: unifying the best local AI engines for omni-modality
Reddit r/LocalLLaMA / 4/29/2026
💬 OpinionDeveloper Stack & InfrastructureTools & Practical UsageModels & Research
Key Points
- LemonadeのOmniRouterは、ローカルで動く複数のAIエンジン(sd.cpp、kokoros、whisper.cpp、llama.cpp)を1つのパターンで統合し、画像生成/編集・音声合成・文字起こし・視覚処理を同じ体験として提供することを目指しています。
- OpenAI互換のツール呼び出し(tool calling)を通じて、ワークフロー側からLLMが適切なローカルエンジンへルーティングできる仕組みになっています。
- 実装手順は、Lemonadeをシステムに導入し、ツール定義をワークフローに追加し、LLMのツール呼び出し結果をループに返すだけだと説明されています。
- 公式の参照Web UI(Tauriアプリとしても提供)でOmniRouter対応が追加され、あわせてエンドツーエンドのPython例(約181行)も公開されています。
- 投稿者は、OmniRouterを土台にしたTTRPG風の没入型アドベンチャーなどのアプリ開発に期待を示しています。
Related Articles

Black Hat USA
AI Business
How are LLMs 'corrected' when users identify them spreading misinformation or saying something harmful?
Reddit r/artificial
The Landing: Portable Payload for AI Systems
Reddit r/artificial
I Made a CLI That Yells at Your Code Until It Gets an A
Dev.to
BizNode Pro: run up to 5 independent Telegram bots, each with its own identity, knowledge base, and AI persona
Dev.to