Qwen 3.7 Max Preview
Flagship Qwen 3.7 preview — strong reasoning, long context, multilingual. OpenAI-compatible chat completions.
Alibaba (Qwen)$1.30 in · $7.80 out / 1M tokens (≤128K ctx)llmqwenreasoninglong-context
llmqwenreasoninglong-context
| Context band | Max tokens | Input / M tok | Output / M tok |
|---|---|---|---|
| ≤128K | 131,072 | $1.30 | $7.80 |
| ≥128K | 262,144 | $2.00 | $12.00 |
API
Wire it up.
Endpoint
POST https://api.tryinfer.com/v1/chat/completionsrequest
curl https://api.tryinfer.com/v1/chat/completions \
-H "Authorization: Bearer $INFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3.7-max-preview",
"messages": [{ "role": "user", "content": "Draft a launch announcement for an AI-native developer tool. Conversational, no marketing fluff, ~150 words." }]
}'
OpenAI-compatible — point your SDK at Infer with a bearer token. Get an API key →