{% extends "base.html" %} {% block title %}Providers - Invincible{% endblock %} {% block content %}
Chat requests route only through providers you connect
here. The model you save per connection is just the default — any
request that names a model is routed with that model
instead, so you can use any model your provider offers.
Connected
{% else %}Not connected
{% endif %}| Name | Model | Base URL | Key | Status |
|---|
No providers connected yet. Connect your first provider →
{% endif %} {% if rows %}How requests pick among your connected providers.
{% if routing_saved %}{% endif %} {% endif %} {% endblock content %}