Is Flash weaker than V4 Pro?
They share a window and a tag, and the catalogue records no capability difference beyond the tier. Price is the visible split: Pro lists about three times higher on both sides.
DeepSeek V4 Flash is available on A2Agent as deepseek-v4-flash at $0.140 per 1M input tokens, with a 1M context window, through one OpenAI-compatible endpoint. High-volume reasoning calls where the cheapest DeepSeek rate buys you room to retry.
| Model id | deepseek-v4-flash |
|---|---|
| Platform | DeepSeek |
| Context window | 1M |
| Tagged for | chat, reasoning |
| Discount | … |
| Input / 1M tokens | $0.140 |
| Output / 1M tokens | $0.280 |
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": "deepseek-v4-flash",
"messages": [{"role": "user", "content": "Reply with OK"}]
}'A sane default in Cline and Roo Code, where a session fires many small requests and the per-call rate compounds. Watch the output rate rather than the input one if your prompts are short and the answers run long.
Flash is the lower of the two DeepSeek V4 tiers sold here, and price is the whole gap. Context is 1M on both. The reasoning tag is on both. Flash lists at $0.14 per million input tokens against $0.435 for V4 Pro, and $0.28 output against $0.87. At that spread you can run a task three times on Flash for the price of one Pro call, which changes what is worth trying: sampling several answers and picking, or re-running a failed parse, stops being expensive. Where Flash stops being the right answer is a single high-stakes call nobody will check. There, paying Pro once beats paying Flash three times and still guessing which output to trust.
They share a window and a tag, and the catalogue records no capability difference beyond the tier. Price is the visible split: Pro lists about three times higher on both sides.
1M tokens, the same as V4 Pro.
Yes. It is tagged for chat and reasoning rather than coding, but the 1M window covers repository-scale prompts and agents call it over the standard OpenAI endpoint.
Per token, at the rate shown on this page, drawn from the same table the gateway charges against. No monthly fee and no minimum spend.
Trial credit on sign-up, billed per token, no minimum spend.