Privacy settings

Privacy and GDPR notice

Nfero uses essential storage for language preferences and demo access controls. With your consent, Google Analytics and lightweight usage events help improve model demos and outbound subscription routing. Live demo prompts may be sent to configured Alibaba-hosted model endpoints.

Qwen

Qwen3.8 Max

Qwen3.8 Max is Alibaba's production flagship for long-context reasoning, coding, visual understanding and text generation. Nfero shows its official limits, current access routes and Singapore pay-as-you-go rates.

QwenChatReasoningCodingVision languageLive
AvailabilityLive
AccessLive demo
RegionSingapore-first

Live prompt

Try this model

Checking free demos

Send a prompt to the live Alibaba endpoint. Your answer appears in the result panel.

Sample prompts
Advanced controls
Have an access code?

Model answer

Result

Model answer
Your model answer will appear here after the demo runs.

Estimated cost

$0.006304
Estimated input tokens$0.00016
Reserved output tokens$0.006144

Visual demos

Example media slots

Image

Playable example preview

Official example media can be added as model access and asset usage are approved.

Qwen Image sample
Image

Example output

Official example media can be added as model access and asset usage are approved.

Image

Example output

Official example media can be added as model access and asset usage are approved.

Official example media can be added as model access and asset usage are approved.

Usage, access, and limitsTerms apply

Usage terms

Terms apply. Confirm usage terms in the customer's Alibaba agreement before production launch.

Hosted access

Live demos are available through the daily free tier, with upgrade paths to Alibaba Cloud and Qoder.

Model limits

Requests per minute15,000
Tokens per minute2,000,000
Input window991,808
Output limit131,072
Developer implementationAPI examples
curl
curl -X POST https://nfero.com/api/models/qwen3.8-max/run -H 'content-type: application/json' -d '{"prompt":"Review this implementation plan."}'
JavaScript
await fetch('/api/models/qwen3.8-max/run', { method: 'POST', headers: { 'content-type': 'application/json' }, body: JSON.stringify({ prompt: 'Review this implementation plan.' }) })
Python
import requests
requests.post('https://nfero.com/api/models/qwen3.8-max/run', json={'prompt': 'Review this implementation plan.'})