Model-generated poster
Clean white AI model marketplace hero image with Alibaba orange, neon pink, and crisp product UI surfaces.
Qwen
QwenToken Plan Qwen model for text generation, reasoning, and visual-understanding workflows.
Visual demos
Clean white AI model marketplace hero image with Alibaba orange, neon pink, and crisp product UI surfaces.
Three premium model thumbnails showing text, image, and video generation families in a catalog grid.
A tasteful enterprise AI dashboard image, abstract but concrete, showing model routing and budget controls.
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.6-plus/run \
-H 'content-type: application/json' \
-d '{"system_prompt":"You are a precise, helpful assistant.","prompt":"Explain why Singapore-region inference matters for a public AI demo.","temperature":0.7,"top_p":0.8,"max_tokens":512,"stream":false,"json_mode":false}'await fetch('/api/models/qwen3.6-plus/run', {
method: 'POST',
headers: { 'content-type': 'application/json' },
body: JSON.stringify({
"system_prompt": "You are a precise, helpful assistant.",
"prompt": "Explain why Singapore-region inference matters for a public AI demo.",
"temperature": 0.7,
"top_p": 0.8,
"max_tokens": 512,
"stream": false,
"json_mode": false
})
});import requests
requests.post('https://nfero.com/api/models/qwen3.6-plus/run', json={
"system_prompt": "You are a precise, helpful assistant.",
"prompt": "Explain why Singapore-region inference matters for a public AI demo.",
"temperature": 0.7,
"top_p": 0.8,
"max_tokens": 512,
"stream": false,
"json_mode": false
})No runs recorded yet.