Model reference · open weights

jina-embeddings-omni-small-retrieval

jina-embeddings-omni-small-retrieval is an open-weight embedding model from jinaai, 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.

Licence fee required Embeddings jinaai 3 variants 104k downloads/mo
Request a licence + hosting quote All served models Not on the shared API today — deployed on request.

About

What jina-embeddings-omni-small-retrieval is

jina-embeddings-v5-omni-small-retrieval: Retrieval-Targeted Omni Embedding (Small) ArXiv | Blog Average score vs. parameter count across image (MIEB-Lite), video (MMEB-V), and audio (MAEB) benchmarks — jina-v5-omni-nano and jina-v5-omni-small define the open-weight frontier (Table 1 in the ArXiv report). Model Overview jina-embeddings-v5-omni-small-retrieval is a multimodal embedding model that accepts text, images, video, and audio and produces embeddings in a shared vector space aligned with the text-only jinaai/jina-embeddings-v5-text-small-retrieval — so you can index with text and query with any modality, no reindexing. For a more compact alternative, see jinaai/jina-embeddings-v5-omni-nano-retrieval. This is the retrieval-targeted variant of the jina-embeddings-v5-omni-small family. The combined repo containing all task adapters is jinaai/jina-embeddings-v5-omni-small. Via Elastic Inference Service The fastest way to use v5-omni in production. Elastic Inference Service (EIS) provides managed embedding inference with built-in scaling, so you can generate embeddings directly within your Elastic deployment. See the Elastic Inference Service documentation for setup details. Install For minimum versions see the Requirements section below (transformers = 4.57, torch = 2.5; vLLM path validated with vllm == 0.20.1). Quickstart Retrieval needs to know which side of the pair you are encoding. The raw model.embed(...) path above uses explicit Query: / Document: text prefixes, and the model.encode(..., promptname=...) path handles the prefix for you. Via sentence-transformers (below) the same intent is expressed with encodequery() / encodedocument() helpers. A bare encode(text) without a prefix or promptname is ambiguous and will not match either retrieval side cleanly. This applies to every modality, not just text: to encode an image, video, or audio clip as a query or document, either prepend the same Query: / Document: prefix to the text alongside the media placeholder on the raw path (e.g. text="Query: <|visionstart|<|imagepad|<|visionend|"), or pass the media straight to encodequery(...) / encodedocument(...) via sentence-transformers. No dtype, device, minpixels

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

Specifications

What it is

Makerjinaai
TypeEmbedding models
Parameters (lead)1.6B
Variants3
Runs withtransformers
Based onjinaai/jina-embeddings-v5-omni-small
Released2026-03-31
Popularity104k downloads / month
Likes17
LicenceCommercial licence needed

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
jina-embeddings-v5-omni-small-retrieval1.6BBF16~3.6 GBWeights ↗
jina-embeddings-v5-omni-small-retrieval-GGUFGGUFWeights ↗
jina-embeddings-v5-omni-small-retrieval-mlx1.6BMLXWeights ↗

Using it via the API

Call it like any OpenAI endpoint

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

Details

Languages, data & research

Languages

multilingual

Tags

transformers safetensors qwen3_vl_audio feature-extraction embedding qwen3 jina-embeddings-v5 sentence-transformers multimodal vision audio vllm video image-feature-extraction

Papers

Licence

Commercial licence needed

The weights are open but cc-by-nc-4.0 needs a commercial agreement for business use. AxForge can arrange that licence and host the model for you — you pay AxForge, we settle with the model’s maker. Ask us for a quote. Read the licence ↗

Sources

Weights & code

Want jina-embeddings-omni-small-retrieval on EU-owned hardware?

Request a licence + hosting quote See what’s served now

Explore

More embedding models

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