# BAAI: bce-reranker-base_v1

- Model ID: `bce-reranker-base_v1`
- Provider: BAAI
- Web version: https://www.moleapi.com/en/models/baai/bce-reranker-base-v1
- Content status: catalog

## Model introduction

Reranker model by BAAI for reranking, search refinement, retrieval quality, and relevance scoring.

## Model capabilities

- OpenAI compatible
- Embedding

### Verified specifications

- Catalog status: Currently available on MoleAPI
- Compatible protocols: openai
- Available billing groups: Standard

## Model pricing and access

Pricing is supplied dynamically by the MoleAPI console API.

### Standard (default, x1)

- Input: $0 / 1M tokens
- Output: $0 / 1M tokens

### Access protocols

| Protocol | Method | Endpoint |
| --- | --- | --- |
| openai | POST | /v1/chat/completions |

- Live pricing source: https://home.moleapi.com/api/pricing

## About bce-reranker-base_v1

Reranker model by BAAI for reranking, search refinement, retrieval quality, and relevance scoring.

### Sources

- [MoleAPI console pricing catalog](https://home.moleapi.com/api/pricing) — MoleAPI

## Code examples

### cURL

```bash
curl https://api.moleapi.com/v1/chat/completions \
  -H "Authorization: Bearer $MOLEAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"bce-reranker-base_v1","messages":[{"role":"user","content":"Hello"}]}'
```

## More related models

- [bge-m3](https://www.moleapi.com/en/models/baai/bge-m3) — BAAI
- [bge-reranker-v2-m3](https://www.moleapi.com/en/models/baai/bge-reranker-v2-m3) — BAAI
- [bge-large-en-v1.5](https://www.moleapi.com/en/models/baai/bge-large-en-v1.5) — BAAI
- [gemini-embedding-001](https://www.moleapi.com/en/models/google/gemini-embedding-001) — Google
- [qwen3-embedding-0.6b](https://www.moleapi.com/en/models/qwen/qwen3-embedding-0.6b) — Alibaba
- [qwen3-embedding-4b](https://www.moleapi.com/en/models/qwen/qwen3-embedding-4b) — Alibaba

## Frequently asked questions

### How is bce-reranker-base_v1 priced?

Prices are read from the MoleAPI console API and update with model prices, context tiers, and account groups.

### How can I access bce-reranker-base_v1?

The catalog currently lists openai.

### How do I switch an existing project to bce-reranker-base_v1?

Keep the MoleAPI API address and key, replace the model parameter, and check protocol-specific parameters.

### Where do the bce-reranker-base_v1 details come from?

Only confirmed availability, pricing, and protocol details from the MoleAPI catalog are included.
