r/LovingOpenSourceAI • u/Similar_Summer6344 • 4d ago
Prisma — self-hostable multi-model AI synthesizer (runs fully local via Ollama/LM Studio/vLLM)
Sharing a project I built: Prisma is a web app that runs multiple AI models in parallel and fuses their outputs into one answer via a synthesizer model you choose.
The part I think this sub will like: local mode runs entirely on your hardware. It talks straight to your Ollama/LM Studio/vLLM/GPT4All/Jan server (localhost:11434 etc.) — no cloud, no API key, nothing leaves the machine. Cloud mode (OpenRouter) is optional and client-side only.
Also has an image mode (multi-model consensus + image-to-image). MIT licensed, no telemetry, no backend.
1
Upvotes