sdm.models#

Overview#

Model

Release Date

Parameter Count

Code License

Weights License

TabICLv2 (Paper)

2026-02-12

27.55M (classification)
28.54M (regression)

BSD-3-Clause

BSD-3-Clause

TabFM (Blog)

2026-06-30

1.64B (classification)
1.65B (regression)

Apache-2.0

tabfm-non-commercial-v1.0

KumoTabular (Blog)

2026-09-28

27.44M-61.43M (classification)
28.45M-62.44M (regression)

Apache-2.0

OpenMDW-1.1

KumoRelational (Paper)

2026-04-14

29.93M (classification)
30.94M (regression)

Apache-2.0

OpenMDW-1.1, with BSD-3-Clause third-party notice

Model API#

ICLModel

Base model for in-context foundation models on structured data.

TabICLv2

The tabular foundation model from the "TabICLv2: A Better, Faster, Scalable, and Open Tabular Foundation Model" paper.

TabFM

The tabular foundation model from "Introducing TabFM: A Zero-shot Foundation Model for Tabular Data".

KumoTabular

The tabular foundation model from "NVIDIA Kumo Tabular Sets a New Accuracy-Efficiency Frontier for Tabular Prediction".

KumoRelational

An adapted version of the relational foundation model from the "KumoRFM-2: Scaling Foundation Models for Relational Learning" paper.