LLM Models

Configure available models for each provider.

{{ models|length }}
Total Models
{{ models|selectattr('enabled')|list|length }}
Enabled
{{ models|selectattr('supports_streaming')|list|length }}
Streaming
{{ models|selectattr('supports_function_calling')|list|length }}
Function Calling
{% for model in models %} {% else %} {% endfor %}
Model Provider Capabilities Context Status Actions
{{ model.model_name }}
{{ model.model_id }}
{% if model.model_alias %}
Alias: {{ model.model_alias }}
{% endif %}
{{ model.provider_name }}
{{ model.provider_type }}
{% if model.supports_chat %} Chat {% endif %} {% if model.supports_streaming %} Stream {% endif %} {% if model.supports_function_calling %} Functions {% endif %} {% if model.supports_vision %} Vision {% endif %}
{% if model.context_window %} {{ (model.context_window / 1000)|round|int }}K {% else %} - {% endif %}
{% if model.deprecated %} Deprecated {% endif %}

No models configured

Add models to your configured providers.