guides
Learn GPU Flow by watching it done
Short videos recorded on the real panel, screen by screen. No voice-over and no sign-up: watch it, then repeat it in your own account.
9 videos · 8 minutes in total
token factory
From your account to your first call
Start with your account and your credit and finish calling a model from your terminal, in the order you will need it.
sandboxes
Your cloud workspace, from the inside
What a Sandbox page looks like, how you connect over SSH, and what happens to your files when you pause or delete it.
dedicated gpu
A whole machine for you
How to request a dedicated GPU and how it is billed.
Coming soon: the dedicated GPU videos are yet to be recorded. In the meantime, its product page tells the whole story.
Glossary15 terms in plain language, in case you have hit a word you did not know.
General concepts
- GPU
- Graphics card. A chip built to do huge numbers of calculations at once; it's what makes AI fast.
- Inference
- The moment a trained model answers a question. The opposite of "training".
- LLM
- "Large Language Model": an AI model that understands and generates text (like the one behind a chat).
- Token
- The smallest chunk of text the model counts. A short word ≈ 1 token. It's the unit price is measured in.
- API
- The "door" through which one program talks to another over the internet.
- SDK
- A toolkit (library) for your programming language that makes using an API easier.
- Streaming
- Receiving the answer bit by bit, word by word, instead of waiting for the whole thing.
- base_url
- The address your code sends requests to. Changing it is all you need to use GPU Flow.
Sandboxes & infrastructure
- SSH
- A secure way to connect to and command a remote computer from your own.
- Public / private key
- The SSH file pair: the public one is the lock (shared), the private one is the key (never shared).
- Bastion
- A secure middle server you pass through to reach your Sandbox, no VPN needed.
- Persistent volume
- The disk (/workspace) where your files live. It survives even if you delete the Sandbox.
- Auto-suspend
- The Sandbox sleeping by itself after a while idle to stop charging you compute.
- vCPU / RAM / vRAM
- Processor, system memory and graphics-card memory, respectively.
- RGPD / GDPR
- The European data-protection regulation. GPU Flow complies by keeping everything in the EU.
Now do it in your own panel
The best way to learn this is to repeat it. Create your free account and follow the same steps with your own data.