NVIDIA has released Nemotron 3 Embed, a collection of open and commercially available embedding models aimed at improving retrieval quality across production-scale retrieval-augmented generation (RAG), agentic retrieval, code retrieval, and agent memory applications. The collection features three open models, led by an 8B flagship that claims the top position on the RTEB leaderboard, alongside efficient 1B variants designed for large-scale deployment.
Top-Tier Retrieval Performance
The flagship Nemotron-3-Embed-8B-BF16 model ranks first on RTEB as of July 15, 2026, scoring 78.5% on RTEB and 75.5% on MMTEB Retrieval. The smaller Nemotron-3-Embed-1B-BF16 brings much of that retrieval quality into a more compact footprint, scoring 72.4% on RTEB — a 27% error rate reduction over its 1B predecessor — and 71.0% on MMTEB Retrieval, representing a 28% error rate reduction.
Beyond RTEB, NVIDIA evaluated the models across ViDoRe V3 Text, MMTEB Retrieval, and LongEmbed using average NDCG@10. The 8B model establishes the collection's quality ceiling, while the 1B variants extend the same retrieval-focused design to lower-cost, higher-throughput settings.
Agentic Efficiency and Deployment Flexibility
To assess retrieval in agentic settings, NVIDIA paired the embedding models with a search agent powered by Nemotron 3 Ultra, measuring both retrieval accuracy and estimated downstream agentic token cost per query across ViDoRe V3, BRIGHT, and BrowseComp-Plus. The results show that stronger retrieval reduces downstream token costs, as more accurate retrievers return relevant evidence earlier, helping agents complete tasks with fewer repeated searches and reasoning turns. The 8B model delivered both the highest average retrieval accuracy and the lowest estimated downstream token cost across these benchmarks.
For high-throughput deployments, the Nemotron-3-Embed-1B-NVFP4 variant uses native NVFP4 acceleration on NVIDIA Blackwell architectures. This approach quantizes weights and activations of linear layers to 4-bit format and employs Quantization-Aware Distillation to recover accuracy for long input sequences. The NVFP4 variant retains over 99% of BF16 retrieval accuracy while reducing memory footprint, and delivers up to 2x higher throughput than BF16 on Blackwell hardware.
NVIDIA also released an optimized NIM microservice for the 1B model. The Rust-based Nemotron 3 Embed NIM matches or outperforms the vLLM checkpoint on NVIDIA GB200 and RTX PRO 6000 GPUs across input sequence lengths of 256 and 1024 tokens.
Architecture and Training Pipeline
The 8B model adapts the Ministral-3-8B-Instruct-2512 backbone by converting its causal decoder into a bidirectional encoder for full-sequence retrieval. Training involved contrastive pre-training on web-sourced and synthetic text pairs, followed by fine-tuning on curated multilingual retrieval datasets spanning legal, finance, medical, business, and education domains. Earlier 8B teacher checkpoints from the same development line were used to distill the efficient 1B variants.
