Available Now

Cross-Lingual Reranker

Precision relevance for under-digitized languages

High-relevance retrieval across scripts and dialects. The final mile of precision for AI search.

Features

What you get

Eliminate search noise across global language families
Massively improve RAG and AI search accuracy
Cross-lingual intelligence (English query $ o$ Local result)
Enterprise-scale batch processing
Sub-100ms response times
Seamless REST API integration
Pricing: $0.06 per 1M tokens
Request
curl -X POST https://api.bhala.ai/v1/rerank \
  -H "Authorization: Bearer bh_sk_..." \
  -H "Content-Type: application/json" \
  -d '{
    "query": "How do I pay my bill?",
    "documents": [
      "Ungakhokha i-akhawunti yakho nge-EFT.",
      "Izindaba zakamuva zezwe.",
      "Inkokhelo yakho ka-R500 iphumelele."
    ],
    "model": "bantu-rerank-v1",
    "top_n": 2
  }'
Response
{
  "object": "rerank",
  "results": [
    {
      "index": 0,
      "relevance_score": 0.94,
      "document": "Ungakhokha i-akhawunti yakho nge-EFT."
    },
    {
      "index": 2,
      "relevance_score": 0.71,
      "document": "Izindaba zakamuva zezwe."
    }
  ],
  "model": "bantu-rerank-v1",
  "usage": {
    "prompt_tokens": 42,
    "total_tokens": 42
  }
}

Use Cases

What you can build with Cross-Lingual Reranker

Turn your knowledge base into a high-performance AI search

Improve customer support automation accuracy

Legal and compliance search across multilingual archives

Hyper-local e-commerce product discovery

Ready to get started?

Start building with Cross-Lingual Reranker.