All models
Qwen

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

Qwen3.8 Flash is available on A2Agent as qwen3.8-flash at $0.150 per 1M input tokens, with a 1M context window, through one OpenAI-compatible endpoint. The cheapest Qwen rate, on the same 1M window as the rest of the family.

Specifications and pricing

Model idqwen3.8-flash
PlatformQwen
Context window1M
Tagged forchat, vision
Discount
Input / 1M tokens$0.150
Output / 1M tokens$0.470

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

Using it from a coding client

A good first-pass model in a two-tier setup: Flash reads and filters, a MAX model handles what survives. Both take the same key and the same base URL, so the switch is one string.

How it compares within its family

Qwen3.8 Flash lists at $0.15 per million input tokens and $0.47 output, the lowest of the three Flash releases here. Qwen3.7 Flash is $0.20 and $0.80; Qwen3.6 Flash is $0.20 and $1.20. All three carry the vision tag and all three run the 1M window shared across Qwen, so the newer release is cheaper without giving up context or modality, which makes the older two hard to justify for new work. Against the MAX tier the gap is more than tenfold on input. What Flash does not carry is the reasoning tag, and for long chains of inference the MAX models are the ones tuned for it. For reading, extraction and triage at volume, this is the rate to start from.

Other models on this platform

Questions

Is this the cheapest model on the platform?

It is the cheapest Qwen at $0.15 input and $0.47 output. DeepSeek V4 Flash lists at $0.14 and $0.28 on a 1M window as well, so compare the two on output rate.

What is the context window?

1M tokens.

Does it read images?

Yes, it carries the vision tag.

Should I still use Qwen3.6 or 3.7 Flash?

Only to keep a validated setup stable. Both cost more on both sides with the same window and tag.

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