JADE: Simple Multi-Model Chatbot



I often use LLMs and quickly found myself asking GPT4, Gemini and Claude the same question. I wanted to be able to ask the same question to multiple models, compare their answers and pick the best one.

So I built a simple chatbot that use different LLM APIs. You can create bots with a specific model and prompt. You can select as many bots to answer a question. You can then compare the answers and choose the best one. You can continue the conversation with the best answer, meaning using answer from one model to ask another model.

Multi-Models

JADE a simple Multi-Model chatbot. The idea is to use multiple models within the same conversation. Here are the key points:

  1. When asking a question, you can query multiple models and compare their responses to choose the best one.
  2. The selected response can be used for the next message across all models.

For example, a response from GPT-4 Omni can be used by Claude Haiku.

I am using the app myself for months now and it's been a great experience at minimum price (around 4$/month) accross all APIs. The app itself is totally free to use for now, I may add a paid and free tier with message limits in the future. But I aim at like 1-3$ per month.

Try JADE now for free!

More information