{% extends "base.html" %} {% block title %}Providers — PyAgent Studio{% endblock %} {% block content %}

Providers

{% if providers %} {% for p in providers %} {% endfor %}
ModelStatus
{{ p.name }}{{ p.status }}
{% else %}

No providers configured. Install litellm and set API keys.

{% endif %} {% endblock %}