Model Gallery

184 models from 1 repositories

Filter by type:

Filter by tags:

Attention: Trust Remote Code is required for this model
wemm-embedding-2b
WeMM-Embedding-2B is Tencent's Apache-2.0 multilingual embedding model built on Qwen3.5. This entry serves the original bfloat16 safetensors with LocalAI's Transformers backend and produces 2,048-dimensional normalized embeddings for text retrieval, semantic search, and RAG. The upstream model can also embed images and videos. LocalAI currently exposes text input through its embeddings API for this backend.

Repository: localaiLicense: apache-2.0

qwen3.8-2b-q4
Qwen3.8-2B is Empero AI's smallest Qwen3.8 reasoning distillation. It uses the Qwen3.5-2B architecture and targets mathematics, instruction following, tool use, and edge deployment with a native 262K-token context window. This default entry uses Q4_K_M weights; a higher-quality Q8_0 build is available as a variant.

Repository: localaiLicense: apache-2.0

qwen3.8-2b-q8
Qwen3.8-2B in the higher-quality Q8_0 GGUF format. This variant preserves more model fidelity while remaining suitable for compact hosts.

Repository: localaiLicense: apache-2.0

qwen3.8-2b-distill-q4
Qwen3.8 2B Distill is an Apache-2.0, text-only Qwen3.5 2B fine-tune distilled from Qwen3.8 2.4T A95B reasoning traces. It targets compact reasoning, coding, instruction following, and function calling with a 262K native context window. This entry uses the balanced Q4_K_M GGUF quantization; the Q8_0 variant offers higher fidelity.

Repository: localaiLicense: apache-2.0

qwen3.8-2b-distill-q8
Qwen3.8 2B Distill in the higher-fidelity Q8_0 GGUF format. This text-only Qwen3.5 2B fine-tune targets reasoning, coding, instruction following, and function calling with a 262K native context window.

Repository: localaiLicense: apache-2.0

mellum2-12b-a2.5b-instruct
Mellum2-12B-A2.5B-Instruct is an Apache-2.0 mixture-of-experts model from JetBrains with 12 billion total parameters, 2.5 billion activated per token, and a 131,072-token context window. This entry uses the Q4_K_M GGUF quantization.

Repository: localaiLicense: apache-2.0

mellum2-12b-a2.5b-instruct-q8
Mellum2-12B-A2.5B-Instruct is an Apache-2.0 mixture-of-experts model from JetBrains with 12 billion total parameters, 2.5 billion activated per token, and a 131,072-token context window. This entry uses the higher-quality Q8_0 GGUF quantization.

Repository: localaiLicense: apache-2.0

gemmable-4-12b-mtp
## Gemmable 4 12B Gemmable 4 12B is a GGUF export of Gemma 4 12B fine-tuned on Fable-5 style reasoning and assistant traces. ## Highlights - Base model: `google/gemma-4-12B` - Format: GGUF - Training style: Fable-5 style reasoning and assistant traces - Distribution: fp16 GGUF plus matching assistant GGUFs for each quant - Intended use: local inference, coding, reasoning, and assistant workflows ## How to use ### llama.cpp Standard load: ```bash llama-server -m "gemmable-4-12b-fp16.gguf" ``` Speculative / draft-MTP load: ```bash llama-server -m "gemmable-4-12b-Q4_K_M.gguf" \ --spec-draft-model "gemmable-4-12b-Q4_K_M-mtp.gguf" \ --spec-type draft-mtp \ --spec-draft-n-max 4 ``` Use the matching fp16 or quantized main file with its `-mtp` companion. ### LM Studio 1. Search this repo, download target + mtp file. 2. Load target. 3. Load settings → Speculative Decoding → select mtp file file. (Requires a llama.cpp runtime with Gemma 4 MTP support from ggml-org/llama.cpp#23398. LocalAI's pinned llama.cpp backend already carries it, so this entry runs draft-mtp out of the box.) ## GGUF / local inference notes ...

Repository: localai

lfm2.5-1.2b-instruct
Try LFM • Docs • LEAP • Discord # LFM2.5-1.2B-Instruct LFM2.5 is a new family of hybrid models designed for **on-device deployment**. It builds on the LFM2 architecture with extended pre-training and reinforcement learning. - **Best-in-class performance**: A 1.2B model rivaling much larger models, bringing high-quality AI to your pocket. - **Fast edge inference**: 239 tok/s decode on AMD CPU, 82 tok/s on mobile NPU. Runs under 1GB of memory with day-one support for llama.cpp, MLX, and vLLM. - **Scaled training**: Extended pre-training from 10T to 28T tokens and large-scale multi-stage reinforcement learning. Find more information about LFM2.5 in our blog post. ## 🗒️ Model Details LFM2.5-1.2B-Instruct is a general-purpose text-only model with the following features: ...

Repository: localaiLicense: other

grug-12b
Grug 12B is kai-os's compact-reasoning fine-tune of Gemma 4 12B IT. It targets shorter, denser reasoning traces while preserving constraints, branching decisions, edge cases, and final-answer checks. This entry uses Bartowski's Q4_K_M quantization and includes the multimodal projector for Gemma 4 image inputs. The model is experimental and its reported evaluation is a small local math proxy rather than a broad benchmark. Review the upstream model card's dataset provenance and `other` license before commercial or sensitive use.

