A curated catalog of NVIDIA NIM microservices — production-ready AI models spanning language, vision, speech, and more — optimized for deployment with Cloudera AI Inference Service.
Models can be imported directly into the Cloudera AI Registry and deployed with a single click via Cloudera AI Inference Service.
models/public/ # Model descriptor YAMLs (latest)
models/private/ # Private cloud variants
models-order/public/ # Merge order defining catalog sequence
manifests/ # Model Registry manifest versions
airgap-scripts/ # Scripts for airgapped deployments
- Add or edit the model YAML in
models/public/following the schema inutils/base_model.yaml. - Add the filename to
models-order/public/merge-order.yamlin the desired position. - Commit to
main— the catalog page picks up changes immediately, no build step required.
The catalog is served directly from index.html at the repo root. It fetches the YAML files at runtime.
See OPERATIONS.md for Jenkins jobs used to sync content into mlx-crud-app and model-registry.