{% extends "base.html" %} {% block title %}API Settings — LAZARUS{% endblock %} {% block content %}

API Settings

Configure your AI provider and manage models.

Add Model

⚠ Fetching models or testing sends your API key to this URL. Keys only travel to https hosts (or loopback / hosts the operator allowlisted in api_url_allowlist).

Active Model

CURRENT MODEL
{# Rendered server-side from config.api (T1.6): the card used to show models[0] from /api/models-list, i.e. the first SAVED entry, not the provider the chat actually spends. #} {% if config.api and config.api.model %}
{{ config.api.model }}
{{ config.api.url }}
{% else %}
No model configured
{% endif %}

Saved Models

{% endblock %}