Guide
A self-hosted AI assistant can run on your own computer or a rented server. The right choice depends on whether it needs to work when your computer is off, how much memory the runner needs, and how much model usage you expect each month. On a rented server the fixed cost is small; model usage is what moves the total.
Where the cost comes from
Self-hosting the model isn't free tokens
Processing tokens always costs compute. You pay for it one of three ways. An API model bills per token. Self-hosting an open model on a rented GPU replaces that token bill with the GPU rental, and run 24/7 that rental is often more than the API, not less. The only path that truly removes the recurring bill is hardware you already own, and only if it fits the model and stays on when you need it.
What each path costs
| Path | Example / mo | Always-on? | Control |
|---|---|---|---|
| Your own computer Runs on your computer | $1.75/mo | Only while on | Full: keys and history stay on your machine |
| A VPS (rented server) Everyday assistant | $1.00/mo | Yes | High: you run the server |
| A managed host Zero setup | $30.00/mo | Yes | Shared: the provider runs the server |
Example totals are full-stack at moderate usage, priced from current verified data. Your model usage changes the total.
What changes the cost
How AIStackPicker checks it
Each path above is a real, priced build, not a marketing figure. AIStackPicker takes the host price from its verified source, adds estimated model usage, and shows the date behind every number so you can judge how current it is.
Related questions
Related guides
Every price is sourced and dated at its row.