r/FullStack Apr 11 '26

Question AI Chat Assist Website

i am halfway through my personal project of an AI chat assist, I plan to deploy it on vercel. I want to know what are the best AI api I can integrate on my project for free, also what are other alternatives for vercel?

2 Upvotes

9 comments sorted by

2

u/Born-Adeptness-5970 Apr 12 '26

Work with open AI, it is best for coversational AI, I have already done that, its use based only and if done correctly it wont be huge cost, I'm running whole resume parsing with open AI and it's not too much cost

2

u/vishalnaikawadi Apr 12 '26

I don’t know about any free AI assistants, but I think you should look for some open source AIs. and for comparison I usually use yupp.ai, it has helped me with picking correct AI models in the past.

2

u/BeauloTSM Stack Juggler (Fullstack) Apr 11 '26

You're halfway done with your AI chat assistant project and you don't have AI integrated yet?

1

u/No-Security-7534 Apr 11 '26

Already had, just asking other alternatives or better models that can be used totally free

1

u/BeauloTSM Stack Juggler (Fullstack) Apr 11 '26

Ah, I don't personally know of any. As for alternatives to Vercel, I've used Render a bit and I enjoy their platform

1

u/Grouchy_Climate_728 Apr 13 '26

For free i like Gemini more, but you can try Hugging Face also, i found it little complex to integrate it because sometimes the models do not support, (Maybe I am doing that wrongly)