Jina Embeddings v5 Text Small vs OpenAI text-embedding-3-small

Detailed comparison between Jina Embeddings v5 Text Small and OpenAI text-embedding-3-small. See which embedding best meets your accuracy and performance needs. If you want to compare these models on your data, try Agentset.

Model Comparison

Jina Embeddings v5 Text Small takes the lead.

Both Jina Embeddings v5 Text Small and OpenAI text-embedding-3-small are powerful embedding models designed to improve retrieval quality in RAG applications. However, their performance characteristics differ in important ways.

Why Jina Embeddings v5 Text Small:

  • Jina Embeddings v5 Text Small has 55 higher ELO rating
  • OpenAI text-embedding-3-small delivers better accuracy (nDCG@10: 0.762 vs 0.710)
  • OpenAI text-embedding-3-small is 280ms faster on average
  • Jina Embeddings v5 Text Small has a 9.2% higher win rate

Overview

Key metrics

ELO Rating

Overall ranking quality

Jina Embeddings v5 Text Small

1558

OpenAI text-embedding-3-small

1503

Win Rate

Head-to-head performance

Jina Embeddings v5 Text Small

53.8%

OpenAI text-embedding-3-small

44.6%

Accuracy (nDCG@10)

Ranking quality metric

Jina Embeddings v5 Text Small

0.710

OpenAI text-embedding-3-small

0.762

Average Latency

Response time

Jina Embeddings v5 Text Small

289ms

OpenAI text-embedding-3-small

9ms

Embedding Models Are Just One Piece of RAG

Agentset gives you a managed RAG pipeline with the top-ranked models and best practices baked in. No infrastructure to maintain, no embeddings to manage.

Trusted by teams building production RAG applications

5M+
Documents
1,500+
Teams
99.9%
Uptime

Visual Performance Analysis

Performance

ELO Rating Comparison

Win/Loss/Tie Breakdown

Accuracy Across Datasets (nDCG@10)

Latency Distribution (ms)

Breakdown

How the models stack up

MetricJina Embeddings v5 Text SmallOpenAI text-embedding-3-smallDescription
Overall Performance
ELO Rating
1558
1503
Overall ranking quality based on pairwise comparisons
Win Rate
53.8%
44.6%
Percentage of comparisons won against other models
Pricing & Availability
Price per 1M tokens
$0.050
$0.020
Cost per million tokens processed
Dimensions
1024
1536
Vector embedding dimensions (lower is more efficient)
Release Date
2026-02-18
2024-01-25
Model release date
Accuracy Metrics
Avg nDCG@10
0.710
0.762
Normalized discounted cumulative gain at position 10
Performance Metrics
Avg Latency
289ms
9ms
Average response time across all datasets

Build RAG in Minutes, Not Months

Agentset gives you a complete RAG API with top-ranked embedding models and smart retrieval built in. Upload your data, call the API, and get accurate results from day one.

import { Agentset } from "agentset";

const agentset = new Agentset();
const ns = agentset.namespace("ns_1234");

const results = await ns.search(
  "What is multi-head attention?"
);

for (const result of results) {
  console.log(result.text);
}

Dataset Performance

By field

Comprehensive comparison of accuracy metrics (nDCG, Recall) and latency percentiles for each benchmark dataset.

FiQa

MetricJina Embeddings v5 Text SmallOpenAI text-embedding-3-smallDescription
Accuracy Metrics
nDCG@5
0.838
0.635
Ranking quality at top 5 results
nDCG@10
0.831
0.647
Ranking quality at top 10 results
Recall@5
0.677
0.623
% of relevant docs in top 5
Recall@10
0.771
0.681
% of relevant docs in top 10
Latency Metrics
Mean
300ms
8ms
Average response time
P50
300ms
8ms
50th percentile (median)
P90
330ms
9ms
90th percentile

MSMARCO

MetricJina Embeddings v5 Text SmallOpenAI text-embedding-3-smallDescription
Accuracy Metrics
nDCG@5
0.960
0.997
Ranking quality at top 5 results
nDCG@10
0.954
0.990
Ranking quality at top 10 results
Recall@5
0.122
0.122
% of relevant docs in top 5
Recall@10
0.219
0.213
% of relevant docs in top 10
Latency Metrics
Mean
273ms
7ms
Average response time
P50
273ms
7ms
50th percentile (median)
P90
301ms
8ms
90th percentile

SciFact

MetricJina Embeddings v5 Text SmallOpenAI text-embedding-3-smallDescription
Accuracy Metrics
nDCG@5
0.703
0.682
Ranking quality at top 5 results
nDCG@10
0.734
0.707
Ranking quality at top 10 results
Recall@5
0.789
0.778
% of relevant docs in top 5
Recall@10
0.898
0.843
% of relevant docs in top 10
Latency Metrics
Mean
267ms
11ms
Average response time
P50
267ms
11ms
50th percentile (median)
P90
294ms
12ms
90th percentile

DBPedia

MetricJina Embeddings v5 Text SmallOpenAI text-embedding-3-smallDescription
Accuracy Metrics
nDCG@5
0.823
0.605
Ranking quality at top 5 results
nDCG@10
0.805
0.604
Ranking quality at top 10 results
Recall@5
0.062
0.230
% of relevant docs in top 5
Recall@10
0.123
0.365
% of relevant docs in top 10
Latency Metrics
Mean
270ms
7ms
Average response time
P50
270ms
7ms
50th percentile (median)
P90
297ms
8ms
90th percentile

business reports

MetricJina Embeddings v5 Text SmallOpenAI text-embedding-3-smallDescription
Accuracy Metrics
Latency Metrics
Mean
283ms
7ms
Average response time
P50
283ms
7ms
50th percentile (median)
P90
312ms
8ms
90th percentile

PG

MetricJina Embeddings v5 Text SmallOpenAI text-embedding-3-smallDescription
Accuracy Metrics
Latency Metrics
Mean
291ms
55877ms
Average response time
P50
291ms
54759ms
50th percentile (median)
P90
320ms
64259ms
90th percentile

Explore More

Compare more embeddings

See how all embedding models stack up. Compare OpenAI, Cohere, Jina AI, Voyage, and more. View comprehensive benchmarks, compare performance metrics, and find the perfect embedding for your RAG application.