← All modelsAlibaba (Qwen)

Qwen 3.6

Fast, low-latency Qwen 3.6 — for chat UIs that need sub-second TTFT. OpenAI-compatible.

Alibaba (Qwen)$0.25 in · $1.50 out / 1M tokens (≤256K ctx)llmqwenfast
Preview
Qwen 3.6
Capabilities
llmqwenfast
Pricing
Context bandMax tokensInput / M tokOutput / M tok
≤256K262,144$0.25$1.50
≥256K1,048,576$1.00$4.00
API

Wire it up.

EndpointPOST https://api.tryinfer.com/v1/chat/completions
request
curl https://api.tryinfer.com/v1/chat/completions \
-H "Authorization: Bearer $INFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3.6-flash",
"messages": [{ "role": "user", "content": "Write a tagline for a deploy-preview service in under 12 words." }]
}'

OpenAI-compatible — point your SDK at Infer with a bearer token. Get an API key →