Qwen

Qwen3.6 Plus

Token Plan Qwen model for text generation, reasoning, and visual-understanding workflows.

Alibaba CloudChatReasoningVision languageneeds review

Visual demos

Example media slots

Image sample slot

Model-generated poster

Clean white AI model marketplace hero image with Alibaba orange, neon pink, and crisp product UI surfaces.

Gallery slot

Prompt style board

Three premium model thumbnails showing text, image, and video generation families in a catalog grid.

Approved asset pending

Enterprise visual

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.

Inputs

Advanced settings

Cost

Unknown

Pricing has not been verified. Treat this model as needs_review for production use.

Unpriced usageNeeds review

Output

text
No run output yet.

License

Provider terms Commercial status: unknown.

Deployment

Endpoint payload needs admin adapter verification.

Limits

Limits need admin review.

API Examples

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

Recent Runs

No runs recorded yet.