Model reference · open weights
gemma-3-qat-q4_0-unquantized is an open-weight language model from Lightricks. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Released by | Lightricks |
|---|---|
| Type | Language models |
| Task | Vision + text |
| Parameters (lead) | 12.2B |
| Runs with | transformers |
| Based on | google/gemma-3-12b-it |
| Released | 2026-03-04 |
| Popularity | 23k downloads / month |
| Licence | Open, with conditions |
About
Model Page: Gemma
[!Note] This repository corresponds to the 12B instruction-tuned version of the Gemma 3 model using Quantization Aware Training (QAT).
The checkpoint in this repository is unquantized, please make sure to quantize with Q4_0 with your favorite tool
Thanks to QAT, the model is able to preserve similar quality as
bfloat16while significantly reducing the memory requirements to load the model.
Resources and Technical Documentation:
Terms of Use: [Terms][terms]
Authors: Google DeepMind
Summary description and brief definition of inputs and outputs.
Gemma is a family of lightweight, state-of-the-art open models from Google, built from the same research and technology used to create the Gemini models. Gemma 3 models are multimodal, handling text and image input and generating text output, with open weights for both pre-trained variants and instruction-tuned variants. Gemma 3 has a large, 128K context window, multilingual support in over 140 languages, and is available in more sizes than previous versions. Gemma 3 models are well-suited for a variety of text generation and image understanding tasks, including question answering, summarization, and reasoning. Their relatively small size makes it possible to deploy them in environments with limited resources such as laptops, desktops or your own cloud infrastructure, democratizing access to state of the art AI models and helping foster innovation for everyone.
Input:
Output:
@article{gemma_2025,
title={Gemma 3},
url={https://goo.gle/Gemma3Report},
publisher={Kaggle},
author={Gemma Team},
year={2025}
}
Data used for model training and how the data was processed.
These models were trained on a dataset of text data that includes a wide variety of sources. The 27B model was trained with 14 trillion tokens, the 12B model was trained with 12 trillion tokens, 4B model was trained with 4 trillion tokens and 1B with 2 trillion tokens. Here are the key components:
The combination of these diverse data sources is crucial for training a powerful multimodal model that can handle a wide variety of different tasks and data formats.
Here are the key data cleaning and filtering methods applied to the training data:
Details about the model internals.
Gemma was trained using [Tensor Processing Unit (TPU)][tpu] hardware (TPUv4p, TPUv5p and TPUv5e). Training vision-language models (VLMS) requires significant computational power. TPUs, designed specifically for matrix operations common in machine learning, offer several advantages in this domain:
Training was done using [JAX][jax] and [ML Pathways][ml-pathways].
JAX allows researchers to take advantage of the latest generation of hardware, including TPUs, for faster and more efficient training of large models. ML Pathways is Google's latest effort to build artificially
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys lightricks-gemma-3-qat-q4-0-unquantized for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (lightricks-gemma-3-qat-q4-0-unquantized below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/chat/completions \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"lightricks-gemma-3-qat-q4-0-unquantized","messages":[{"role":"user","content":"Hello"}]}'
Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.