Qwen3 Embedding 0.6B
Lightweight 600M parameter model supporting 100+ natural and programming languages for efficient processing. Optimized for high-volume applications including code retrieval, text classification, clustering, and bitext mining. If you want to compare the best embedding models for your data, try Agentset.
Model Information
- Provider
- Qwen
- License
- Open Source
- Price per 1M tokens
- $0.010
- Dimensions
- 1024
- Release Date
- 2025-06-06
- Model Name
- qwen3-embedding-0.6b
- Total Evaluations
- 1919
Performance Record
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
Performance Overview
ELO ratings by dataset
Qwen3 Embedding 0.6B's ELO performance varies across different benchmark datasets, showing its strengths in specific domains.
Qwen3 Embedding 0.6B - ELO by Dataset
Detailed Metrics
Dataset breakdown
Performance metrics across different benchmark datasets, including accuracy and latency percentiles.
business reports
Latency Distribution
- Mean
- 22ms
- P50 (Median)
- 21ms
- P90
- 25ms
ARCD
Accuracy Metrics
- nDCG@5
- 0.865
- nDCG@10
- 0.872
- Recall@5
- 0.880
- Recall@10
- 0.900
Latency Distribution
- Mean
- 23ms
- P50 (Median)
- 23ms
- P90
- 27ms
PG
Latency Distribution
- Mean
- 13ms
- P50 (Median)
- 13ms
- P90
- 15ms
SciFact
Accuracy Metrics
- nDCG@5
- 0.666
- nDCG@10
- 0.686
- Recall@5
- 0.723
- Recall@10
- 0.783
Latency Distribution
- Mean
- 20ms
- P50 (Median)
- 19ms
- P90
- 23ms
NorQuAD
Latency Distribution
- Mean
- 32ms
- P50 (Median)
- 31ms
- P90
- 36ms
FiQa
Accuracy Metrics
- nDCG@5
- 0.620
- nDCG@10
- 0.647
- Recall@5
- 0.590
- Recall@10
- 0.680
Latency Distribution
- Mean
- 42ms
- P50 (Median)
- 41ms
- P90
- 49ms
MSMARCO
Accuracy Metrics
- nDCG@5
- 0.997
- nDCG@10
- 0.992
- Recall@5
- 0.122
- Recall@10
- 0.215
Latency Distribution
- Mean
- 13ms
- P50 (Median)
- 13ms
- P90
- 15ms
DBPedia
Accuracy Metrics
- nDCG@5
- 0.549
- nDCG@10
- 0.556
- Recall@5
- 0.216
- Recall@10
- 0.350
Latency Distribution
- Mean
- 13ms
- P50 (Median)
- 13ms
- P90
- 15ms
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);
}Compare Models
See how it stacks up
Compare Qwen3 Embedding 0.6B with other top embeddings to understand the differences in performance, accuracy, and latency.