Alibaba

Qwen 3.6 35B A3B

Efficient Qwen MoE model with low input cost.

Qwen 3.6 35B A3B combines a compact active parameter count with strong general reasoning and tool use.

Best for

AgentsGeneral chatAutomation

Strengths

  • Efficient MoE
  • Reasoning
  • Low input cost

Use Qwen 3.6 35B A3B via AnyModel

One OpenAI-compatible endpoint — just set the model id:

curl https://anymodel.org/v1/chat/completions \
  -H "Authorization: Bearer $ANYMODEL_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "am/qwen3.6-35b-a3b",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'