Best VPS or cloud h...
 
Notifications
Clear all

Best VPS or cloud hosting for hosting LLM-based websites?

4 Posts
5 Users
0 Reactions
48 Views
0
Topic starter

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...


3 Answers
12

> 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.


11

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:

  • Option 1: Use OpenAI GPT-4o-mini via their API. It is super cheap, handles the heavy lifting, and you can just host your basic website on a cheap DigitalOcean Droplet 1GB RAM 1 vCPU. This is the plug and play route.
  • Option 2: If you really want to host it yourself, look at Vultr Cloud GPU A100 40GB. Tbh this will probably blow your budget. You could try a smaller instance but your bot might lag or crash. Basically, keep the website light. A standard droplet is fine for the web server part, but let the AI provider handle the actual brain power. You wont need to worry about vCPUs or GPU acceleration if you just pipe the chat messages to an API. It is a massive headache saver. If you go the API route, you can get this running in a weekend. Just keep an eye on your usage so you dont go over budget.


3

> 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!


Share: