AlibabaComing soon
Qwen3.7 Max
Alibaba's general flagship — the tier its docs now recommend.
Qwen3.7 Max is Alibaba's current general-purpose flagship with a 1M-token window — the model Alibaba's own docs now steer new projects to, ahead of the specialised coder line.
Best for
General chatCodingAgents
Strengths
- ▸Strong general model
- ▸1M-token context
- ▸Good value
Use Qwen3.7 Max via AnyModel
One OpenAI-compatible endpoint — just set the model id:
curl https://anymodel.org/v1/chat/completions \
-H "Authorization: Bearer $ANYMODEL_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3.7-max",
"messages": [{"role": "user", "content": "Hello!"}]
}'
AnyModel