Docs
Documentation
⌘K
Welcome to Datavere
Datavere is AI cloud infrastructure for data workloads. These docs cover the CLI, SDKs, and APIs you need to ship training, fine-tuning, inference, and pipelines.
Quickstart
Spin up your first GPU in under 5 minutes.
Open
Guides
Recipes for training, fine-tuning, and serving.
Open
SDK Reference
Python and TypeScript SDKs, fully typed.
Open
Operations
Capacity, quotas, billing, and security.
Open
quickstart.sh
# install curl -fsSL https://get.datavere.dev | sh # login and launch dv login dv gpu launch --type a100 --image datavere/torch:2.4 \ --command "python train.py"
Looking for something not here? Ask on the Discourse forum or open an issue on GitHub.