TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Open-source alternative to OpenAI Assistants API

2 pointsby henry_pulverover 1 year ago
GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;Superflows-AI&#x2F;superflows">https:&#x2F;&#x2F;github.com&#x2F;Superflows-AI&#x2F;superflows</a><p>Henry and Matt here: we’ve built Superflows - a fully open source alternative to the OpenAI Assistants API. It makes it easy to add an AI assistant to a SaaS product.<p>The assistant answers questions or completes tasks for the user by calling API endpoints in your SaaS product. E.g. a user could ask their CRM assistant “Eve is sick today, move her calls to the rest of the team - prioritise those who’ve had prior contact with the prospect” and the assistant would do this by calling the CRM’s API.<p>Like OpenAI’s recent Assistants API release, it handles threads, chat history, RAG on your docs and API call selection, but without the lock-in to OpenAI &amp; you can self-host.<p>It supports various LLMs: an OS model we fine-tuned (based on Mistral 7B), fine-tuned GPT3.5 &amp; GPT4. We also support Claude 2, Llama 2 and PaLM, but haven’t tested them rigorously. We’re still working on streaming the Mistral model, but have it hosted without for now.<p>You can upload your swagger file (OpenAPI spec) to get up and running. Endpoints can be enabled&#x2F;disabled and you can evaluate performance in the playground. There’s a React component library for easy integration.<p>You can self-host for free. We&#x27;re charging for the cloud version. This has faster &amp; easier setup, user permissions, analytics (soon) &amp; support.<p>Give it a spin and let us know what you think!

no comments

no comments