{{/* Admin models — model catalog table. */}} {{define "admin-models"}}

Model Catalog

All models synced from providers. Toggle visibility to control what users can access.

{{if .Data.Models}} {{range .Data.Models}} {{end}}
Model Provider Type Capabilities
{{.DisplayName}} {{if ne .DisplayName .ModelID}}
{{.ModelID}}{{end}}
{{.ProviderName}} {{.ModelType}}
{{else}}
No models in catalog. Sync a provider to populate.
{{end}}
{{end}}