Jina Embeddings v2

Jina AI's embedding model, notable for an 8k-token context window at launch

Free Embedding
Visit Product Page →
8192 context tokens
137M parameters
Apache 2.0 license
Oct 2023 released

Jina Embeddings v2 is a text embedding model from Jina AI, released in October 2023. It came in two main sizes, a 33 million parameter small version and a 137 million parameter base version, both built on a modified BERT architecture using ALiBi position encoding instead of standard positional embeddings. That choice let it handle sequences up to 8,192 tokens, which was unusual for an open embedding model at the time and let it compete with OpenAI’s proprietary text-embedding-ada-002 on long document retrieval while being far smaller. The model is released under an Apache 2.0 license and can be run locally or accessed through Jina’s API. It has since been superseded by jina-embeddings-v3, which adds multilingual support and task-specific adapters, but v2 remains in use for English-language retrieval tasks where its smaller size is an advantage.