Retrieval demo
Search relevance
Rank Qwen, Wan, and HappyHorse model pages for a developer searching for text-to-video.
Embedding
Alibaba multimodal embedding model for image and text retrieval.
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/tongyi-embedding-vision-plus/run \
-H 'content-type: application/json' \
-d '{"texts":["Nfero Model Hub","Alibaba Model Studio"],"normalize":true}'await fetch('/api/models/tongyi-embedding-vision-plus/run', {
method: 'POST',
headers: { 'content-type': 'application/json' },
body: JSON.stringify({
"texts": [
"Nfero Model Hub",
"Alibaba Model Studio"
],
"normalize": true
})
});import requests
requests.post('https://nfero.com/api/models/tongyi-embedding-vision-plus/run', json={
"texts": [
"Nfero Model Hub",
"Alibaba Model Studio"
],
"normalize": true
})No runs recorded yet.