Open source
Code and weights.
Apache 2.0. Commercial use allowed.
Nori V1 — Replaces XGBoost
·→Open-weight tabular foundation model
Nori V1 is the open-weight foundation model for tables. Apache 2.0 code and weights, free for commercial use.
Quickstart
Pass test rows with labeled context. Nori returns predictions without fitting a new model.
pipinstallsynthefy-noriWeights download once and are cached locally.
from synthefy_nori import NoriRegressor model = NoriRegressor()predictions = model.predict(X_test, X_train, y_train)predict() takes test rows and labeled context in one call. Single GPU with automatic CPU fallback.Benchmarks
No feature engineering, training, or hyperparameter tuning.
Read the full evaluationNori-30M thinking beats Google’s 1.6B TabFM on median R².
Nori-30M rivals Google’s 1.6B TabFM at roughly 50× smaller.
Run Nori
Open source
Apache 2.0. Commercial use allowed.
Managed API
Hosted through Baseten with SOC 2 Type II and zero data retention.
API quickstartFAQ
Nori is an open-weight foundation model for tabular prediction.
No. Pass test rows with labeled context in one predict() call, and Nori returns predictions without fitting a new model.
Yes. Install synthefy-nori, download the weights once, and run Nori locally. The weights are cached after the first download.
Yes. Nori’s code and model weights are licensed under Apache 2.0 and are free for commercial use.