Model & Backend Management
Manage your installed models and backends
System RAM
Reclaimer Active
System RAM
RAM
Total VRAM:
{{template "views/partials/inprogress" .}}
{{ if eq (len .ModelsConfig) 0 }}
{{end}}
{{ else }}
{{ $modelsN := len .ModelsConfig}}
{{ $modelsN = add $modelsN (len .Models)}}
{{ end }}
No models installed yet
Get started by installing a model from the gallery or importing it
{{ if ne (len .Models) 0 }}Detected Model Files
These models were found but don't have configuration files yet
{{ range .Models }}
{{.}}
{{end}}
Installed Models
{{$modelsN}} model{{if gt $modelsN 1}}s{{end}} ready to use
| Name | Status | Backend | Use Cases | Actions |
|---|---|---|---|---|
|
{{ if index $loadedModels .Name }}
Running
{{ end }}
{{ if and $backendCfg (or (ne $backendCfg.MCP.Servers "") (ne $backendCfg.MCP.Stdio "")) }}
MCP
{{ end }}
|
{{ if .Backend }} {{.Backend}} {{ else }} Auto {{ end }} |
{{ if index $loadedModels .Name }}
{{ end }}
|
||
|
{{.}}
|
No Config | Auto | — | — |
Installed Backends
{{ if gt (len .InstalledBackends) 0 }} {{ end }}{{len .InstalledBackends}} backend{{if gt (len .InstalledBackends) 1}}s{{end}} ready to use
No backends installed yet
Backends power your AI models. Install them from the backend gallery to get started
| Name | Type | Metadata | Actions |
|---|---|---|---|
|
{{.Name}}
|
{{ if .IsSystem }}
System
{{ else }}
User
{{ end }}
{{ if .IsMeta }}
Meta
{{ end }}
|
{{ if and .Metadata .Metadata.Alias }}
Alias: {{.Metadata.Alias}}
{{ end }}
{{ if and .Metadata .Metadata.MetaBackendFor }}
For: {{.Metadata.MetaBackendFor}}
{{ end }}
{{ if and .Metadata .Metadata.InstalledAt }}
{{.Metadata.InstalledAt}}
{{ end }}
|
{{ if not .IsSystem }}
{{ else }}
—
{{ end }}
|