Model reference · open weights

onebrain-rerank

onebrain-rerank is an open-weight embedding model from onebrain-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 onebrain-ai 1 variants 14k downloads/mo
Request this model on EU hardware All served models Not on the shared API today — deployed on request.

About

What onebrain-rerank is

OneBrain Rerank v1 The first entry in the OneBrain model line — the cross-encoder reranker used by OneBrain native search (Tier-2 precision stage, CLI v3.4.7+). v1 is not fine-tuned. It is a size/speed-optimized int8 build of BAAI/bge-reranker-v2-m3 (Apache-2.0). Future versions (v2+) may be fine-tuned for OneBrain's vault-search domain; each version ships as its own repo and is sha256-pinned by the OneBrain CLI. Intended use - For: reranking a small set of (query, passage) candidates returned by a first-stage retriever (BM25 / vector), producing a calibrated 0–1 relevance score. This is the Tier-2 precision stage of OneBrain native search. - Not for: retrieval or embedding — it scores query–passage pairs, it does not produce vectors. It is a general (not domain-fine-tuned) reranker, so it is not tuned for any specialized corpus in v1. Provenance - Base: BAAI/bge-reranker-v2-m3 (Apache-2.0) - ONNX export: rozgo/bge-reranker-v2-m3 (fp32, 2.27 GB) - Quantization: dynamic int8 (QInt8 weights), onnxruntime 1.27.0, single-file output (DefaultTensorType=FLOAT for 2GB shape-inference skip) - modelint8.onnx — 569,011,484 bytes · sha256 dd7b26f4a233732aefbe857bef026050582dc7c1bdb8aeda909080bf15b2ad88 Why int8? OneBrain runs local-first and CPU-only (no GPU assumption; Raspberry-Pi-class hardware is the floor). A cross-encoder scores every candidate at query time, so both download size and CPU latency matter: - Size — the fp32 ONNX export is 2.27 GB; this int8 build is 569 MB (~4× smaller). That is the difference between a reranker most users won't download and one that can ship on by default. - CPU latency — dynamic-QInt8 integer kernels run faster on CPU. OneBrain's design target is ≤500 ms P50 for the Tier-2 stage on a warm daemon at the default candidate depth (a design target, not a published benchmark — no measured latency number is claimed here). - Quality cost — negligible — quantization perturbs the raw logits slightly, but reranking only needs relative ordering and calibrated separation, both preserved. On the validation pairs below the sigmoid-score delta vs fp32 is ≤ 0.0046 and the pairwise ranking is identical. int8 is not more accurate than fp32 — it is the

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

Specifications

What it is

Makeronebrain-ai
TypeEmbedding models
Context8,194 tokens
Variants1
Based onBAAI/bge-reranker-v2-m3
Released2026-07-06
Popularity14k downloads / month
Likes1
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
onebrain-rerank-v1BF16Weights ↗

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys onebrain-rerank for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (onebrain-rerank 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":"onebrain-rerank","input":"text to embed"}'

Details

Languages, data & research

Tags

onnx xlm-roberta reranker cross-encoder int8 multilingual onebrain text-ranking

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 onebrain-rerank 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