Embeddings

Semantic search and vector representations for AI applications

Modelos de embeddings para búsqueda semántica, RAG y clustering

Los modelos de embeddings convierten texto — o a veces imágenes, código o audio — en un vector de números en coma flotante de longitud fija. Las entradas similares acaban cerca unas de otras en el espacio de embedding, las distintas acaban lejos. Recurres a embeddings cuando construyes búsqueda semántica, generación aumentada por recuperación (RAG), recomendaciones o clustering.

18 models available

BGE Large EN v1.5

Embeddinghuggingface
Popular

BAAI (Beijing Academy of AI) open-weight English embedding model with 335M parameters. Returns 1024-dim vectors and was a top MTEB English retrieval model on release. The v1.5 update improved similarity distribution so it works well without a query instruction prefix for symmetric tasks. A widely used open alternative to hosted embeddings.

€1.00
embeddingretrievalrag

BGE-M3 (Multilingual)

Embeddinghuggingface
Popular

BAAI multilingual embedding model covering 100+ languages with an 8192-token context. M3 stands for its multi-functionality (dense, sparse and ColBERT-style multi-vector retrieval), multilinguality and multi-granularity over long documents. Returns 1024-dim dense vectors and is a strong open choice for cross-lingual and long-text retrieval.

€1.00
embeddingretrievalrag

ESM-2 650M (Protein Embeddings)

Embeddinghuggingface
Popular

Meta AI 650M-parameter protein language model trained on UniRef50 sequences. Feed it an amino-acid sequence and the per-residue hidden states act as learned protein embeddings, used for structure prediction, variant-effect and function tasks. This 33-layer checkpoint is the common balance of quality and cost in the ESM-2 family.

€2.00
scienceembeddingresearch

Nomic Embed Text v1.5

Embeddinghuggingface
Popular

Nomic AI open embedding model with a fully reproducible training pipeline (open weights, data and code). Supports an 8192-token context and Matryoshka representation learning, so you can truncate the 768-dim output down to 64 dims with graceful quality loss. Uses task prefixes like search_query and search_document.

€1.00
embeddingretrievalrag

OpenAI text-embedding-3-large

EmbeddingOpenAI
Popular

OpenAI's highest-quality embedding model. Returns 3072-dim vectors by default and supports reducing dimensions via the dimensions parameter. Outperforms text-embedding-3-small and the older ada-002 on MTEB and multilingual MIRACL retrieval benchmarks, for cases where accuracy matters more than cost.

Free600ms
openaiembeddingretrieval

OpenAI text-embedding-3-small

EmbeddingOpenAI
Popular

OpenAI's small, low-cost embedding model. Returns 1536-dim vectors by default and supports shortening output dimensions via the dimensions parameter without retraining. Replaced text-embedding-ada-002 with better retrieval quality at a fraction of the price, and is the default choice for general-purpose semantic search and RAG.

Free500ms
openaiembeddingretrieval

PubMedBERT Embeddings (NeuML)

Embeddinghuggingface
Popular

Sentence-transformers model fine-tuned from Microsoft PubMedBERT on PubMed title-abstract pairs by the NeuML team. Produces 768-dim sentence embeddings tuned for biomedical semantic search and similarity, and is the embedding backbone behind the paperai and txtai medical search tools.

€1.00
scienceembeddingresearch

SPECTER (Scientific Paper Embeddings)

Embeddinghuggingface
Popular

AllenAI document-level embedding model for scientific papers. Built on SciBERT and trained on the citation graph so that papers citing each other land close together. Feed it a title plus abstract and it returns one 768-dim vector per paper, useful for recommendation, clustering and citation-based retrieval.

€1.00
scienceembeddingresearch

Voyage AI voyage-3

EmbeddingCustom
Popular

Voyage's general-purpose embedding model. 1024 dims, 32k context, strong retrieval performance.

Free
voyageembeddingretrieval

BioBERT v1.2 (Biomedical Embeddings)

Embeddinghuggingface

DMIS-Lab (Korea University) BERT-base initialized from English BERT and further pretrained on PubMed abstracts. Used as a feature extractor it yields 768-dim contextual embeddings tuned for biomedical text mining tasks such as NER, relation extraction and biomedical question answering.

€1.00
scienceembeddingresearch

BiomedBERT (PubMedBERT abstract)

Embeddinghuggingface

Microsoft BiomedBERT (formerly PubMedBERT) pretrained from scratch on PubMed abstracts with a domain-specific vocabulary, rather than adapting a general model. As a feature extractor it gives 768-dim biomedical embeddings and set the original state of the art on the BLURB biomedical NLP benchmark.

€1.00
scienceembeddingresearch

Cohere embed-multilingual-v3

EmbeddingCustom

Cohere's multilingual embedding model. Supports 100+ languages with separate search and classification modes.

Free
cohereembeddingmultilingual

GTE Large EN v1.5

Embeddinghuggingface

Alibaba (Tongyi Lab) general text embedding model. The v1.5 release extends the context to 8192 tokens and returns 1024-dim vectors, scoring competitively on MTEB while handling much longer inputs than typical 512-token encoders. A practical open model when documents exceed the usual short-context limit.

