skip to content
gigarouter gigarouter
models / reranker · coming soon

MXBAI Reranker Base

mixedbread-ai/mxbai-rerank-base-v1

published Feb 2024 · updated Apr 2025

MXBAI Reranker Base is a rerank model that reorders search results by semantic relevance to improve accuracy over keyword-based retrieval.

est. price
~$0.008
/ 1k docs · estimated, set at launch
API providers
0
downloads / mo
273.7K
license
apache-2.0

specs

Tasktext-ranking
ArchitectureDeBERTa-v2
LicenseApache-2.0

about this model

mxbai-rerank-base-v1 is a reranking model that improves the relevance of search results by reordering top candidates from an initial retrieval stage. It is based on the DeBERTa-v2 architecture and is trained on a large corpus of real-world search queries with top-10 results from search engines, where an LLM judges relevance. This approach enables the model to add semantic understanding to existing keyword-based search infrastructure such as Elasticsearch, OpenSearch, or Solr without requiring changes to the retrieval pipeline. The model is English-only and supports the text-ranking pipeline.

The model is part of a family of three sizes: mxbai-rerank-xsmall-v1 (capacity-efficient), mxbai-rerank-base-v1 (balanced performance and size), and mxbai-rerank-large-v1 (highest accuracy). Performance is on par with or exceeds closed-source alternatives on industry-relevant use cases. No specific benchmark numbers were provided in the original sources.

Available formats include ONNX, Safetensors, and Transformers.js. Licensed under Apache-2.0.

best for

FAQ

What is the best use case for this rerank model?

It is designed to add semantic relevance as a final reranking step after keyword search, improving result quality without changing existing infrastructure.

How does the base size compare to other model sizes in the family?

The family has three sizes: xsmall (capacity-efficient), base (balance of size and performance), and large (highest accuracy). This is the base variant.

What is the license for using this model?

It is released under the Apache-2.0 license, allowing commercial and personal use with attribution.

What is the input and output format for the rerank model?

Input is a query and a list of passages (texts). Output is a list of relevance scores (one per passage), typically confidence values.

How can I call this model via the gigarouter API?

Use the gigarouter OpenAI-compatible endpoint with your API key, following the standard chat/completions or rerank-specific schema.

not yet live

We're benchmarking and onboarding MXBAI Reranker Base as a hosted, OpenAI-compatible API. Sign in for free credit and be ready when it lands, or tell us you want it and we'll prioritize it.

related reranker models

compare all →