Retrieval demo
Search relevance
Rank Qwen, Wan, and HappyHorse model pages for a developer searching for text-to-video.
Qwen
Qwen reranking model for retrieval-quality scoring.
Visual demos
Rank Qwen, Wan, and HappyHorse model pages for a developer searching for text-to-video.
Embed model descriptions and cluster them by task, cost, and hosted availability.
Rerank enterprise coding models by reasoning, vision, and Token Plan compatibility.
These are safe placeholder slots. Swap in official Alibaba-provided logos, posters, and demo videos when asset usage is approved.
Pricing has not been verified. Treat this model as needs_review for production use.
No run output yet.
Provider terms Commercial status: unknown.
Endpoint payload needs admin adapter verification.
Limits need admin review.
curl -X POST https://nfero.com/api/models/qwen3-rerank/run \
-H 'content-type: application/json' \
-d '{"query":"Which Alibaba plan is best for a coding team?","documents":["Token Plan Team Edition","Qwen model catalog","Video generation pricing"],"top_k":3}'await fetch('/api/models/qwen3-rerank/run', {
method: 'POST',
headers: { 'content-type': 'application/json' },
body: JSON.stringify({
"query": "Which Alibaba plan is best for a coding team?",
"documents": [
"Token Plan Team Edition",
"Qwen model catalog",
"Video generation pricing"
],
"top_k": 3
})
});import requests
requests.post('https://nfero.com/api/models/qwen3-rerank/run', json={
"query": "Which Alibaba plan is best for a coding team?",
"documents": [
"Token Plan Team Edition",
"Qwen model catalog",
"Video generation pricing"
],
"top_k": 3
})No runs recorded yet.