Qwen

QwQ Plus

Reasoning-focused Qwen family model.

Alibaba CloudChatReasoningactive

Visual demos

Example media slots

Prompt demo

Coding assistant

Draft a TypeScript adapter for an Alibaba Model Studio compatible chat completion endpoint.

Reasoning demo

Enterprise summary

Summarize the business case for Alibaba Token Plan Team Edition in five bullets.

Routing demo

Model routing

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.

Inputs

Advanced settings

Cost

$0.001692
Estimated input tokens< $0.00
Reserved output tokens$0.00168

Output

text
No run output yet.

License

Provider terms Commercial status: unknown.

Deployment

Configured for Alibaba Model Studio Singapore via ALIBABA_MODEL_STUDIO_WORKSPACE_ID and ap-southeast-1.

Limits

maxInputTokens131072
maxOutputTokens8192
rpm60

API Examples

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

Recent Runs

No runs recorded yet.