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

llmqwenfast
| Context band | Max tokens | Input / M tok | Output / M tok |
|---|---|---|---|
| ≤256K | 262,144 | $0.25 | $1.50 |
| ≥256K | 1,048,576 | $1.00 | $4.00 |
API
Wire it up.
Endpoint
POST https://api.tryinfer.com/v1/chat/completionsrequest
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 →