{{template "views/partials/head" .}}
{{template "views/partials/navbar" .}}

Welcome to your LocalAI instance!

The FOSS alternative to OpenAI, Claude, ...

Documentation
{{ if eq (len .ModelsConfig) 0 }}

Ouch! seems you don't have any models installed!

..install something from the 🖼️ Gallery or check the Getting started documentation

{{ else }}

Installed models

We have {{len .ModelsConfig}} pre-loaded models available.

    {{$galleryConfig:=.GalleryConfig}} {{ range .ModelsConfig }} {{ $cfg:= index $galleryConfig .Name}}
  • {{.Name}}

    {{ if .Backend }} {{.Backend}} {{ else }} auto {{ end }}
  • {{ end }}
{{ end }}
{{template "views/partials/footer" .}}