Qwen / qwen/qwen3-reranker-8b
Qwen3 Reranker 8B - access through LLMTR
Qwen3 Reranker 8B evaluates a query together with a list of candidate documents and produces a relevance score between 0 and 1 for each one. Embedding search vectorizes query and document separately for speed; a reranker reads both at once and therefore orders results more accurately. The typical pattern is to retrieve the top 50-100 candidates with an embedding model, rerank them, and pass only the most relevant few to the language model, which improves answer quality and lowers the generation model's token cost. It reads over 100 languages, including Turkish, and accepts up to 32,768 tokens per query-document pair. It is called through /v1/rerank and produces no text. Billing is on total processed tokens: query and document tokens are counted together for every pair.
Technical specifications
| Canonical ID | qwen/qwen3-reranker-8b |
|---|---|
| Provider | Qwen |
| 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.050000 |
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":"qwen/qwen3-reranker-8b","messages":[{"role":"user","content":"Hello"}]}'
Related models
- Qwen3.8-Max qwen/qwen3.8-max
- Qwen3.7-Max qwen/qwen3.7-max
- Qwen3.8 2.4T A95B qwen/qwen3.8-2.4t-a95b
- Qwen3.7-Plus qwen/qwen3.7-plus
- Qwen3.6-Flash qwen/qwen3.6-flash
- Qwen-Plus qwen/qwen-plus
- Qwen-Plus-2025-01-25 qwen/qwen-plus-2025-01-25
- Qwen-Plus-2025-04-28 qwen/qwen-plus-2025-04-28