Configure available models for each provider.
| 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 configuredAdd models to your configured providers. |
|||||