Model reference · open weights

siglip-so-patch14-384

siglip-so-patch14-384 is an open-weight embedding 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.

Embeddings google 1 variants 1.5M downloads/mo
Request this model on EU hardware All served models Not on the shared API today — deployed on request.

About

What siglip-so-patch14-384 is

SigLIP (shape-optimized model) SigLIP model pre-trained on WebLi at resolution 384x384. It was introduced in the paper Sigmoid Loss for Language Image Pre-Training by Zhai et al. and first released in this repository. This model has the SoViT-400m architecture, which is the shape-optimized version as presented in Getting ViT in Shape: Scaling Laws for Compute-Optimal Model Design by Alabdulmohsin et al. Disclaimer: The team releasing SigLIP did not write a model card for this model so this model card has been written by the Hugging Face team. Model description SigLIP is CLIP, a multimodal model, with a better loss function. The sigmoid loss operates solely on image-text pairs and does not require a global view of the pairwise similarities for normalization. This allows further scaling up the batch size, while also performing better at smaller batch sizes. A TLDR of SigLIP by one of the authors can be found here. Intended uses & limitations You can use the raw model for tasks like zero-shot image classification and image-text retrieval. See the model hub to look for other versions on a task that interests you. How to use Here is how to use this model to perform zero-shot image classification: Alternatively, one can leverage the pipeline API which abstracts away the complexity for the user: For more code examples, we refer to the documentation. Training procedure Training data SigLIP is pre-trained on the WebLI dataset (Chen et al., 2023). Preprocessing Images are resized/rescaled to the same resolution (384x384) and normalized across the RGB channels with mean (0.5, 0.5, 0.5) and standard deviation (0.5, 0.5, 0.5). Texts are tokenized and padded to the same length (64 tokens). Compute The model was trained on 16 TPU-v4 chips for three days. Evaluation results Evaluation of SigLIP compared to CLIP is shown below (taken from the paper). alt="drawing" width="600"/ BibTeX entry and citation info

Summarised from the published model card. Read the full card on the HuggingFace links below.

Specifications

What it is

Makergoogle
TypeEmbedding models
Parameters (lead)878M
Variants1
Runs withtransformers
Released2024-01-08
Popularity1.5M downloads / month
Likes684
LicenceOpen weights

How it works

How embedding models work

Your textsentence / documentEncodermaps meaningVectorlist of numbersAn embedding model turns text into a vector, so similar meanings sit close together — the basis of search and RAG.

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
siglip-so400m-patch14-384878MBF16~2 GBWeights ↗

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys siglip-so-patch14-384 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (siglip-so-patch14-384 below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/embeddings \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"siglip-so-patch14-384","input":"text to embed"}'

Details

Languages, data & research

Tags

transformers safetensors siglip zero-shot-image-classification vision endpoints_compatible

Papers

Licence

Open weights

Open weights under apache-2.0 — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗

Sources

Weights & code

Want siglip-so-patch14-384 on EU-owned hardware?

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

Explore

More embedding models

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