Compare Embedding Models

← Back to Models

Compare embedding models side by side using output dimensions, context limits, modalities, embedding types, language coverage, licensing, pricing, and available benchmarks. Start with the retrieval task and input type your application actually uses; a larger vector is not automatically a better or more economical choice.

Use representative queries to validate retrieval quality, then account for vector storage, index memory, ingestion throughput, and reranking latency. Matryoshka-capable models can support smaller dimensions, while multimodal models may simplify systems that search text, images, and documents together. Provider prices and model limits can change, so confirm current documentation before building a production index.

How to Read the Embedding Comparison

Dimensions determine the width of each stored vector and directly affect storage and distance-computation cost. Context length limits how much source text can be embedded in one request, but chunk size should still match the information users need to retrieve. Dense vectors work well for semantic similarity; sparse vectors preserve lexical signals; and late-interaction approaches can improve fine-grained matching at the cost of a larger index and more complex serving.

Language support should be tested on your actual locales, domain vocabulary, spelling variation, and short queries. For image or PDF retrieval, verify whether the model accepts the raw modality or expects extracted text. Benchmark scores are useful directional evidence, but an evaluation set drawn from your corpus is the more reliable selection test. Compare recall at a fixed candidate count, downstream answer quality, latency, and total indexing cost.

A production decision also needs operational checks. Confirm the license, data-handling policy, version stability, regional availability, batch limits, and rate limits. If you change models or dimensions later, existing documents normally need to be re-embedded into a compatible index. Keep the chosen model identifier, preprocessing rules, dimension, and similarity metric in versioned configuration so document and query embeddings cannot silently drift apart.

SPECIFICATIONS
Max dimension 2K 2K 4K 1K
Max tokens 128K 128K 32K 8K
Parameters 7B 559M
License Proprietary Proprietary Apache 2.0 CC BY-NC 4.0
EMBEDDING TYPES
Types
Dense
Dense
Dense
Dense
MATRYOSHKA DIMENSIONS
Available sizes
25651210241536
25651210241536
32641282565121024
INPUT MODALITIES
Text
Image
PDF
OUTPUT TYPES
Single vector
Multi vector
LANGUAGE SUPPORT
Languages 🌍 100+ 🌍 100+ 🌍 Multi 🌍 89+
PRICING
Per 1M tokens $0.020
BENCHMARKS
CMTEB 35 72.05
LONGEMBED 55.66
MMTEB 58.58
MTEB 56 70.24
MTEB EN 54.33
MTEB FR 68.25
MTEB PL 67.86