Prompt demo
Coding assistant
Draft a TypeScript adapter for an Alibaba Model Studio compatible chat completion endpoint.
Qwen
QwenReasoning-focused Qwen family model.
Visual demos
Draft a TypeScript adapter for an Alibaba Model Studio compatible chat completion endpoint.
Summarize the business case for Alibaba Token Plan Team Edition in five bullets.
Choose the best Qwen model for a low-latency catalog search assistant with cost 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/qwq-plus/run \
-H 'content-type: application/json' \
-d '{"prompt":"Reason through the risks of an unauthenticated model demo.","max_tokens":700}'await fetch('/api/models/qwq-plus/run', {
method: 'POST',
headers: { 'content-type': 'application/json' },
body: JSON.stringify({
"prompt": "Reason through the risks of an unauthenticated model demo.",
"max_tokens": 700
})
});import requests
requests.post('https://nfero.com/api/models/qwq-plus/run', json={
"prompt": "Reason through the risks of an unauthenticated model demo.",
"max_tokens": 700
})No runs recorded yet.