Voyage AI / voyageai/rerank-2.5-lite
Voyage Rerank 2.5 Lite - access through LLMTR
Voyage Rerank 2.5 Lite exposes the same interface and the same 32,768-token window as Rerank 2.5 at two and a half times lower cost per million tokens. It suits production workloads where every query is reranked and volume drives cost. A single request evaluates at most 1000 documents.
Technical specifications
| Canonical ID | voyageai/rerank-2.5-lite |
|---|---|
| Provider | Voyage AI |
| Context window | 32,768 tokens |
| Operations | RERANK |
| Modalities | text |
Pricing
An 8% platform margin applies to credit top-ups; model usage prices are not separately marked up.
| Operation | Metric | Unit | Price |
|---|---|---|---|
| RERANK | INPUT_TEXT | PER_1M_TOKENS | $0.020000 |
Example usage
With existing OpenAI SDK flows, change only the base URL and model identifier.
curl https://llmtr.com/v1/chat/completions \
-H "Authorization: Bearer llmtr-your_key" \
-H "Content-Type: application/json" \
-d '{"model":"voyageai/rerank-2.5-lite","messages":[{"role":"user","content":"Hello"}]}'
Related models
- Voyage 4 Large voyageai/voyage-4-large
- Voyage 4 voyageai/voyage-4
- Voyage Code 3 voyageai/voyage-code-3
- Voyage Context 4 voyageai/voyage-context-4
- Voyage Multimodal 3.5 voyageai/voyage-multimodal-3.5
- Voyage Rerank 2.5 voyageai/rerank-2.5
- Voyage 4 Lite voyageai/voyage-4-lite
- Voyage Finance 2 voyageai/voyage-finance-2