How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-text-to-text", model="Open4bits/gemma-3-12b-it-GGUF")
messages = [
    {
        "role": "user",
        "content": [
            {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"},
            {"type": "text", "text": "What animal is on the candy?"}
        ]
    },
]
pipe(text=messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Open4bits/gemma-3-12b-it-GGUF", dtype="auto")
Quick Links
README.md exists but content is empty.
Downloads last month
9
GGUF
Model size
12B params
Architecture
gemma3
Hardware compatibility
Log In to add your hardware

2-bit

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Open4bits/gemma-3-12b-it-GGUF

Quantized
(153)
this model

Collection including Open4bits/gemma-3-12b-it-GGUF