jina-embeddings-v3

Jina AI's open-weight multilingual embedding model

Free Embedding
Visit Product Page →
8192 context tokens
570M parameters
CC-BY-NC 4.0 license
Sep 2024 released

jina-embeddings-v3 is Jina AI’s multilingual text embedding model, released in September 2024. It has 570 million parameters and supports 89 languages, with a context window of 8,192 tokens using rotary position embeddings. The model uses task-specific LoRA adapters for different use cases such as query-document retrieval, clustering, classification, and text matching, so a single set of weights can be adapted to different jobs without full retraining. It also supports Matryoshka representation learning, which lets users truncate the output embedding down from its default 1024 dimensions to as low as 32 while keeping most of the retrieval quality. On the MTEB benchmark, Jina AI reported that v3 outperformed proprietary embeddings from OpenAI and Cohere on English tasks and beat multilingual-e5-large-instruct across multilingual tasks. It is released under a CC BY-NC 4.0 license, which permits free use for research and evaluation but requires a commercial license for production use at scale.