What is the context window?
1M tokens.
Qwen3.7 Flash is available on A2Agent as qwen3.7-flash at $0.200 per 1M input tokens, with a 1M context window, through one OpenAI-compatible endpoint. High-volume multimodal work where the output length dominates the bill.
| Model id | qwen3.7-flash |
|---|---|
| Platform | Qwen |
| Context window | 1M |
| Tagged for | chat, vision |
| Discount | … |
| Input / 1M tokens | $0.200 |
| Output / 1M tokens | $0.800 |
Prices synced with platform billing (USD per 1M tokens).
curl https://a2agent.me/v1/chat/completions \
-H "content-type: application/json" \
-H "authorization: Bearer sk-your-a2agent-key" \
-d '{
"model": "qwen3.7-flash",
"messages": [{"role": "user", "content": "Reply with OK"}]
}'A sensible middle Flash release for agents that generate a lot of text per turn. Pin the exact id, since the three Flash releases differ in price but not in window or tag.
Qwen3.7 Flash lists at $0.20 per million input tokens and $0.80 output, on the 1M window shared by every Qwen model here, tagged for vision. Against Qwen3.6 Flash the input rate matches and the output rate is a third lower, which is the difference that shows up on generation-heavy jobs. Against Qwen3.8 Flash it is more expensive on both sides, $0.15 and $0.47 there, so 3.8 Flash is the cheaper choice unless you have a reason to pin this release. The Plus and MAX tiers are a different bracket entirely: Qwen3.7 Plus at $1.20 and $4.80, Qwen3.7 MAX at $1.70 and $5.10, six to eight times this rate. Flash is where long, chatty workloads belong.
1M tokens.
Same $0.20 input rate, and $0.80 output against $1.20. Same window, same vision tag.
Yes, on both sides: $0.15 and $0.47.
When the task is long-chain reasoning. The MAX models carry the reasoning tag; the Flash releases carry chat and vision.
Trial credit on sign-up, billed per token, no minimum spend.