Free BGE Reranker Base API
Actualizado el 29/8/2026
Different from embedding model, reranker uses question and document as input and directly output similarity instead of embedding. You can get a relevance score by inputting query and passage to the reranker. And the score can be mapped to a float value in [0,1] by sigmoid function.
Acerca del Modelo
为什么选择 BGE Reranker Base?
Different from embedding model, reranker uses question and document as input and directly output similarity instead of embedding. You can get a relevance score by inputting query and passage to the reranker. And the score can be mapped to a float value in [0,1] by sigmoid function.
核心优势与特性
- 每日 10,000 Neurons 免费算力:Cloudflare 为所有开发者提供每日免费额度,0 成本调用。
- 全球边缘网络超低延迟:部署于全球 300+ 城市边缘节点,享受 Serverless GPU 秒级冷启动。
- 开箱即用无缝集成:无需自行部署与管理硬件,支持 REST API 与 Cloudflare Workers 原生绑定直连。
免费调用与开发者福利
Cloudflare Workers AI 为所有免费账户提供每天 10,000 Neurons 的免费额度(约合每日 10k Tokens、数十次图像生成或多段音频转录)。无需绑定海外信用卡,支持 GitHub 账号一键快捷登录,通过 Workers 绑定或统一 REST API 即可全球低延迟直接调用。
Cómo llamar a BGE Reranker Base
curl https://api.cloudflare.com/client/v4/accounts/$CF_ACCOUNT_ID/ai/run/@cf/baai/bge-reranker-base \
-H "Authorization: Bearer $CF_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"text": ["Cloudflare Workers AI embeddings demo", "Search retrieval query"]}'Detalles del proveedor
Las siguientes plataformas proporcionan acceso gratuito a BGE Reranker Base a través de niveles gratuitos, créditos de prueba o cuotas diarias.
| Proveedor | Ventana de Contexto | Cuota Gratuita | Requiere Tarjeta | Valoración | Acción |
|---|---|---|---|---|---|
| Cloudflare Workers AI | N/D | 10000 solicitudes por día | No | Details |
Comentarios de la comunidad
Los comentarios están vinculados a tu cuenta de GitHub; inicia sesión para participar en la discusión.