Back to Models
Qwen3.7 Flash
qwenqwen/qwen3.7-flash
Alibaba Qwen's 2026 native vision-language Flash model. 1M context with strong multimodal agent execution at the lowest price point in the Qwen3.7 line.
Context Length
1M
Max Output
131K
Input Priceper 1M tokens
$0.0324/ 1M tokens
Output Priceper 1M tokens
$0.1404/ 1M tokens
Modalities
textimagevideoβtext
Capabilities
Vision
Pricing Breakdown
| Type | Rate |
|---|---|
| Input | $0.0324 / 1M tokens |
| Output | $0.1404 / 1M tokens |
Supported Parameters
temperaturemax_tokenstop_ptoolstool_choiceresponse_formatstop
API Usage Examples
Use the global api.therouter.ai endpoint shown below for new integrations; the legacy China accelerated endpoint is retired.
cURL
curl https://api.therouter.ai/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer $THE_ROUTER_API_KEY" -d '{
"model": "qwen/qwen3.7-flash",
"messages": [
{"role": "user", "content": "Summarize the key points from this input."}
]
}'