{% extends "base.html" %} {% block content %}

System Status

AI Model Health, Selection Reasoning, and Availability.

Back to Dashboard
AI Model Selection
{% if models %} {% for role, info in models.items() %} {% if role != 'ranking' %} {% endif %} {% endfor %} {% else %} {% endif %}
Role Selected Model Selection Reasoning
{{ role }} {% if info is mapping %} {{ info.model }} {% else %} {{ info }} {% endif %} {% if info is mapping %} {{ info.reason }} {% else %} Legacy format. Please refresh models. {% endif %}
No model configuration found.
Click Refresh & Optimize to scan available Gemini models.
All Models Ranked
{% if models and models.ranking %} {% for item in models.ranking %} {% endfor %} {% else %} {% endif %}
Rank Model Name Reasoning
{{ loop.index }} {{ item.model }} {{ item.reason }}
No ranking data available. Refresh models to generate.
Cache Status

Last Scan: {% if cache and cache.timestamp %} {{ datetime.fromtimestamp(cache.timestamp).strftime('%Y-%m-%d %H:%M:%S') }} {% else %} Never {% endif %}

Model selection is cached for 24 hours to save API calls.

{% endblock %}