When you need a GPU for AI (and when you do not)
Updated 7/20/2026
A GPU massively accelerates AI tasks, but it costs more. Here is when you really need one.
Runs fine on CPU
- Small language models (1-3 billion parameters) for simple tasks.
- Low volumes, where a few seconds of waiting are acceptable.
- Occasional audio transcription with small Whisper models.
You need a GPU
- Large language models (over 7 billion parameters) with fast responses.
- Image generation with Stable Diffusion, see image generation.
- Training or fine-tuning models.
- Many concurrent requests (multiple users).
The practical difference
A model that responds in 30 seconds on CPU can respond in under a second on a GPU. For an app used by several people, the GPU becomes necessary.
Hourly billing for AI
With hourly billing you can start a GPU server only for as long as you need (for example for a batch of generations or a fine-tuning run) and delete it after, paying only for the hours used. See the GPU plans.
Put this guide into practice on your own VPS
EU cloud servers, billed hourly, ready in minutes, with one-click installs for dozens of apps.
See pricingRelated tutorials
How to use OpenHands as an AI software engineer
OpenHands takes a task and writes, runs and debugs the code on its own. Here is how to use it safely.
Updated 7/20/2026AI & self-hostingHow to extract web data without code, using Maxun
Build robots that collect data from websites by clicking, without writing a line of code.
Updated 7/20/2026AI & self-hostingHow to build a customer chatbot with Dify
Use Dify to create an assistant that answers from your company documents, without writing code.
Updated 7/20/2026