qwen
qwen/qwen3-6-plus/Released Apr 2026

Qwen3.6 Plus

Alibaba's latest flagship closed model for advanced reasoning, coding, and complex text generation.

Provider
qwen
Modality
multi-to-text
Released
Apr 2026
Pricing
$0.50 / 1M in$3.00 / 1M out

Ready to build with Qwen3.6 Plus?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/chat/completions \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "qwen3-6-plus",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'
Qwen3.6 Plus on Oxen | Oxen.ai