Model reference · open weights
paligemma-ft-cococap-448 is an open-weight language model from google, 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.
Specifications
| Maker | |
|---|---|
| Type | Language models |
| Parameters (lead) | 2.9B |
| Variants | 1 |
| Runs with | transformers |
| Released | 2024-05-13 |
| Popularity | 254k downloads / month |
| Likes | 3 |
| 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 |
|---|---|---|---|---|---|
| paligemma-3b-ft-cococap-448 | 2.9B | BF16 | ~6.7 GB | ✓ | Weights ↗ |
Using it via the API
Once AxForge deploys paligemma-ft-cococap-448 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (paligemma-ft-cococap-448 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-ft-cococap-448","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