Qwen

Qwen3.6 Flash

Lower-cost Qwen chat model suitable for fast public demo responses.

Alibaba CloudChatReasoningVision languageCodingactive

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

$0.000243
Estimated input tokens< $0.00
Reserved output tokens$0.00024

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

maxInputTokens1000000
maxOutputTokens8192
rpm120

API Examples

curl
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}'
JavaScript
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
})
});
Python
import requests
requests.post('https://nfero.com/api/models/qwen3.6-flash/run', json={
  "prompt": "Give three concise model marketplace filters.",
  "max_tokens": 160
})

Recent Runs

No runs recorded yet.