All models
Qwen

Qwen3.7 Flash API: pricing, base URL and quick setup

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.

Specifications and pricing

Model idqwen3.7-flash
PlatformQwen
Context window1M
Tagged forchat, vision
Discount
Input / 1M tokens$0.200
Output / 1M tokens$0.800

Prices synced with platform billing (USD per 1M tokens).

Quick setup

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"}]
  }'

Using it from a coding client

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.

How it compares within its family

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.

Other models on this platform

Questions

What is the context window?

1M tokens.

How does it compare with Qwen3.6 Flash?

Same $0.20 input rate, and $0.80 output against $1.20. Same window, same vision tag.

Is Qwen3.8 Flash cheaper?

Yes, on both sides: $0.15 and $0.47.

When should I move up to MAX?

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.