Documentation

How to rent an instance, host a model, and talk to the inference API. If something here is wrong, tell us; the docs are maintained by the same four people who run the hardware.

What is GPUs4All

Two products on the same account. GPU instances are raw machines you control over SSH. Model hosting takes a checkpoint and gives you an OpenAI-compatible endpoint, which is most of what people want the GPU for in the first place.

Choosing the right product

GPU instancesModel hosting
You geta machine and an IPa URL and a key
You controleverythingmodel and scaling settings
Billingper second while runningmonthly base + per token
Good fortraining, custom stacks, anything unusualserving, evaluation, product integrations

Account basics

Next steps

Start with the quickstart for a working first request, then read the API reference when you need the exact fields.