← All modelsAlibaba (Qwen)

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
Preview
Qwen 3.6
Capabilities
llmqwenbalanced
Pricing
Context bandMax tokensInput / M tokOutput / M tok
≤256K262,144$0.50$3.00
≥256K1,048,576$2.00$6.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-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 →