Skip to main content
NVIDIA
Explore
Models
Skills
Blueprints
GPUs
Docs
Help Center
Getting Started
  1. Create and verify your account to unlock full access to NVIDIA NIM APIs.
ResourcesDeveloper ForumsContact Support
FAQs
  • Terms of Use
    Privacy Policy
    Your Privacy Choices
    Contact

    Copyright © 2026 NVIDIA Corporation

    NVIDIA

    nemotron-3-embed-1b

    Free Endpoint

    1B embedding model for semantic search, retrieval, and RAG applications.

    • Agentic Retrieval
    • Code Retrieval
    • Nemotron Retriever
    • Retrieval Augmented Generation
    • Text-to-Embedding
    Get API Key
    API ReferenceAPI Reference
    Accelerated by DGX Cloud

    Model Overview

    Description:

    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:

    • Nemotron-3-Embed-1B-BF16: The reference BF16 model.
    • Nemotron-3-Embed-1B-NVFP4: A post-training-quantized derivative of the BF16 model, with Quantization-Aware Distillation (QAD) applied to recover retrieval accuracy, particularly for long input sequences.

    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.

    License/Terms of 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

    Deployment Geography:

    Global

    Use Case:

    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.

    Release Date:

    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

    Model Architecture:

    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(s):

    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(s):

    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.

    Software Integration:

    Runtime Engine(s): Rust

    Supported Hardware Microarchitecture Compatibility:

    • NVIDIA Ampere (A100 SXM 40GB, A10G)
    • NVIDIA Blackwell (GB200, RTX PRO 6000 Blackwell Server Edition)
    • NVIDIA Hopper (H100 80GB HBM3)
    • NVIDIA Lovelace (L40S)

    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.

    Performance:

    Model NameRTEB 16ViDoRE-V3 textMMTEB (Retrieval)
    llama-nemotron-embed-1b-v260.4752.1059.58
    llama-nemotron-embed-vl-1b-v261.9852.5459.71
    Nemotron-3-Embed-1B-BF1672.3857.7671.05
    Nemotron-3-Embed-1B-NVFP472.0057.5070.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.

    Model Version(s):

    Nemotron-3-Embed-1B-BF16

    Nemotron-3-Embed-1B-NVFP4

    Short Name: nemotron-3-embed-1b

    Training, Testing, and Evaluation Datasets:

    Dataset Overview:

    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.

    Public Datasets:

    Dataset nameReference
    MIRACLhttps://huggingface.co/datasets/miracl/miracl
    MLDRhttps://huggingface.co/datasets/Shitao/MLDR
    HotpotQAhttps://hotpotqa.github.io/
    NQhttps://huggingface.co/datasets/sentence-transformers/embedding-training-data
    Squadhttps://rajpurkar.github.io/SQuAD-explorer/
    Stack Exchangehttps://archive.org/details/stackexchange
    Hoverhttps://hover-nlp.github.io/
    TAT-QAhttps://huggingface.co/datasets/next-tat/TAT-QA
    FinQAhttps://github.com/czyssrs/FinQA/tree/main
    PubMedQAhttps://huggingface.co/datasets/qiaojin/PubMedQA/viewer/pqa_labeled
    MedQuADhttps://github.com/abachaa/MedQuAD
    JaQuADhttps://huggingface.co/datasets/SkelterLabsInc/JaQuAD
    coir_appshttps://huggingface.co/datasets/CoIR-Retrieval/apps
    coir_cosqahttps://huggingface.co/datasets/CoIR-Retrieval/cosqa
    coir_stackoverflow_qahttps://huggingface.co/datasets/CoIR-Retrieval/stackoverflow-qa
    coir_codetrans_dlhttps://huggingface.co/datasets/CoIR-Retrieval/codetrans-dl
    coir_codetrans_contesthttps://huggingface.co/datasets/CoIR-Retrieval/codetrans-contest
    synthetic_text2sqlhttps://huggingface.co/datasets/CoIR-Retrieval/synthetic-text2sql
    SWE-benchhttps://huggingface.co/datasets/princeton-nlp/SWE-bench/viewer/default/train
    MLQAhttps://github.com/facebookresearch/MLQA
    SpartQAhttps://github.com/HLR/SpartQA_generation
    Winograndehttps://github.com/allenai/winogrande
    TempReasonhttps://huggingface.co/datasets/tonytan48/TempReason

    Synthetic Datasets:

    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
    DatasetReference
    FinePdfshttps://huggingface.co/datasets/HuggingFaceFW/finepdfs
    CentralActshttps://zenodo.org/records/5088102
    BRIGHThttps://huggingface.co/datasets/xlangai/BRIGHT
    MultiHiertthttps://github.com/psunlpgroup/MultiHiertt

    Training Dataset:

    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.

    Testing Dataset:

    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.

    Evaluation Dataset:

    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.

    Inference:

    Acceleration Engine: Rust
    Test Hardware: NVIDIA Lovelace (L40S)

    Ethical Considerations:

    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.

    On this page

    1. Model Overview
      1. Description
      2. License/Terms of Use
      3. Deployment Geography
      4. Use Case
      5. Release Date
    2. Model Architecture
    3. Input(s)
    4. Output(s)
    5. Software Integration
    6. Performance
    7. Model Version(s)
    8. Training, Testing, and Evaluation Datasets
      1. Dataset Overview
      2. Public Datasets
      3. Synthetic Datasets
      4. Training Dataset
      5. Testing Dataset
      6. Evaluation Dataset
    9. Inference
    10. Ethical Considerations