Show HN: An open-source app to query 10 AI models at once

github.com

5 points by nexarithm a day ago

Hey HN,

My workflow for any complex queries is to ask it in multiple AI chats (Gemini, Claude, o3,..) in parallel and then continue the conversation with the chat response that I found the most useful.

I built a simple open source app that queries 10+ AI models at once and summarizes their answers with a selected combiner AI model.

There's a GIF in the github repo that shows it in action. You can try it on your local machine: https://github.com/Nexarithm/multi_model_chat

If you are interested, I also made a detailed blog post on technical details, feature of the personal helper sites, and vibecoding limitations: https://www.proxai.co/blog/archive/multi-model-ai-chat-app

I'd love to hear your feedback. Feel free to open an issue or a pull request on GitHub!

mkagenius 7 hours ago

Check out aidp.fun it was posted here a month back. It's a similar idea.

oksteven 21 hours ago

What a coincidence, I built InstaAsk.ai that work similarly. It does not combine the result yet.

  • nexarithm 21 hours ago

    It seems really good actually. I can use that directly. I believe there is a need for these cross model chats.

    I have quick question; I am not familiar with the AI chat space that much but do you think using their API's directly on chat app aligned with their policies? Sometimes companies are not allowing to make directly competing products on their APIs.

    • oksteven 14 hours ago

      I am not aware of any policy about using any AI side by side with competitors.