← All modelsAlibaba (Qwen)

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
Capabilities
llmqwenreasoninglong-context
Pricing
Context bandMax tokensInput / M tokOutput / M tok
≤128K131,072$1.30$7.80
≥128K262,144$2.00$12.00
API

Wire it up.

EndpointPOST https://api.tryinfer.com/v1/chat/completions
request
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 →