Qwen
Qwen3.7 MAX API
Designed for agentic workloads, coding, and office productivity, with a stronger combined focus on long context, tool calling, and structured output than Qwen3.6. Compared with flagship models such as GPT, Claude, and Gemini, it is a cost-effective alternative for Chinese, coding, and multi-step tool workflows.
- Reasoning
- Tool use
- Function calling
- Structured output
- Long context
qwen3.7-maxUSD
Pricing
Public list prices are shown in USD. Final charges may vary by account group and usage tier.
API
Code examples
curl --location --request POST 'https://api.tokenhot.ai/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "qwen3.7-max",
"messages": [
{
"role": "user",
"content": "What model are you"
}
]
}'Qwen
Related models
FAQ
Frequently asked questions
What is Qwen3.7 MAX best suited for?
Qwen3.7 MAX is suited to the input, output, and capability types listed on this page. Test production workloads before choosing it for a critical system.
How is Qwen3.7 MAX priced?
Pricing is shown in the pricing section above. Actual cost depends on usage volume, account group, and the request payload.
How can I call Qwen3.7 MAX?
Use the model ID shown above with one of the supported API protocols. Code examples are provided when usage data is available.
Get started