Back to Models
qwen/qwen3-7-max
Qwen3.7 Max
Qwen3.7-Max is the flagship model in Alibaba's Qwen3.7 series. It supports text input and output and is designed for agent-centric workloads, with particular strengths in coding, office and productivity tasks,...
5/21/2026
1,000,000 tokens
Input: ¥263.6045/M
Output: ¥790.8134/M
Specifications
Modalities
Input
text
Output
text
Supported Parameters
include_reasoning
logprobs
max_tokens
presence_penalty
reasoning
response_format
seed
structured_outputs
temperature
tool_choice
tools
top_logprobs
top_p
Max Output Tokens
65,536Code Examples
curl https://api.fastmetal.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!"}]
}'