A
Qwen3.7 Flash
Qwen3.7 Flash, a language model from Alibaba Cloud.
modelOverride: { model: "qwen-3.7-flash" }
QQwen·served viaAlibaba Cloud·Released July 2026
Pricing
- Input
- $0.030 / 1M
- Output
- $0.13 / 1M
Specifications
- Context window
- 1,000,000 tokens
- Max output
- 65,536 tokens
- Released
- July 2026
- Model string
- qwen3.7-flash
- Capabilities
- VisionFastLarge contextReasoning
Parameters
Model options, passed in
modelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
enable_thinkingWhen enabled, the model performs an internal chain-of-thought reasoning process before producing its final answer. Improves quality on complex tasks but increases latency and token usage (up to 256K chain-of-thought tokens). | Boolean | false |
Use this model
await mindstudio.generateText({ message: "...", modelOverride: { model: "qwen-3.7-flash", config: { enable_thinking: "false", }, }, });