Build next-gen apps with Qwen-Rerank
Pricing
Default
Per 1M Tokens- Official Price
- Input $0.1029
- TokenLab Price
- Input $0.1029
- Discount
- -
| Official PricePer 1M Tokens | TokenLab PricePer 1M Tokens | Discount | |
|---|---|---|---|
| Default | Input $0.1029 | Input $0.1029 | - |
One-click test
Sign in once and Web Agent keeps this model, prompt, and request preset for you.
Test qwen3-vl-rerank in Web Agent. Run a minimal rerank request at /v1/rerank, then show request body and response shape.
API workbench
The default route for production. The code sample below uses this endpoint with the format you pick.
curl -X POST "https://api.tokenlab.sh/v1/rerank" \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"operation": "rerank",
"model": "qwen3-vl-rerank",
"query": "What is the capital of France?",
"documents": [
"Paris is the capital of France.",
"Berlin is the capital of Germany."
]
}'Use cases
Best forVision
Reading images, parsing documents, and answering visual questions
Search quality
Rerank retrieval candidates and lift top-result precision for search and RAG.
Side-by-side test
Compare real response quality, latency, and price for production defaults.
Prompt examples
Rerank these search results for the query: best image generation model for product photos.
Send the smallest possible request and walk me through every response field.
Compare this model with a cheaper one in the same category — when is each worth it?
Cost Calculator
FAQ
How much does Qwen-Rerank cost?
On TokenLab, Qwen-Rerank costs Input $0.1029 / Output $0.00 Per 1M Tokens. The pricing table above shows the full breakdown.
What is Qwen-Rerank best for?
Qwen-Rerank is a strong fit for Vision. You can call it through TokenLab with one API key.
How do I call the Qwen-Rerank API?
Get a TokenLab API key, then send your request to https://api.tokenlab.sh/v1/rerank. The API workbench above has a recommended endpoint and copy-ready code.
Which endpoint should Qwen-Rerank use?
Use https://api.tokenlab.sh/v1/rerank as the default for Qwen-Rerank. If a provider-native format is supported, the API workbench shows that endpoint too.
Can I test Qwen-Rerank before integrating it?
Yes. Try in Web Agent opens a ready test for Qwen-Rerank and keeps your prompt after sign-in, so you don’t lose context.
Which operations does Qwen-Rerank support?
Qwen-Rerank supports Reranking. Pick an operation in the API workbench above to see the matching endpoint and code sample.