SAVRN
Search Contact SAVRN

Open-weight model · Sentence similarity

Qwen3-VL-Embedding-2B

by Qwen Qwen/Qwen3-VL-Embedding-2B

The Qwen3-VL-Embedding and Qwen3-VL-Reranker model series are the latest additions to the Qwen family, built upon the recently open-sourced and powerful Qwen3-VL foundation model.

Parameters2.1B
Context262,144
Weights4.3 GB
Licenseapache-2.0
AccessOpen weights
Monthly Downloads1.2M

Runs On

What it takes to serve Qwen3-VL-Embedding-2B (2.1B parameters): the memory its weights need at each precision, and the cheapest way to rent enough data-center GPUs to hold them.

PrecisionWeightsMemory neededCheapest setupPer hourAlso fits
16-bit 4.3 GB 5.1 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
8-bit 2.1 GB 2.6 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
4-bit 1.1 GB 1.3 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00

Memory is the weights at that precision plus 20% for the runtime and a short context; a long context needs more. Prices are the lowest on-demand hourly rates in the SAVRN Index, read Sep 18, 2026.

SAVRN's Notes on Qwen3-VL-Embedding-2B

Retrieval over screenshots, video frames and text in one vector space is the job here, and at 2.1 billion parameters it is small enough to run beside the generator it feeds. The 16-bit footprint is 5.1 gigabytes of memory for 4.3 gigabytes of weights, so the cheapest listed setup, one MI300X with 192 gigabytes at $1.85 an hour, leaves most of the card free for a language model. The 262,144-token context is the number to watch: memory per request grows with what you feed in, so size the batch, not just the card.

Apache 2.0 covers commercial use, modification and redistribution with the notices kept, which suits a customer-facing index. Two checks: the weights derive from Qwen3-VL-2B-Instruct, and the paper, arXiv:2601.04720, describes this embedder alongside a reranker the publisher pairs with it. The SAVRN Index lists no host prices yet, so the on-premises figure above is the only price today.

Model Card

By Qwen, published under apache-2.0, revision 9f2f7e710d6d.

Highlights

The Qwen3-VL-Embedding and Qwen3-VL-Reranker model series are the latest additions to the Qwen family, built upon the recently open-sourced and powerful Qwen3-VL foundation model. Specifically designed for multimodal information retrieval and cross-modal understanding, this suite accepts diverse inputs including text, images, screenshots, and videos, as well as inputs containing a mixture of these modalities.

While the Embedding model generates high-dimensional vectors for broad applications like retrieval and clustering, the Reranker model is engineered to refine these results, establishing a comprehensive pipeline for state-of-the-art multimodal search.

Read the full model card (2,419 words)

Configuration

Architecture
Qwen3VLForConditionalGeneration
Context length (tokens)
262,144
Layers
28
Hidden size
2,048
Feed-forward size
6,144
Attention heads
16
Key/value heads
8
Head dimension
128
Vocabulary size
151,936
RoPE base
5,000,000
Model type
qwen3_vl

Identity and Version

Repository
Qwen/Qwen3-VL-Embedding-2B
Publisher
Qwen
Task
Sentence similarity
Modality
Text
Library
sentence-transformers
Parameters
2.1B parameters
Languages
Not stated by the source
Revision
9f2f7e710d6d81056aa5c0a4f04764fec6bb7bda
First published
2026-01-07
Last updated
2026-04-16

Files and Weights

18 files, 4.3 GB in total. The weights are 1 file totalling 4.3 GB in safetensors.

Weights1 file · 4.3 GB
Configuration10 files · 19.3 KB
Tokenizer4 files · 15.9 MB
Documentation1 file · 24.2 KB
Other1 file · 5.5 KB
Repository1 file · 1.6 KB
Every file
FileTypeSizeSHA-256
model.safetensorsWeights4.3 GB c73fa9caedde
1_Pooling/config.jsonConfiguration96 B
added_tokens.jsonConfiguration707 B
config.jsonConfiguration1.6 KB
config_sentence_transformers.jsonConfiguration238 B
modules.jsonConfiguration429 B
preprocessor_config.jsonConfiguration783 B
scripts/qwen3_vl_embedding.pyConfiguration13.3 KB
sentence_bert_config.jsonConfiguration770 B
special_tokens_map.jsonConfiguration613 B
video_preprocessor_config.jsonConfiguration817 B
README.mdDocumentation24.2 KB
chat_template.jinjaOther5.5 KB
.gitattributesRepository1.6 KB
merges.txtTokenizer1.7 MB
tokenizer.jsonTokenizer11.4 MB def76fb08697
tokenizer_config.jsonTokenizer5.4 KB
vocab.jsonTokenizer2.8 MB

License and Download

License
apache-2.0
Access
Open weights, no gate
Download size
4.3 GB
Download from Qwen

Released by Qwen through ModelScope. Read the license.

Built From

Memory Requirements

PrecisionWeights in memory
As published4.3 GB
16-bit4.3 GB
8-bit2.1 GB
4-bit1.1 GB

Weights only, from the published parameter count; the key-value cache and runtime add to this.

Questions About Qwen3-VL-Embedding-2B

How much GPU memory does Qwen3-VL-Embedding-2B need?

