You're looking at a specific version of this model. Jump to the model overview.

tejasunku /qwen3-reranker-8b:1fb2f604

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
instruction
string
Given a web search query, retrieve relevant passages that answer the query
Task instruction for the reranker (recommended for better performance)
query
string
Query text for reranking
documents
string
["Document 1 text", "Document 2 text", "Document 3 text"]
JSON string containing list of documents to rerank
top_k
integer
5

Min: 1

Max: 100

Number of top documents to return
batch_size
integer
8

Min: 1

Max: 32

Batch size for processing documents

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'title': 'Output', 'type': 'string'}