Vultr has put a single 320-dimensional late-interaction recipe into three sizes and is claiming a one-two finish on the ViDoRe V3 leaderboard. ViDoRe V3 is the visual document retrieval benchmark Hugging Face rolled out earlier this year, and the team behind it is the same group now releasing the VultronRetriever family.
The three-tier lineup — Prime-8B at the top, Core-4.5B in the middle, Flash-0.8B at the bottom — was announced at Raise Summit Paris this week and posted to Hugging Face the same day. Per the Prime-8B model card, Prime posts a mean nDCG@10 of 64.26 on ViDoRe V3 over the ten V3 tasks (eight public, two private), while the Core-4.5B card puts Core at 63.57. Together they take ranks one and two on the global board.
The efficiency claims are the more interesting story. Late-interaction retrieval is a ColBERT-style technique that scores a query against many small patches of a document rather than a single combined vector; running it at 320 dimensions across all three tiers lets the family shrink storage without giving up fine-grained matching. The Prime-8B card reports an index footprint 8 to 12 times smaller than the 2,560- to 4,096-dim models sitting below it on the board. The Vultr-affiliated Reddit announcement separately cites up to 16× smaller storage and 12× higher throughput against prior 9B-class leaders on MTEB, the broader retrieval benchmark.
The smallest tier is the visual hook. The Reddit post says Flash-0.8B indexes up to 60 document page images per minute fully offline, and the Raise Summit demo ran the model on an iPhone answering questions against an indexed PDF. For retrieval work, which usually needs a GPU server to embed and search documents, fits on a phone is a meaningful change in where this kind of system can run.
The self-evaluation caveat sits on top of all of it. ViDoRe V3 was introduced by the same research circle now publishing VultronRetriever. Ranking first and second on a board your own team released carries obvious conflict. The Reddit poster is Vultr-affiliated, so the social thread counts as discovery context rather than third-party validation. The model cards separately claim zero cross-dataset duplication and zero evaluation contamination in the training mix, statements that are not independently verified in the available sources.
The scoreboard also clarifies what the dimensionality lever is actually doing. On the Prime-8B leaderboard table, the nearest non-Vultr 320-dim model, TomoroAI's tomoro-colqwen3-embed-8b, lands at 61.59 mean nDCG@10 — below VultronPrime's 64.26 at the same dimensionality. The Nvidia nemotron-colembed-vl-8b-v2 sits at 63.42 with 4,096 dims, roughly 0.8 points behind Prime despite running more than twelve times the embedding size. So the 8 to 12× index win is real, but the rank story is not just about going small on dimensions.
Beneath the marketing, the substantive engineering question is whether one 320-dim late-interaction recipe can carry three parameter scales without quality collapse at the small end. The companion paper, Hydra: Unifying Document Retrieval and Generation in a Single Vision-Language Model, describes a vision-language architecture that fuses retrieval and generation in one model. The watch items are concrete. The ViDoRe V3 leaderboard updates as new models are submitted, so independent reproduction or competing releases in the next several weeks will move the rank story on its own. MTEB, the broader retrieval benchmark, is where to test whether the 320-dim efficiency story holds outside visual documents.