Frequently asked questions
When is self-hosting an LLM cheaper than an API?
Only at high, steady volume. A rented GPU is a fixed 24/7 cost, so it pays off once your token throughput fills it. Below the break-even volume the per-token API is cheaper because you pay only for what you use; above it, a well-utilised GPU beats the metered price.
What hidden costs does self-hosting add?
Utilisation is the big one โ a GPU billed around the clock but used 30% of the time triples your effective cost per token. On top of that come engineering time, autoscaling for spikes, model quality gaps versus frontier APIs, and reliability. Factor those before switching for the sticker saving.