All models
Qwen

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

Qwen3.7 Plus is available on A2Agent as qwen3.7-plus at $1.20 per 1M input tokens, with a 1M context window, through one OpenAI-compatible endpoint. Multimodal work that has outgrown the Flash tier but does not need MAX.

Specifications and pricing

Model idqwen3.7-plus
PlatformQwen
Context window1M
Tagged forchat, vision
Discount
Input / 1M tokens$1.20
Output / 1M tokens$4.80

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-plus",
    "messages": [{"role": "user", "content": "Reply with OK"}]
  }'

Using it from a coding client

Use it when image input matters and a Flash release has already fallen short on the task. Otherwise the money is better spent on MAX for reasoning, or saved on Flash.

How it compares within its family

Qwen3.7 Plus lists at $1.20 per million input tokens and $4.80 output, with the vision tag and the 1M window every Qwen model here carries. It sits between the Flash releases, which run $0.15 to $0.20 on input, and the MAX tier at $1.70 to $2.00. Set against Qwen3.7 MAX from the same generation, the input is roughly thirty percent cheaper and the output slightly lower, and the tag differs: Plus is vision, MAX is reasoning. Set against Qwen3.5 Plus, the older release in the same tier, it costs more than twice as much on both sides. So Plus is not the value tier inside Qwen. It is the multimodal option one step below MAX.

Other models on this platform

Questions

What is the context window?

1M tokens.

How does Plus differ from MAX?

Tag and price. Plus carries vision at $1.20 and $4.80; Qwen3.7 MAX carries reasoning at $1.70 and $5.10.

Is it better than Qwen3.5 Plus?

It is the newer release in the same tier, at more than twice the price on both sides. Window and tag are identical.

Does it read images?

Yes, it carries the vision tag.

Trial credit on sign-up, billed per token, no minimum spend.