Qwen 3.6
Mid-tier Qwen 3.6 chat — balanced quality and cost. OpenAI-compatible chat completions.
Alibaba (Qwen)$0.50 in · $3.00 out / 1M tokens (≤256K ctx)llmqwenbalanced

llmqwenbalanced
| Context band | Max tokens | Input / M tok | Output / M tok |
|---|---|---|---|
| ≤256K | 262,144 | $0.50 | $3.00 |
| ≥256K | 1,048,576 | $2.00 | $6.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-plus",
"messages": [{ "role": "user", "content": "Explain when to choose a smaller model vs a larger one for a chat product." }]
}'
OpenAI-compatible — point your SDK at Infer with a bearer token. Get an API key →