Model reference · open weights

mxbai-embed-large

mxbai-embed-large is an open-weight embedding model from mixedbread-ai, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.

Embeddings mixedbread-ai 1 variants 3.1M downloads/mo
Request this model on EU hardware All served models Not on the shared API today — deployed on request.

About

What mxbai-embed-large is

mixedbread-ai/mxbai-embed-large-v1 Here, we provide several ways to produce sentence embeddings. Please note that you have to provide the prompt Represent this sentence for searching relevant passages: for query if you want to use it for retrieval. Besides that you don't need any prompt. Our model also supports Matryoshka Representation Learning and binary quantization. Quickstart Here, we provide several ways to produce sentence embeddings. Please note that you have to provide the prompt Represent this sentence for searching relevant passages: for query if you want to use it for retrieval. Besides that you don't need any prompt. sentence-transformers Transformers Transformers.js If you haven't already, you can install the Transformers.js JavaScript library from NPM using: You can then use the model to compute embeddings like this: Using API You can use the model via our API as follows: The API comes with native int8 and binary quantization support! Check out the docs for more information. Infinity Evaluation As of March 2024, our model archives SOTA performance for Bert-large sized models on the MTEB. It ourperforms commercial models like OpenAIs text-embedding-3-large and matches the performance of model 20x it's size like the echo-mistral-7b. Our model was trained with no overlap of the MTEB data, which indicates that our model generalizes well across several domains, tasks and text length. We know there are some limitations with this model, which will be fixed in v2. Please find more information in our blog post. Matryoshka and Binary Quantization Embeddings in their commonly used form (float arrays) have a high memory footprint when used at scale. Two approaches to solve this problem are Matryoshka Representation Learning (MRL) and (Binary) Quantization. While MRL reduces the number of dimensions of an embedding, binary quantization transforms the value of each dimension from a float32 into a lower precision (int8 or even binary). <b The model supports both approaches! </b You can also take it one step further, and combine both MRL and quantization. This combination of binary quantization and MRL allows you to reduce the memory usage of your embeddings sign

Summarised from the published model card. Read the full card on the HuggingFace links below.

Specifications

What it is

Makermixedbread-ai
TypeEmbedding models
Parameters (lead)335M
Context512 tokens
Variants1
Runs withsentence-transformers
Released2024-03-07
Popularity3.1M downloads / month
Likes823
LicenceOpen weights

How it works

How embedding models work

Your textsentence / documentEncodermaps meaningVectorlist of numbersAn embedding model turns text into a vector, so similar meanings sit close together — the basis of search and RAG.

Variants

Sizes & precisions

Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.

VariantParamsPrecisionVRAMFits 16 GBWeights
mxbai-embed-large-v1335MBF16~0.8 GBWeights ↗

Benchmarks

Reported results

As published on the model card — the maker's own numbers, not measured by AxForge.

TaskDatasetMetricScore
ClassificationMTEB AmazonCounterfactualClassification (en)accuracy75.045
ClassificationMTEB AmazonCounterfactualClassification (en)ap37.736
ClassificationMTEB AmazonCounterfactualClassification (en)f168.927
ClassificationMTEB AmazonPolarityClassificationaccuracy93.84
ClassificationMTEB AmazonPolarityClassificationap90.932
ClassificationMTEB AmazonPolarityClassificationf193.83
ClassificationMTEB AmazonReviewsClassification (en)accuracy49.184
ClassificationMTEB AmazonReviewsClassification (en)f148.742
RetrievalMTEB ArguAnamap_at_141.252
RetrievalMTEB ArguAnamap_at_1057.778
RetrievalMTEB ArguAnamap_at_10058.233
RetrievalMTEB ArguAnamap_at_100058.237
RetrievalMTEB ArguAnamap_at_353.45
RetrievalMTEB ArguAnamap_at_556.376
RetrievalMTEB ArguAnamrr_at_141.679
RetrievalMTEB ArguAnamrr_at_1057.927
RetrievalMTEB ArguAnamrr_at_10058.389
RetrievalMTEB ArguAnamrr_at_100058.392
RetrievalMTEB ArguAnamrr_at_353.651
RetrievalMTEB ArguAnamrr_at_556.521
RetrievalMTEB ArguAnandcg_at_141.252
RetrievalMTEB ArguAnandcg_at_1066.018
RetrievalMTEB ArguAnandcg_at_10067.774
RetrievalMTEB ArguAnandcg_at_100067.844

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys mxbai-embed-large for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (mxbai-embed-large below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/embeddings \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"mxbai-embed-large","input":"text to embed"}'

Details

Languages, data & research

Languages

en

Tags

sentence-transformers onnx safetensors openvino gguf bert feature-extraction mteb transformers.js transformers en model-index text-embeddings-inference endpoints_compatible

Papers

Licence

Open weights

Open weights under apache-2.0 — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗

Sources

Weights & code

Want mxbai-embed-large on EU-owned hardware?

Request this model on EU hardware See what’s served now

Explore

More embedding models

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms