Model reference · open weights

gemma-3-qat-q4_0-unquantized

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.

LLMs Lightricks 1 variants 23k downloads/mo
Request this model on EU hardware All served models Not on the shared API today — deployed on request.

About

What gemma-3-qat-q4_0-unquantized is

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

What it is

MakerLightricks
TypeLanguage models
Parameters (lead)12.2B
Variants1
Runs withtransformers
Based ongoogle/gemma-3-12b-it
Released2026-03-04
Popularity23k downloads / month
Likes9
LicenceOpen, with conditions

How it works

How language models work

Your prompttext / messagesTransformerattention over tokensNext-token loopgenerate + streamResponsetext · tool callsA language model reads your tokens and predicts the next one, again and again, streaming the reply back.

Variants

Sizes & precisions

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.

VariantParamsPrecisionVRAMFits 16 GBWeights
gemma-3-12b-it-qat-q4_0-unquantized12.2BBF16~28 GBWeights ↗

Using it via the API

Call it like any OpenAI endpoint

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

Languages, data & research

Tags

transformers safetensors gemma3 image-text-to-text gemma google conversational text-generation-inference endpoints_compatible

Papers

Licence

Open, with conditions

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

Weights & code

Want gemma-3-qat-q4_0-unquantized on EU-owned hardware?

Request this model on EU hardware See what’s served now

Explore

More language models

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms