Image sample slot
Model-generated poster
Clean white AI model marketplace hero image with Alibaba orange, neon pink, and crisp product UI surfaces.
Qwen
QwenLower-cost Qwen chat model suitable for fast public demo responses.
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.
No run output yet.
Provider terms Commercial status: unknown.
Configured for Alibaba Model Studio Singapore via ALIBABA_MODEL_STUDIO_WORKSPACE_ID and ap-southeast-1.
curl -X POST https://nfero.com/api/models/qwen3.6-flash/run \
-H 'content-type: application/json' \
-d '{"prompt":"Give three concise model marketplace filters.","max_tokens":160}'await fetch('/api/models/qwen3.6-flash/run', {
method: 'POST',
headers: { 'content-type': 'application/json' },
body: JSON.stringify({
"prompt": "Give three concise model marketplace filters.",
"max_tokens": 160
})
});import requests
requests.post('https://nfero.com/api/models/qwen3.6-flash/run', json={
"prompt": "Give three concise model marketplace filters.",
"max_tokens": 160
})No runs recorded yet.