Model reference · open weights
paligemma-mix-224 is an open-weight language model from fal. 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
| Maker | fal |
|---|---|
| Type | Language models |
| Task | Vision + text |
| Parameters (lead) | 2.9B |
| Runs with | transformers |
| Released | 2025-12-15 |
| Popularity | 5k downloads / month |
| Licence | Open, with conditions |
About
Model page: PaliGemma
Transformers PaliGemma 3B weights, fine-tuned with 224*224 input images and 256 token input/output text sequences on a mixture of downstream academic datasets. The models are available in float32, bfloat16 and float16 format for research purposes only.
Resources and technical documentation:
Authors: Google
PaliGemma is a versatile and lightweight vision-language model (VLM) inspired by PaLI-3 and based on open components such as the SigLIP vision model and the Gemma language model. It takes both image and text as input and generates text as output, supporting multiple languages. It is designed for class-leading fine-tune performance on a wide range of vision-language tasks such as image and short video caption, visual question answering, text reading, object detection and object segmentation.
PaliGemma is the composition of a Transformer decoder and a Vision Transformer image encoder, with a total of 3 billion params. The text decoder is initialized from initialized from PaliGemma is trained following the PaLI-3 recipes.
PaliGemma is pre-trained on the following mixture of datasets:
The following filters are applied to WebLI, with the goal of training PaliGemma on clean data:
PaliGemma is a single-turn vision language model not meant for conversational use, and it works best when fine-tuning to a specific use case.
You can configure which task the model will solve by conditioning it with task prefixes, such as “detect” or “segment”. The pretrained models were trained in this fashion to imbue them with a rich set of capabilities (question answering, captioning, segmentation, etc.). However, they are not designed to be used directly, but to be transferred (by fine-tuning) to specific tasks using a similar prompt structure. For interactive testing, you can use the "mix" family of models, which have been fine-tuned on a mixture of tasks. To see model google/paligemma-3b-mix-448 in acti
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys paligemma-mix-224 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (paligemma-mix-224 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":"paligemma-mix-224","messages":[{"role":"user","content":"Hello"}]}'
Create an account — your API key is available in the console. 5M tokens/month currently included with every new account at launch.