Back to models
Qwen

Qwen: Qwen3.7 Max

Qwen
published1,000,000 context No reviews#LLM#Qwen

Overview

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, and long-horizon autonomous execution. The model offers notable gains in coding and agentic performance over prior Qwen generations and supports explicit prompt caching for efficient repeated context use.

Usage example

cURL
curl https://www.namoclaw.ai/api/v1/chat/completions \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen3.7-max-20260520",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

Default parameters

NameTypeDefaultDescription
temperaturenumber
top_pnumber
top_knumber
frequency_penaltynumber
presence_penaltynumber
repetition_penaltynumber

Reviews

0 reviews

No reviews yet — be the first to share your experience.