From be7ed8583873c5eea41244bce8eb17c827035d73 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Thu, 22 Jan 2026 08:25:40 +0100 Subject: [PATCH] chore(model gallery): :robot: add 1 new models via gallery agent (#8157) chore(model gallery): :robot: add new models via gallery agent Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> --- gallery/index.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gallery/index.yaml b/gallery/index.yaml index 27c480a5a..0189b2d63 100644 --- a/gallery/index.yaml +++ b/gallery/index.yaml @@ -1,4 +1,29 @@ --- +- name: "mox-small-1-i1" + url: "github:mudler/LocalAI/gallery/virtual.yaml@master" + urls: + - https://huggingface.co/mradermacher/mox-small-1-i1-GGUF + description: | + The model, **vanta-research/mox-small-1**, is a small-scale text-generation model optimized for conversational AI tasks. It supports chat, persona research, and chatbot applications. The quantized versions (e.g., i1-Q4_K_M, i1-Q4_K_S) are available for efficient deployment, with the i1-Q4_K_S variant offering the best balance of size, speed, and quality. The model is designed for lightweight inference and is compatible with frameworks like HuggingFace Transformers. + overrides: + parameters: + model: llama-cpp/models/mox-small-1.i1-Q4_K_M.gguf + name: mox-small-1-i1-GGUF + backend: llama-cpp + template: + use_tokenizer_template: true + known_usecases: + - chat + function: + grammar: + disable: true + description: Imported from https://huggingface.co/mradermacher/mox-small-1-i1-GGUF + options: + - use_jinja:true + files: + - filename: llama-cpp/models/mox-small-1.i1-Q4_K_M.gguf + sha256: f25e9612e985adf01869f412f997a7aaace65e1ee0c97d4975070febdcbbb978 + uri: https://huggingface.co/mradermacher/mox-small-1-i1-GGUF/resolve/main/mox-small-1.i1-Q4_K_M.gguf - name: "glm-4.7-flash" url: "github:mudler/LocalAI/gallery/virtual.yaml@master" urls: