OpenAI's Embeddings Fell to 13th of 15 — I'm Ditching Them for a Free Model That Wins by 11 Points

· Source: Towards AI - Medium · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Intermediate, quick

Summary

OpenAI's text-embedding-3-large model, widely used in production RAG systems, has fallen to 13th out of 15 on the 2026 aggregate embedding leaderboard, scoring 58.96. This performance is significantly outmatched by the Apache 2.0 licensed Qwen3-Embedding-8B, which achieves 70.58, an 11.6-point lead, and costs nothing to run. Even the smaller Qwen3-Embedding-0.6B variant, capable of running on a MacBook without a discrete GPU, surpasses OpenAI's flagship API by 5.4 points. The author notes that many teams prioritize the LLM generation layer while overlooking the critical retrieval layer, often relying on outdated embedding endpoints, leading to bottom-quartile performance in their RAG systems.

Key takeaway

For AI Engineers deploying or optimizing RAG systems, relying on OpenAI's text-embedding-3-large is now a significant performance bottleneck. You should immediately audit your retrieval layer's embedding model against current leaderboards. Consider migrating to superior, free alternatives like Qwen3-Embedding-8B, which offers an 11.6-point performance advantage and Apache 2.0 licensing, or Qwen3-Embedding-0.6B for edge deployments. Prioritize objective benchmarks over historical defaults to ensure your LLM receives high-quality context.

Key insights

OpenAI's widely used embedding model is significantly underperforming compared to free, open-source alternatives.

Principles

Method

Audit embedding models using third-party leaderboards, independent benchmarks, and pricing sheets, not vendor claims.

In practice

Topics

Best for: CTO, VP of Engineering/Data, Director of AI/ML, AI Engineer, Machine Learning Engineer, MLOps Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Towards AI - Medium.