Files
LocalAI/docs/content/features/_index.en.md
Ettore Di Giacinto 2dd42292dc feat(ui): runtime settings (#7320)
* feat(ui): add watchdog settings

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Do not re-read env

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Some refactor, move other settings to runtime (p2p)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Add API Keys handling

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Allow to disable runtime settings

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Documentation

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Small fixups

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* show MCP toggle in index

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Drop context default

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

---------

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2025-11-20 22:37:20 +01:00

2.0 KiB

+++ disableToc = false title = "Features" weight = 8 icon = "lightbulb" type = "chapter" url = "/features/" +++

LocalAI provides a comprehensive set of features for running AI models locally. This section covers all the capabilities and functionalities available in LocalAI.

Core Features

  • Text Generation - Generate text with GPT-compatible models using various backends
  • Image Generation - Create images with Stable Diffusion and other diffusion models
  • Audio Processing - Transcribe audio to text and generate speech from text
  • Embeddings - Generate vector embeddings for semantic search and RAG applications
  • GPT Vision - Analyze and understand images with vision-language models

Advanced Features

Specialized Features

  • Object Detection - Detect and locate objects in images
  • Reranker - Improve retrieval accuracy with cross-encoder models
  • Stores - Vector similarity search for embeddings
  • Model Gallery - Browse and install pre-configured models
  • Backends - Learn about available backends and how to manage them
  • Runtime Settings - Configure application settings via web UI without restarting

Getting Started

To start using these features, make sure you have LocalAI installed and have downloaded some models. Then explore the feature pages above to learn how to use each capability.