Connect a custom model¶
Image classification¶
Custom PyTorch image classifiers are currently documented. Supply the model, its matching preprocessing pipeline, and optional category labels.
Follow the custom PyTorch model guide
LLM providers¶
The LLM explainer accepts built-in provider identifiers and provider-specific client arguments. See provider configuration.
Image generation and editing¶
Under construction
Stable adapter contracts for image-generation and image-editing models are not yet available. The current Pix2PixExplainer is an early prototype interface within this broader capability.
See the image-generation roadmap.
Other modalities¶
Under construction
Stable adapter contracts for tabular, text, point-cloud, time-series, and multimodal models will be documented after their implementations are available.