<%- include('partials/head', { pageTitle: 'AI Providers' }) %> <%- include('partials/navbar') %>
<%- include('partials/sidebar') %>

AI Providers

Configureer OpenRouter, OpenAI, Anthropic, DeepSeek, Groq, Ollama en custom providers

<% if (saved) { %>
Opgeslagen — config gesynchroniseerd naar alle Python services
<% } %> <% if (tested) { %>
Test OK: <%= tested %>
<% } %> <% if (error) { %>
<%= error %>
<% } %>
<% providers.forEach(function(p) { %>
<%= p.name %>
<%= p.provider_type %>
Model: <%= p.default_model || '—' %>
<%= p.base_url %>
<% if (p.is_default) { %>Default<% } %>
<% }); %>

Nieuwe provider toevoegen

<%- include('partials/scripts') %>