Qwen: Qwen-Plus
1M context$0.26/M input$0.78/M output
qwen/qwen-plusDescription
Qwen-Plus, based on the Qwen2.5 foundation model, is a 131K context model with a balanced performance, speed, and cost combination.
Quick Start
curl https://router.tangle.tools/v1/chat/completions \
-H "Authorization: Bearer $TANGLE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen-plus",
"messages": [{"role": "user", "content": "Hello!"}]
}'Modalities
Input: TextOutput: Text