Model reference · open weights
gemma-3-qat-q4_0-unquantized is an open-weight language model from Lightricks, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.
About
Gemma 3 model card 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 Q40 with your favorite tool Thanks to QAT, the model is able to preserve similar quality as bfloat16 while significantly reducing the memory requirements to load the model. Resources and Technical Documentation: [Gemma 3 Technical Report][g3-tech-report] [Responsible Generative AI Toolkit][rai-toolkit] [Gemma on Kaggle][kaggle-gemma] [Gemma on Vertex Model Garden][vertex-mg-gemma3] Terms of Use: [Terms][terms] Authors: Google DeepMind Model Information Summary description and brief definition of inputs and outputs. Description 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. Inputs and outputs - Input: - Text string, such as a question, a prompt, or a document to be summarized - Images, normalized to 896 x 896 resolution and encoded to 256 tokens each - Total input context of 128K tokens for the 4B, 12B, and 27B sizes, and 32K tokens for the 1B size - Output: - Generated text in response to the input, such as an answer to a question, analysis of image content, or a summary of a document - Total output context of 8192 tokens Citation Model Data Data used for model training and how the data was processed
Summarised from the published model card. Read the full card on the HuggingFace links below.
Specifications
| Maker | Lightricks |
|---|---|
| Type | Language models |
| Parameters (lead) | 12.2B |
| Variants | 1 |
| Runs with | transformers |
| Based on | google/gemma-3-12b-it |
| Released | 2026-03-04 |
| Popularity | 23k downloads / month |
| Likes | 9 |
| Licence | Open, with conditions |
How it works
Variants
Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.
| Variant | Params | Precision | VRAM | Fits 16 GB | Weights |
|---|---|---|---|---|---|
| gemma-3-12b-it-qat-q4_0-unquantized | 12.2B | BF16 | ~28 GB | ✓ | Weights ↗ |
Using it via the API
Once AxForge deploys 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. (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":"gemma-3-qat-q4-0-unquantized","messages":[{"role":"user","content":"Hello"}]}'
Details
Tags
Papers
Licence
Open weights under gemma, which carries conditions (e.g. attribution or an acceptable-use clause). Worth a read before production use — we can walk you through it. Read the licence ↗
Sources