Return to model library
Alibaba 2025-03-05
qwq-plus
Qwen QwQ-32B 推理 · 数学/代码推理 · DashScope 官方接入
UniversaltextMath/STEMThought chain reasoning
Data Policy: 未知 / Unknown
未经法务确认上游 ToS,不做承诺
View Alibaba terms of serviceNote: This provider's data policy is pending legal review; medical/legal customers please contact sales to confirm DPA.
context window
32K
tokens
maximum output
32K
tokens
knowledge cutoff
2024-11
Overall rating
7.71
/ 10
capability radar
code8.0
Mathematics9.0
reasoning9.0
creativity7.0
multilingual8.0
long context7.5
speed5.5
Pricing
input price$0.264000/ 1M tokens
output price$0.672000/ 1M tokens
Support features
Streaming outputreasoning mode
Recommended scenarios
Qwen QwQ-32B 推理
数学/代码推理
DashScope 官方接入
Call example
Called via Nexevo.ai gateway — fully compatible with OpenAI SDK, just replace base URL
curl https://api.nexevo.ai/v1/chat/completions \
-H "Authorization: Bearer $NEXEVO_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwq-plus",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'