NVIDIA Nemotron 3 Embed is out and the 8B model is #1 on RTEB

The collection has three checkpoints for different accuracy and serving tradeoffs across search, RAG, agent memory, and code retrieval.

The headline result is that nvidia/Nemotron-3-Embed-8B-BF16 ranks #1 overall on RTEB with a score of 78.5. RTEB evaluates multilingual retrieval quality across a range of tasks.

The short version:

Why you should care care: retrieval quality sets the context an agent gets to reason over. A missed document can turn into more searches, more tokens, and a confident answer built on the wrong evidence. Improving retrieval is often a more useful systems lever than asking the reasoning model to recover from bad context.

For correctness’s sake, a leaderboard is one signal, not a substitute for evaluating on your own corpus, query distribution, index, and latency targets. The model suffix matters too, so please include the exact checkpoint when sharing results.

Resources:

If you test them, I’d love to see the setup, comparison, and failure cases. Real workloads > benchmark victory laps.