Vision Languageimagetext
Qwen3.7 Max
Alibaba's flagship agentic LLM with 1M-token context and extended thinking.
Input
Top p
01
Thinking
Temperature
02
Max completion tokens
1200000
Ready to generateAPI Reference
POSThttps://api.token360.ai/v1/chat/completionscurl https://api.token360.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your-api-key" \
-d '{
"model": "qwen3.7-max",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'