# BAAI: bge-reranker-v2-m3

- Model ID: `bge-reranker-v2-m3`
- Provider: BAAI
- Web version: https://www.moleapi.com/en/models/baai/bge-reranker-v2-m3
- 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.01 / 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 bge-reranker-v2-m3

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":"bge-reranker-v2-m3","messages":[{"role":"user","content":"Hello"}]}'
```

## More related models

- [bge-m3](https://www.moleapi.com/en/models/baai/bge-m3) — BAAI
- [bge-large-en-v1.5](https://www.moleapi.com/en/models/baai/bge-large-en-v1.5) — BAAI
- [bge-large-zh-v1.5](https://www.moleapi.com/en/models/baai/bge-large-zh-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 bge-reranker-v2-m3 priced?

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

### How can I access bge-reranker-v2-m3?

The catalog currently lists openai.

### How do I switch an existing project to bge-reranker-v2-m3?

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

### Where do the bge-reranker-v2-m3 details come from?

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