Get predictions on tabular data — run locally or call the hosted API.
Synthefy Tabular predicts continuous values from tabular data. You give it some labeled rows as examples, and it predicts on new rows — no training, no fine-tuning required.GitHub · 🤗 Hugging FaceThere are two ways to use it:
Run locally
Install the Python package and run inference on your own machine or server.
Call the API
Send a request to our hosted endpoint. No setup, no GPU required.
predictions contains one value per row in X_test. The usage field follows the OpenAI token counting convention — input_tokens counts every non-null value sent, output_tokens is one per predicted row.
The first request after the model has been idle may take ~90 seconds while it warms up. Subsequent requests return in 1–2 seconds.