Qwen: Qwen3.6 Plus
1M context$0.33/M input$1.95/M output
qwen/qwen3.6-plusDescription
Qwen 3.6 Plus builds on a hybrid architecture that combines efficient linear attention with sparse mixture-of-experts routing, enabling strong scalability and high-performance inference. Compared to the 3.5 series, it delivers...
Quick Start
curl https://router.tangle.tools/v1/chat/completions \
-H "Authorization: Bearer $TANGLE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen3.6-plus",
"messages": [{"role": "user", "content": "Hello!"}]
}'Modalities
Input: TextInput: ImageInput: VideoOutput: Text