Qwen

Qwen3 Rerank

Qwen reranking model for retrieval-quality scoring.

Alibaba CloudRerankingneeds review

Visual demos

Example media slots

Retrieval demo

Search relevance

Rank Qwen, Wan, and HappyHorse model pages for a developer searching for text-to-video.

Embedding slot

Vector match

Embed model descriptions and cluster them by task, cost, and hosted availability.

Rerank slot

Rerank result

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.

Inputs

Advanced settings

Cost

Unknown

Pricing has not been verified. Treat this model as needs_review for production use.

Unpriced usageNeeds review

Output

scores
No run output yet.

License

Provider terms Commercial status: unknown.

Deployment

Endpoint payload needs admin adapter verification.

Limits

Limits need admin review.

API Examples

curl
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}'
JavaScript
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
})
});
Python
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
})

Recent Runs

No runs recorded yet.

Related Models