AIToday
Open-Source AILarge Language ModelsHugging Face BlogPublished: Jul 17, 2026, 04:00 JST3 min read

NVIDIA Nemotron 3 Embed Ranks #1 on RTEB Retrieval Benchmark

NVIDIA Nemotron 3 Embed Ranks #1 on RTEB Retrieval Benchmark

Key takeaway

  • NVIDIA has released Nemotron 3 Embed, a family of open embedding models that rank #1 on the RTEB retrieval benchmark, with the flagship 8B model scoring 78.5%.

  • The models are designed to improve retrieval quality in agentic AI workflows while offering deployment flexibility: a 1B standard variant for cost-sensitive production serving and a 1B NVFP4 variant for ultra-high-throughput Blackwell-based infrastructure.

  • All three models feature a 32k context window, support multilingual and code retrieval, include open weights and fine-tuning recipes, and are immediately available on Hugging Face and as NVIDIA NIM microservices.

3 Key Points

  1. What happened

    NVIDIA released Nemotron 3 Embed, a collection of three open embedding models for retrieval tasks. The flagship 8B model ranks #1 on the RTEB leaderboard, scoring 78.5% on RTEB and 75.5% on MMTEB Retrieval. Two smaller 1B variants—one standard and one optimized for NVIDIA Blackwell hardware—deliver lower-cost and higher-throughput options, with the 1B BF16 reducing error rate by 27% over its predecessor on RTEB.

  2. Why it matters

    In agentic AI workflows, poor retrieval wastes token budget by forcing agents to re-query and carry irrelevant context into reasoning steps. The new models improve retrieval accuracy while reducing estimated downstream token cost per query, helping enterprises run production-scale retrieval-augmented generation (RAG) and agent memory systems with better accuracy and lower operating cost. The models come with open weights, fine-tuning recipes, and support for 32k context windows across multilingual and code retrieval tasks.

  3. What to watch

    The 1B NVFP4 variant, optimized for Blackwell hardware, delivers up to 2× higher throughput than BF16 while retaining 99%+ of BF16 accuracy. The models are available today on Hugging Face, deployable as NVIDIA NIM microservices, and already being evaluated by enterprise partners including Automation Anywhere, Boomi, IBM, Mem0, and Palantir.

Ask the AI about this article →

Context & Analysis

Retrieval is foundational to agentic AI systems: when an agent cannot find relevant context quickly, it burns token budget on repeated searches and reasoning loops that carry noise forward. NVIDIA's Nemotron 3 Embed models address this by offering state-of-the-art retrieval accuracy across a range of deployment scenarios. The 8B flagship model's #1 RTEB ranking (78.5%) establishes the collection's quality ceiling, but the real production value lies in the 1B variants, which compress that quality into smaller footprints through structured pruning and knowledge distillation. The distillation strategy is noteworthy: the 1B models are not trained from scratch, but derived from a 3B Ministral backbone that undergoes two rounds of compression—first to 2B via NVIDIA's Neural Architecture Search engine, then to 1.14B via distillation from the 8B teacher. This pipeline allows the 1B BF16 to achieve 72.4% on RTEB (a 27% error reduction over its predecessor) while the NVFP4 variant adds Blackwell hardware acceleration for 2× throughput. The models carry production-ready features: 32k context windows for long documents and multi-turn agent histories, multilingual and code retrieval support, and fine-tuning recipes for domain adaptation. Early enterprise evaluations from Automation Anywhere, Boomi, IBM, Mem0, and Palantir suggest uptake momentum, with partners citing improvements in question-answering and agentic workflows.

FAQ

What are the three Nemotron 3 Embed models and what are they designed for?
Nemotron-3-Embed-8B-BF16 is the flagship quality model ranking #1 on RTEB, built for precision-critical and high-stakes enterprise RAG. Nemotron-3-Embed-1B-BF16 is a high-efficiency standard model for cost- and latency-sensitive production serving. Nemotron-3-Embed-1B-NVFP4 is a Blackwell-optimized variant for ultra-high-throughput and massive-scale infrastructure.
How much better is the 1B model than its predecessor?
The Nemotron-3-Embed-1B-BF16 reduces error rate by 27% over llama-nemotron-embed-vl-1b-v2 on RTEB (scoring 72.4%) and by 28% on MMTEB Retrieval (scoring 71.0%).
What performance gain does NVFP4 acceleration on Blackwell provide?
The NVFP4 variant delivers up to 2× higher throughput than BF16 for high-throughput, low-latency retrieval serving while retaining 99%+ of BF16 retrieval accuracy and reducing memory footprint.
Hugging Face BlogRead Original Article

Get the latest Open-Source AI news every morning

For example, today's edition would include:

  • Z.ai runs GLM on 100,000 Chinese AI chipsDIGITIMES Asia · 2h ago
  • Broadcom Unveils VMware AI Factory for Faster Private AITop Companies AI · 12h ago
  • OpenClaw 2.0 launches with major updateSiliconANGLE AI · 17h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleGoogle links apps directly to Search's AI Mode