1
0
Fork 0
1Panel-Appstore/localai
renovate[bot] 518ae1e52f chore(deps): update localai/localai docker tag to v2.29.0 (#3893)
* chore(deps): update localai/localai docker tag to v2.29.0

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2025-05-13 17:24:11 +08:00
..
2.29.0-aio-cpu chore(deps): update localai/localai docker tag to v2.29.0 (#3893) 2025-05-13 17:24:11 +08:00
README.md feat: Add LocalAI (#2944) 2025-01-13 23:08:52 +08:00
README_en.md Add various translations for i18n apps (#3475) 2025-03-25 16:59:32 +08:00
data.yml Add various translations for i18n apps (#3475) 2025-03-25 16:59:32 +08:00
logo.png feat: Add LocalAI (#2944) 2025-01-13 23:08:52 +08:00

README_en.md

LocalAI

LocalAI is a free and open-source alternative to OpenAI. LocalAI serves as a replacement REST API, compatible with OpenAI (Elevenlabs, Anthropic, etc.) API specifications, for local AI inference. It allows you to run LLMs, generate images, audio (and more) locally or using consumer-grade hardware, supporting various model families. No GPU is required.

Key Features:

  • Generate text using GPT (llama.cpp, transformers, vllm, etc.)
  • Text-to-audio conversion
  • Audio-to-text transcription (with audio transcription via whisper.cpp)
  • Image generation
  • OpenAI-like tools API
  • Embedding generation for vector databases
  • Constrained grammar
  • Download models directly from Huggingface
  • Vision API
  • Re-ranking API
  • P2P inference
  • Voice activity detection (Silero-VAD support)
  • Integrated WebUI!