About 5.1 GB at 16-bit and 1.3 GB at 4-bit: the weights (2.1B parameters) plus a working margin. A long context needs more.

What is the cheapest GPU to run Qwen3-VL-Embedding-2B on?

At 16-bit, 1x MI300X from $1.85 an hour; at 4-bit, 1x MI300X from $1.85 an hour, at the lowest on-demand prices the SAVRN Index lists.

Can I use Qwen3-VL-Embedding-2B commercially?

Yes. Qwen3-VL-Embedding-2B is released under Apache License 2.0. The Apache License 2.0 is a permissive open-source license. It permits commercial use, modification and redistribution. It requires keeping the license and copyright notices and any NOTICE file, stating significant changes, and it includes an express patent grant from contributors.

What is Qwen3-VL-Embedding-2B's context length?

262,144 tokens, from the maximum position embeddings in its published configuration.

Similar Models

Model · Sentence similarity

gte-Qwen2-1.5B-instruct

Alibaba-NLP

gte-Qwen2-1.5B-instruct is the latest model in the gte (General Text Embedding) model family. The model is built on Qwen2-1.5B LLM model and use the same training data and strategies as the gte-Qwen2-7B-instruct model. The model incorporates several key advancements: - Integration of bidirectional attention mechanisms, enriching its contextual understanding. - Instruction tuning, applied solely on the query side for streamlined efficiency - Comprehensive training across a vast, multilingual text corpus spanning diverse domains and scenarios. This training leverages both weakly supervised and supervised data, ensuring the model's applicability across numerous languages and a wide array of…

Open weights apache-2.0 1.8B parameters 131,072 tokens sentence-transformers

Model · Sentence similarity

Nemotron-3-Embed-1B-BF16

NVIDIA

NVIDIA Nemotron 3 Embed Nemotron-3-Embed-1B-BF16 is a versatile text embedding model trained by NVIDIA and optimized for retrieval and semantic similarity tasks. It provides strong multilingual and cross-lingual retrieval capabilities and is designed to serve as a foundational component in text-based Retrieval-Augmented Generation (RAG) systems. This model was evaluated across 34 languages: English, Arabic, Assamese, Bengali, Bulgarian, Chinese, Danish, Dutch, Finnish, French, German, Hindi, Hinglish, Indonesian, Italian, Japanese, Korean, Malay, Marathi, Nepali, Norwegian, Persian, Portuguese, Romanian, Russian, Spanish, Swahili, Swedish, Tamil, Telugu, Thai, Ukrainian, Urdu, Vietnamese.…

Open weights other 1.1B parameters 262,144 tokens sentence-transformers

Model · Sentence similarity

snowflake-arctic-embed-l-v2.0

Snowflake

12/11/2024: Release of Technical Report - 12/04/2024: Release of snowflake-arctic-embed-l-v2.0 and snowflake-arctic-embed-m-v2.0 our newest models with multilingual workloads in mind. Snowflake arctic-embed-l-v2.0 is the newest addition to the suite of embedding models Snowflake has released optimizing for retrieval performance and inference efficiency. Arctic Embed 2.0 introduces a new standard for multilingual embedding models, combining high-quality multilingual text retrieval without sacrificing performance in English. Released under the permissive Apache 2.0 license, Arctic Embed 2.0 is ideal for applications that demand reliable, enterprise-grade multilingual search and retrieval at…

Open weights apache-2.0 568M parameters 8,194 tokens sentence-transformers

Model · Sentence similarity

nomic-embed-text-v2-moe

Nomic AI

This model was presented in the paper Training Sparse Mixture Of Experts Text Embedding Models. nomic-embed-text-v2-moe is a SoTA multilingual MoE text embedding model that excels at multilingual retrieval: Transformer-based text embedding models have improved their performance on benchmarks like MIRACL and BEIR by increasing their parameter counts. However, this scaling approach introduces significant deployment challenges, including increased inference latency and memory usage. These challenges are particularly severe in retrieval-augmented generation (RAG) applications, where large models' increased memory requirements constrain dataset ingestion capacity, and their higher latency…

Open weights apache-2.0 475M parameters sentence-transformers

Model · Sentence similarity

LaBSE

Sentence Transformers

This is a port of the LaBSE model to PyTorch. It can be used to map 109 languages to a shared vector space. Using this model becomes easy when you have sentence-transformers installed: Then you can use the model like this: Have a look at LaBSE for the respective publication that describes LaBSE.

Open weights apache-2.0 471M parameters 512 tokens sentence-transformers

Model · Sentence similarity

semantic-lite-2

Zulfah

Semantic-Lite-2 is a lightweight multilingual sentence embedding model that produces 256-dimensional semantic vectors. It is designed for semantic search, sentence similarity, clustering, retrieval, and retrieval-augmented generation (RAG) tasks. The model is built on top of the Spark-X2.5-1.7B backbone using a frozen-backbone plus trainable-projection-head approach. The 256-dimensional output keeps vector storage compact while preserving strong retrieval quality. Vectors are L2-normalized, so cosine similarity is computed as a simple dot product. Evaluated on 500 Indonesian NLI evaluation pairs (retrieval task, chance level 0.2%): Cross-lingual evaluation (10 languages, 20 pairs per…

Open weights apache-2.0 460M parameters 1,048,576 tokens transformers