🤖 Model Management

AI models deployed across all MDSA applications

{{ count }}

Total Models

All Loaded Models

{% if models %}
{% for model in models %}

{{ model.model_name }}

Device: {{ model.device }}

{% if model.apps_using %}

Applications: {{ model.apps_using|join(', ') }}

{% endif %} {% if model.domains_using %}
Domains: {% for domain in model.domains_using[:10] %} {{ domain }} {% endfor %} {% if model.domains_using|length > 10 %} +{{ model.domains_using|length - 10 }} more {% endif %}
{% endif %}
{% endfor %}
{% else %}

No models loaded yet. Start an MDSA-powered application to see models here.

Models are loaded from registered applications via their /api/models endpoint.

{% endif %}

Model Types