€1.00
embeddingretrievalrag

Jina Embeddings v3 (Multilingual)

EmbeddingCustom

Jina's frontier multilingual embedding model. 570M params, 8192 ctx, 89 languages, Matryoshka dims 128-1024.

Free
jinaembeddingmultilingual

Multilingual E5 Large

Embeddinghuggingface

Microsoft E5 multilingual embedding model with 560M parameters, initialized from XLM-RoBERTa-large and trained with weakly supervised contrastive learning. Covers around 100 languages and returns 1024-dim vectors. It expects query: and passage: prefixes on inputs and is a popular open model for multilingual semantic search.

€1.00
embeddingretrievalrag

mxbai-embed-large-v1

EmbeddingCustom

Mixedbread's open-source 335M embedding model. Top MTEB benchmark for English retrieval at release.

Free
mixedbreadembeddingopen-weights

SciBERT (scivocab uncased)

Embeddinghuggingface

AllenAI BERT-base pretrained from scratch on 1.14M scientific papers (mostly biomedical and computer science) with its own scientific WordPiece vocabulary. Used as a feature extractor it gives 768-dim contextual embeddings tuned to scientific text, outperforming general BERT on tasks like NER and relation extraction in research corpora.

€1.00
scienceembeddingresearch

Voyage AI voyage-code-3

EmbeddingCustom

Voyage's code-specialized embedding model. Up to 32k context, Matryoshka 256-2048 dims, int8/binary support.

Free
voyageembeddingcode

Top embeddings picks

Hand-picked across four common criteria — resolved against the live catalog so the picks track price and performance changes.

Mejor en general
BGE Large EN v1.5

BAAI (Beijing Academy of AI) open-weight English embedding model with 335M parameters. Returns 1024-dim vectors and was a top MTEB English retrieval model on release. The v1.5 update improved similarity distribution so it works well without a query instruction prefix for symmetric tasks. A widely used open alternative to hosted embeddings.

Learn more
Más barato
OpenAI text-embedding-3-small

OpenAI's small, low-cost embedding model. Returns 1536-dim vectors by default and supports shortening output dimensions via the dimensions parameter without retraining. Replaced text-embedding-ada-002 with better retrieval quality at a fraction of the price, and is the default choice for general-purpose semantic search and RAG.

Learn more
Mayores dimensiones
Voyage AI voyage-3

Voyage's general-purpose embedding model. 1024 dims, 32k context, strong retrieval performance.

Learn more
Más rápido
OpenAI text-embedding-3-small

OpenAI's small, low-cost embedding model. Returns 1536-dim vectors by default and supports shortening output dimensions via the dimensions parameter without retraining. Replaced text-embedding-ada-002 with better retrieval quality at a fraction of the price, and is the default choice for general-purpose semantic search and RAG.

Learn more

La tarificación es por token, similar a la generación de texto pero típicamente 10-100× más barata. Los modelos punteros (OpenAI text-embedding-3-large, Voyage 3, Cohere Embed v3) cuestan 0,05-0,15 € por millón de tokens. Las opciones de pesos abiertos (Jina V3, BGE, MxBai) cuestan efectivamente nada si las corres en tu propia infraestructura. Un corpus RAG típico de 10 millones de tokens (unos 20 000 documentos) cuesta 0,50-1,50 € para embebeer una vez. El re-embebido en cada actualización de modelo es el principal coste recurrente.

El compromiso es dimensión, recall y precio. Los embeddings de mayor dimensión (3 072 o 4 096 dims) capturan más matiz pero cuestan más almacenarlos y buscarlos. Los modelos de menor dimensión (256-768 dims) cuestan diez veces menos y aun así recuperan el documento correcto el 90-95 % de las veces en la mayoría de cargas. Usa el puntero de alta dimensión cuando la calidad de recuperación es crítica (búsqueda legal, Q&A médico); usa un modelo económico cuando puedas tolerar algún resultado perdido ocasional.

Cuidado con el tamaño de los chunks: la mayoría de los modelos de embeddings rinden mejor en chunks de 200-500 tokens. Embebeer un documento entero de 50 páginas como un solo vector pierde el significado por sección. Embebeer demasiado pequeño (por debajo de 50 tokens) hace que los chunks individuales se vuelvan ruido. Elige un chunker que respete los límites de párrafo y añade un pequeño solapamiento (10-20 %) entre chunks.

Cuidado con el desajuste multilingüe: no todos los modelos de embeddings hablan todos los idiomas por igual. Si tu corpus es multilingüe, elige un modelo cuyos datos de entrenamiento cubran tus idiomas — Jina V3, Cohere Multilingual y Voyage Multilingual son los valores por defecto seguros.

Las selecciones principales arriba cubren el puntero de mayor recall, el modelo de producción más barato, la opción de mayor dimensión y el indexador más rápido.

Related comparisons

Side-by-side reviews of the most-compared models in this category.

Frequently asked questions

Start Building with AI

Access all models through a single API. Get free credits when you sign up — no credit card required.