
1B embedding model for semantic search, retrieval, and RAG applications.
Nemotron-3-Embed-1B is a versatile text embedding model developed 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.
The model is available in two versions:
Both versions were 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, and Vietnamese.
The model generates dense vector embeddings from multilingual text inputs, enabling retrieval, semantic search, code retrieval, and agentic or conventional RAG workflows. As a core component of text retrieval systems, an embedding model transforms text, such as questions or passages, into dense vector representations suitable for efficient similarity matching.
Among models of comparable size, Nemotron-3-Embed-1B-BF16 achieves state-of-the-art performance across multiple multilingual retrieval benchmarks. Nemotron-3-Embed-1B-NVFP4 retains approximately 99.5% of the BF16 version's reported RTEB score.
The BF16 and NVFP4 versions generally share the same embedding space and can be used interchangeably, but retrieval quality should be validated on a representative sample before switching versions in a production system.
This model is ready for commercial use.
GOVERNING TERMS: Use of this trial service is governed by the NVIDIA API Trial Terms of Service. Use of the model and associated software are governed by the OpenMDW License Agreement, version 1.1. ADDITIONAL INFORMATION: Apache License, Version 2.0.
You are responsible for ensuring that your use of NVIDIA provided models complies with all applicable laws.
Model Developer: NVIDIA
Global
Nemotron-3-Embed-1B is most suitable for users who want to build a multilingual question-and-answer application over a large text corpus, leveraging the latest dense retrieval technologies, including RAG pipelines.
The BF16 version is intended for applications prioritizing the highest reported retrieval quality. The NVFP4 version is intended for efficient quantized inference while retaining closely comparable retrieval quality. Validate retrieval quality on representative application data before switching versions.
Build.NVIDIA.com: 07/16/2026 via link
Hugging Face: 07/16/2026 via Nemotron-3-Embed-1B-BF16 and Nemotron-3-Embed-1B-NVFP4
Architecture Type: Transformer
Network Architecture: Ministral-3-3B-Instruct-2512 based pruned model
Embedding Dimension: 2048
Max Sequence Length: 32768
Number of Model Parameters: ~1.14B
Precision: BF16 and NVFP4
The Nemotron-3-Embed-1B-BF16 model is a transformer-based text embedding model trained with bidirectional attention masking, where the final embedding vector is obtained by applying average pooling to the transformer's token-level representations. It encodes each input text into a dense embedding vector of dimension 2048.
The Nemotron-3-Embed-1B-BF16 was derived from the nemotron-3-embed-3b text-embedding model through two iterative rounds of structured pruning and distillation. First, the 3B parent model was pruned to 2B using NVIDIA ModelOpt mcore_minitron Neural Architecture Search (NAS) [NVIDIA/Model-Optimizer, paper]. This process searches across hidden width, FFN size, attention heads, and depth, then selects the best candidate from the top-10 Pareto front. Candidates were evaluated against the parent model's representations using a 50k in-domain calibration corpus, which was also used to estimate importance scores.
The resulting 2B model was then distilled from the fine-tuned Nemotron-3-Embed-8B-BF16 embedding teacher model to recover accuracy. Distillation used combined cosine distance loss (COS) and mean squared error (MSE) loss on a multilingual, in-domain retrieval data blend. The same pruning-and-distillation procedure, using the same dataset blend, was then repeated to produce the final 1.14B embedding model.
Nemotron-3-Embed-1B-NVFP4 is a post-training-quantized derivative of Nemotron-3-Embed-1B-BF16. NVIDIA Model Optimizer version 0.45.0 was used to quantize the weights and activations of linear layers only, targeting the NVFP4 data type for efficient inference. QAD was applied primarily to recover accuracy for long input sequences.
Input Type(s): Text
Input Format(s): List of strings
Input Parameters: One Dimensional (1D)
Other Properties Related to Input: Text inputs should be tokenized by the model tokenizer. The model's max sequence length is 32768. Longer inputs should be chunked or truncated.
Output Type(s): Floats
Output Format(s): List of float arrays
Output Parameters: One-Dimensional (1D) embedding vector per input text string
Other Properties Related to Output: The model outputs a 2048-dimensional embedding vector for each input text string. It also supports retaining the first 1024 or 512 dimensions; sliced vectors must be L2-normalized again before similarity scoring.
Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated systems. By leveraging NVIDIA's hardware (e.g. GPU cores) and software frameworks (e.g., CUDA libraries), the model achieves faster training and inference times compared to CPU-only solutions.
Runtime Engine(s): Rust
Supported Hardware Microarchitecture Compatibility:
Preferred/Supported Operating System(s): Linux
The integration of foundation and fine-tuned models into AI systems requires additional testing using use-case-specific data to ensure safe and effective deployment. Following the V-model methodology, iterative testing and validation at both unit and system levels are essential to mitigate risks, meet technical and functional requirements, and ensure compliance with safety and ethical standards before deployment.
| Model Name | RTEB 16 | ViDoRE-V3 text | MMTEB (Retrieval) |
|---|---|---|---|
| llama-nemotron-embed-1b-v2 | 60.47 | 52.10 | 59.58 |
| llama-nemotron-embed-vl-1b-v2 | 61.98 | 52.54 | 59.71 |
| Nemotron-3-Embed-1B-BF16 | 72.38 | 57.76 | 71.05 |
| Nemotron-3-Embed-1B-NVFP4 | 72.00 | 57.50 | 70.59 |
Avg. NDCG@10 on text retrieval benchmarks (chunk retrieval), evaluated at sequence length 4096. The NVFP4 RTEB result was evaluated on an NVIDIA GB200 GPU.
Nemotron-3-Embed-1B-BF16
Nemotron-3-Embed-1B-NVFP4
Short Name: nemotron-3-embed-1b
Total Size: 8.5M+ data samples
Total Number of Datasets: 161 dataset files
Dataset Partition: Training [100%], Testing [N/A — evaluation benchmarks used separately], Validation [N/A — evaluation benchmarks used separately].
Model distillation training was conducted using publicly available, commercially permissible datasets and synthetically generated datasets. Synthetic data was created either by generating queries from seed documents or by generating complete question–answer pairs through LLM-based prompting using the models listed below.
Nemotron-3-Embed-1B-NVFP4 is a post-training-quantized derivative of Nemotron-3-Embed-1B-BF16. Its quantization calibration used 512 samples consisting of 256 queries and 256 passages. Its QAD stage used 20,000 samples across five dataset files.
Synthetic query-document pairs were generated either from scratch or by using seed datasets to generate queries with the models listed below.
| LLMs used to generate synthetic datasets |
|---|
| Qwen/Qwen3-Next-80B-A3B-Instruct Qwen/Qwen3-235B-A22B Qwen/Qwen3.5-397B-A17B Qwen/Qwen3.6-27B Qwen/Qwen3.6-35B-A3B |
| google/gemma-4-31B-it |
| openai/gpt-oss-120b openai/gpt-oss-20b |
| nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16 nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-NVFP4 |
| Seed Datasets | |
|---|---|
| Dataset | Reference |
| FinePdfs | https://huggingface.co/datasets/HuggingFaceFW/finepdfs |
| CentralActs | https://zenodo.org/records/5088102 |
| BRIGHT | https://huggingface.co/datasets/xlangai/BRIGHT |
| MultiHiertt | https://github.com/psunlpgroup/MultiHiertt |
Data Modality: Text
Training Data Size: 8.5M+
Data Collection Method by dataset: Hybrid: Manually-Collected, Automated, Synthetic
Labeling Method by dataset: Hybrid: Manually-Collected, Automated, Synthetic
Properties: Model training was conducted on text datasets using question–passage pairs from publicly available, commercially permissible datasets and synthetically generated datasets. The NVFP4 version additionally used a 512-sample calibration set and a 20,000-sample QAD training set derived from the BF16 data mixture.
Data Collection Method by dataset: Not Applicable
Labeling Method by dataset: Not Applicable
Properties: Not Applicable. Model quality was assessed using the evaluation benchmark datasets described in the Evaluation Dataset subsection.
Data Collection Method by dataset: Hybrid: Manually-Collected, Automated, Synthetic
Labeling Method by dataset: Hybrid: Manually-Collected, Automated, Synthetic
Properties: The model was evaluated on 16 public tasks on the Retrieval Embedding Benchmark (RTEB), a benchmark designed to evaluate the retrieval accuracy of embedding models for real-world applications. More details on RTEB can be found on its leaderboard.
The BF16 version was also evaluated on MMTEB Retrieval benchmark datasets (paper) and on eight text datasets extracted through OCR from the ViDoRe-V3 benchmark. The NVFP4 version was compared directly with the BF16 version on RTEB.
Acceleration Engine: Rust
Test Hardware: NVIDIA Lovelace (L40S)
NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. Developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
For more detailed information on ethical considerations for this model, please see the Model Card++ Bias, Explainability, Safety & Security, and Privacy Subcards.
Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns here.