# Reranking Models

Reranking models score the relevance between a query and a set of candidate documents, enabling precision refinement in two-stage retrieval pipelines. After an initial recall phase using an embedding model, a reranker re-scores and reorders the candidates using a cross-encoder architecture with cross-attention, delivering more accurate relevance rankings.

* [<mark style="color:blue;">**Qwen3 VL Reranker 8B**</mark>](/cloud/ai/ai-model-hub/models/reranking-models/qwen3-vl-reranker-8b.md): A multimodal reranking model that scores query-document relevance across text and images, supporting precision refinement in retrieval pipelines across 30+ languages.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ionos.com/cloud/ai/ai-model-hub/models/reranking-models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
