Guides & reference
Everything you need to go from a dataset to a validated model — and how your free beta compute (the Compute Passport), the GPU safeguards, and the API work.
Last updated · May 31, 2026
No sample data yet? Use the in-app sample datasets on the new-project screen to try a full run end-to-end.
| Tabular | CSV, Parquet, XLSX |
| Text / documents | CSV, JSONL, TXT, MD |
| Images | ZIP of images or labeled folders; COCO / YOLO annotations for detection & masks; image_path + numeric-target manifest (CSV/JSON/Parquet/XLSX) for image regression |
| Audio | ZIP of audio files + manifest |
| Geospatial | GeoJSON, lat/long CSV |
| Chemistry / graphs | SMILES CSV, edgelist CSV, graph JSON |
Large datasets upload best as a single .zip — zipping a folder lets Laplace stream the archive straight to object storage. If you drop a loose folder that is too large, Laplace will ask you to zip it and try again.
Laplace is a closed beta. New accounts join with an invite code tied to a lab — your code attaches you to your lab’s workspace and shared compute. If you received a code by email, the link drops you on sign-up with it pre-filled; otherwise paste it on the sign-up screen.
On your first run you’ll accept a short Beta Test Agreement (the product is pre-1.0, evolving fast, and your feedback shapes it). Need codes for collaborators, or ran out? Ask your lab’s champion or reach the team.
Instead of plans and credits, every beta lab gets a Compute Passport: a monthly budget measured in internal compute dollars (hardware-neutral, so you never reason about GPU-hours). CPU runs are nearly free; GPU jobs are metered against the budget. Before any GPU run, Laplace shows a cost-and-runtime estimate, and you can watch your balance on the project’s Compute Passport panel and on your account page.
| Price | Free during the beta | no card, no plan |
| Compute budget | $35 / month | internal compute credit — CPU runs are nearly free; GPU is metered against it |
| Heavy runs | $125 moonshot voucher | request a big run; we approve and fund it |
| Concurrent runs | 1 GPU job at a time | CPU runs aren't limited |
| GPU ceiling | up to A100-40GB self-serve | H100 / H200 / B200 unlock via a moonshot |
| Max runtime | 4 hours per run | runs that would exceed your budget are blocked before any spend |
| Storage | 5 GB | large datasets stream straight to object storage as a single .zip |
Need more than the self-serve budget allows — a long fine-tune, a big sweep, or a top-tier GPU? Request a moonshot from the run screen; we review it and fund the voucher. When the LLM-assisted planner is unavailable, Laplace falls back to a rule-based parser at no extra cost.
GPU jobs are metered per run and capped by a per-run cost limit and your monthly Compute Passport budget. If a run would exceed either cap, Laplace blocks it with a clear message before any spend occurs, and warns you as you approach the limit. An administrator kill-switch can pause all GPU jobs during incidents. Heavy vision and deep-learning tasks (object detection, segmentation, transformer fine-tunes) run on the GPU worker — see the capability matrix for which tasks require it.
Every model ships with a plain-English trust verdict backed by concrete checks: leakage detection, baseline comparison, group/time-aware validation, small-sample and class-imbalance warnings, out-of-distribution checks, and conformal uncertainty where applicable.
A trust score describes the model on your data; it is not a guarantee. For advisory tasks like causal inference, the verdict cannot validate the underlying assumptions, those remain your responsibility. See the disclaimers on the capability matrix.
Laplace exposes a REST API for projects, datasets, runs, models, and deployments. Authenticate with a bearer token from your account, then call the JSON endpoints (for example, list capabilities at GET /capabilities, or your compute usage at GET /compute/wallet). The API and deployment endpoints are open to every beta lab. Full per-endpoint reference is rolling out — tell us what you’re building via contact.
You own your data. Export your datasets, models, and reports at any time, and delete individual projects, your account, or (for owners) your whole organization from settings. After deletion, content is removed from primary systems within 30 days and from backups within 90 days. See the Privacy Policy and Security Overview.