Model reference · open weights

uform3-image-text-multilingual

Available as managed deployment Embeddings unum-cloud Embeddings 1 variants 6k dl/mo

uform3-image-text-multilingual is an open-weight embedding model from unum-cloud. 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

Released byunum-cloud
TypeEmbedding models
TaskEmbeddings
Runs withtransformers
Released2024-04-20
Popularity6k downloads / month
LicenceOpen weights

About

What uform3-image-text-multilingual is

Pocket-Sized Multimodal AI For Content Understanding and Generation In Python, JavaScript, and Swift


The uform3-image-text-multilingual-base UForm model is a tiny vision and multilingual language encoder, covering 21 languages, mapping them into a shared vector space. This model produces up to 256-dimensional embeddings and is made of:

  • Text encoder: 12-layer BERT for up to 50 input tokens.
  • Visual encoder: ViT-B/16 for images of 224 x 224 resolution.

Unlike most CLIP-like multomodal models, this model shares 4 layers between the text and visual encoder to allow for more data- and parameter-efficient training. Also unlike most models, UForm provides checkpoints compatible with PyTorch, ONNX, and CoreML, covering the absolute majority of AI-capable devices, with pre-quantized weights and inference code. If you need a larger, more accurate, or multilingual model, check our HuggingFace Hub. For more details on running the model, check out the UForm GitHub repository.

Read the full model card

Evaluation

For all evaluations, the multimodal part was used unless otherwise stated.

Monolingual

DatasetRecall@1Recall@5Recall@10
Zero-Shot Flickr0.5580.8130.874
MS-COCO ¹0.4010.6800.781

¹ It's important to note, that the MS-COCO train split was present in the training data.

Multilingual

Recall@10 on the XTD-10 dataset:

EnglishGermanSpanishFrenchItalianRussianJapaneseKoreanTurkishChinesePolish
96.193.595.794.194.490.490.291.395.293.895.8

Recall@1, Recall@5, and Recall@10 on the COCO-SM dataset:

Target LanguageOpenCLIP @ 1UForm @ 1OpenCLIP @ 5UForm @ 5OpenCLIP @ 10UForm @ 10Speakers
Arabic22.731.744.957.855.869.2274 M
Armenian5.622.014.344.720.256.04 M
Chinese27.332.251.359.062.170.51'118 M
English37.837.763.565.073.575.91'452 M
French31.335.456.562.667.473.3274 M
German31.735.156.962.267.473.3134 M
Hebrew23.726.746.351.857.063.59 M
Hindi20.731.342.557.953.769.6602 M
Indonesian26.930.751.457.062.768.6199 M
Italian31.334.956.762.167.173.167 M
Japanese27.432.651.559.262.670.6125 M
Korean24.431.548.157.859.269.281 M
Persian24.028.847.054.657.866.277 M
Polish29.233.653.960.164.771.341 M
Portuguese31.632.757.159.667.971.0257 M
Russian29.933.954.860.965.872.0258 M
Spanish32.635.658.062.868.873.7548 M
Thai21.528.743.054.653.766.061 M
Turkish25.533.049.159.660.370.888 M
Ukranian26.030.649.956.760.968.141 M
Vietnamese25.428.349.253.960.365.585 M
Mean26.5±6.431.8±3.549.8±9.858.1±4.560.4±10.669.4±4.3-
Google Translate27.4±6.331.5±3.551.1±9.557.8±4.461.7±10.369.1±4.3-
Microsoft Translator27.2±6.431.4±3.650.8±9.857.7±4.761.4±10.668.9±4.6-
Meta NLLB24.9±6.732.4±3.547.5±10.358.9±4.558.2±11.270.2±4.3-

For a deeper comparison of output ranking check the following table for the Normalized Discounted Cumulative Gains for the first 20 results - NDCG@20:

| | Arabic | Armenian | Chinese | French | German | Hebrew | Hindi | Indonesian | Italian | Japanese |

From the published model card. Full card on the HuggingFace links in the sidebar.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys uform3-image-text-multilingual for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (uform3-image-text-multilingual 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":"uform3-image-text-multilingual","input":"text to embed"}'

Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.

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