# Anomaly The `AnomalyModel` is a generic OpenVINO model that aims to provide a single interface for all the exported models based on [Anomalib](https://github.com/openvinotoolkit/anomalib). Currently, the `AnomalyModel` supports the following models: - Padim - STFPM ```{eval-rst} .. automodule:: model_api.models.anomaly :members: :undoc-members: :show-inheritance: ```