{% extends "base.html" %} {% block content %}
AI Model Health, Selection Reasoning, and Availability.
| Role | Selected Model | Est. Cost | Selection Reasoning |
|---|---|---|---|
| {{ role }} | {{ info.model }} | {{ info.estimated_cost }} | {{ info.reason }} |
|
No model configuration found.
Click Refresh & Optimize to scan available Gemini models. |
|||
| Rank | Model Name | Est. Cost | Reasoning |
|---|---|---|---|
| {{ loop.index }} | {{ item.model }} | {{ item.estimated_cost }} | {{ item.reason }} |
| No ranking data available. Refresh models to generate. | |||
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.