Repository: localaiLicense: other

grug-12b-q8
Grug 12B is kai-os's compact-reasoning fine-tune of Gemma 4 12B IT. This high-quality variant uses Bartowski's Q8_0 quantization and includes the multimodal projector for Gemma 4 image inputs. The model is experimental and its reported evaluation is a small local math proxy rather than a broad benchmark. Review the upstream model card's dataset provenance and `other` license before commercial or sensitive use.

Repository: localaiLicense: other

gemma-4-12b-qat-hauhaucs-balanced
HauhauCS Balanced is an uncensored Gemma 4 12B model built from quantization-aware-trained weights for chat, coding, and creative writing. This Q4_K_M GGUF build includes the vision projector for image input.

Repository: localaiLicense: gemma

gemma-4-12b-qat-hauhaucs-balanced-mtp
HauhauCS Balanced is an uncensored Gemma 4 12B model built from quantization-aware-trained weights for chat, coding, and creative writing. This Q4_K_M GGUF build includes the vision projector for image input. The MTP variant adds the publisher-provided draft head and enables llama.cpp multi-token-prediction speculative decoding.

Repository: localaiLicense: gemma

gemma-4-12b-agentic-fable5-composer2.5-v2-3.5x-tau2
Hugging Face | GitHub | Launch Blog | Documentation License: Apache 2.0 | Authors: Google DeepMind > [!Note] > This model card is for the Gemma 4 12B Unified model, which is part of the Gemma 4 family of open models. Built with the same multimodal functionality as Gemma 4 E2B and E4B (text, audio, image, and video inputs), it brings native audio and vision understanding directly to local environments without the need for separate encoders. This unified approach to multimodality makes the model encoder-free, offering a deployment size that is perfect for consumer devices and streamlined local execution. Gemma is a family of open models built by Google DeepMind. Gemma 4 models are multimodal, handling text and image input (with audio supported on E2B, E4B, and 12B) and generating text output. This release includes open-weights models in both pre-trained and instruction-tuned variants. Gemma 4 features a context window of up to 256K tokens and maintains multilingual support in over 140 languages. ...

Repository: localaiLicense: apache-2.0

gemma-4-12b-agentic-fable5-composer2.5-v2-3.5x-tau2-mtp
Gemma 4 12B Agentic v2 is an Apache-2.0 fine-tune for coding, terminal work, multi-step tool use, and reasoning. This variant pairs the Q4_K_M target with the upstream Q8_0 Gemma 4 MTP drafter for faster lossless generation through llama.cpp speculative decoding.

Repository: localaiLicense: apache-2.0

gemma-4-12b-agentic-fable5-composer2.5-v2-3.5x-tau2-q8
Gemma 4 12B Agentic v2 is an Apache-2.0 fine-tune for coding, terminal work, multi-step tool use, and reasoning. This variant uses the near-lossless Q8_0 GGUF quantization for higher output fidelity.

Repository: localaiLicense: apache-2.0

gemma-4-12b-coder-fable5-composer2.5-v1
Hugging Face | GitHub | Launch Blog | Documentation License: Apache 2.0 | Authors: Google DeepMind > [!Note] > This model card is for the Gemma 4 12B Unified model, which is part of the Gemma 4 family of open models. Built with the same multimodal functionality as Gemma 4 E2B and E4B (text, audio, image, and video inputs), it brings native audio and vision understanding directly to local environments without the need for separate encoders. This unified approach to multimodality makes the model encoder-free, offering a deployment size that is perfect for consumer devices and streamlined local execution. Gemma is a family of open models built by Google DeepMind. Gemma 4 models are multimodal, handling text and image input (with audio supported on E2B, E4B, and 12B) and generating text output. This release includes open-weights models in both pre-trained and instruction-tuned variants. Gemma 4 features a context window of up to 256K tokens and maintains multilingual support in over 140 languages. ...

Repository: localaiLicense: gemma

gemma-4-12b-it-q4
Gemma 4 12B IT is Google's 12B instruction-tuned model for chat, reasoning, tool use, and image understanding. This Unsloth Q4_K_M GGUF build includes the F16 vision projector and uses the embedded chat template. It defaults to a 32,768-token context.

Repository: localaiLicense: apache-2.0

gemma-4-12b-it-q5
Gemma 4 12B IT is Google's 12B instruction-tuned model for chat, reasoning, tool use, and image understanding. This Unsloth Q5_K_M GGUF build includes the F16 vision projector and uses the embedded chat template. It defaults to a 32,768-token context.

Repository: localaiLicense: apache-2.0

gemma-4-12b-it-q6
Gemma 4 12B IT is Google's 12B instruction-tuned model for chat, reasoning, tool use, and image understanding. This Unsloth Q6_K GGUF build includes the F16 vision projector and uses the embedded chat template. It defaults to a 32,768-token context.

Repository: localaiLicense: apache-2.0

gemma-4-12b-it-q8
Gemma 4 12B IT is Google's 12B instruction-tuned model for chat, reasoning, tool use, and image understanding. This Unsloth Q8_0 GGUF build includes the F16 vision projector and uses the embedded chat template. It defaults to a 32,768-token context.

Repository: localaiLicense: apache-2.0

Page 1