Luviner
13 AI engines for anomaly detection, classification & synthetic industrial failure data. No GPU needed.
2 subscribers
8.7/10 popularity
200 ms avg latency
100% success rate
12 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Luviner endpoints
| Method | Endpoint | Description |
|---|---|---|
| Catalog | ||
| GET |
listEngines /engines |
Returns the catalog of all available Luviner neural engines with their specializations, tier, and best-use-cases. |
| GET |
listFailureModes /failure-modes |
Returns all available failure modes for synthetic data generation: mechanical, thermal, electrical, and process faults. |
| Training | ||
| POST |
trainAnomaly /train/anomaly |
Train a one-class anomaly detector on NORMAL data only. The model learns what normal looks like — any future input deviating from normal is flagged as anomalous. Returns a… |
| POST |
trainClassifier /train/classifier |
Train a supervised classifier on labeled data. Returns a model_id and accuracy score. |
| Inference | ||
| POST |
predictAnomaly /predict/anomaly |
Score one or more samples using a trained anomaly detector. Returns per-sample anomaly scores and binary predictions. |
| POST |
predict /predict |
Classify one or more samples using a trained classifier. Returns per-sample predictions with confidence scores. |
| POST |
rootCause /root-cause |
Explain WHY a sample is anomalous — identifies which input features contributed most to the anomaly score. |
| Synthetic Data | ||
| POST |
generateSynthetic /synthetic/generate |
Generate realistic synthetic anomaly data for a specific industrial failure mode. Supports 12 failure types across mechanical, thermal, electrical, and process categories. Faults… |
| POST |
generateDataset /synthetic/dataset |
Generate a complete labeled dataset with multiple failure types plus normal data. Perfect for training multi-class fault classifiers. |
| Models | ||
| DELETE |
deleteModel /models/{modelId} |
|
| GET |
getModel /models/{modelId} |
|
| Account | ||
| GET |
getUsage /usage |
Returns current month's API call count, plan limits, and feature access. |
Luviner pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $29 / month | 60 / minute |
|
| ULTRA | $99 / month | 120 / minute |
|
| MEGA | $299 / month | 300 / minute |
|