LLM Chat is currently disabled
Test configured LLM providers and models.
| Provider | Model Name | Model ID | Capabilities |
|---|---|---|---|
| {{ model.provider.name if model.provider else 'Unknown' }} | {{ model.model_name }} |
{{ model.model_id }}
|
{% if model.supports_chat %}Chat{% endif %} {% if model.supports_streaming %}Stream{% endif %} {% if model.supports_vision %}Vision{% endif %} {% if model.supports_function_calling %}Tools{% endif %} |
No models configured. Add models in the Models tab.
{% endif %}