Models / Qwen
Qwen
Qwen Plus 0728 (thinking)
qwen/qwen-plus-2025-07-28:thinking
Qwen Plus 0728, based on the Qwen3 foundation model, is a 1 million context hybrid reasoning model with a balanced performance, speed, and cost combination.
Input
$0.338 / 1M tokens
Output
$1.014 / 1M tokens
Context
1000K tokens
Capabilities
✓ Streaming✓ Tool / function calling✓ JSON / structured output○ Vision (image input)
Call this model
Pass qwen/qwen-plus-2025-07-28:thinking as the model. Change only the base URL from your existing OpenAI SDK setup.
quickstart.sh
curl https://modeldatabase.com/v1/chat/completions \
-H "Authorization: Bearer $MDB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen-plus-2025-07-28:thinking",
"messages": [{"role":"user","content":"Hello!"}]
}'
Prices are final — the routing margin is already included. See the full pricing table or the API docs.