Is there a specific VPS or cloud host I should look at if I want to run a website that uses an LLM? Sorry if this is a total noob question, but I have basically zero experience with this stuff and I am honestly kind of panicking because I dont even know what specs I need. I am working on a small project for a local history site in Seattle where users can chat with a little bot about old photos, and I have a really tight budget of like maybe 30 to 40 bucks a month max.
I tried looking at some providers but I got overwhelmed immediately by terms like vCPU and GPU acceleration. Do I actually need a GPU? Everything I read online contradicts itself. Im on a bit of a deadline to get this working by next month for a community event, and I have no idea if a basic digital ocean droplet will cut it or if I am going to crash the server the second someone asks it a question. Is there something that is like plug and play for someone who is clearly out of their depth here...
> If you are running an LLM... do not try to host the model yourself Totally agree! Use OpenAI GPT-4o API or Anthropic Claude 3.5 Sonnet API for a smooth, cheap ride.
Honestly, dont panic. Everyone starts somewhere. If you are running an LLM for a local history bot, you have two paths: self-hosting or using an API. For a 40 dollar budget and a tight deadline, do not try to host the model yourself on a tiny VPS. You need a beefy GPU for that to be fast, and cloud GPUs are expensive. TL;DR: Use an API service instead of a raw VPS. It is way easier. Here is the deal:
> I have basically zero experience with this stuff and I am honestly kind of panicking Dude, I am literally in the exact same boat with my side project! Building on the earlier suggestion, just keep it simple. I snagged a cheap Linode Shared CPU 4GB RAM instance for my backend, and it keeps things super affordable. You dont need fancy hardware yet, just focus on keeping your API costs low and you'll be golden!