Skip to main content
DeepSeek V4 Flash GA (deepseek-v4-flash-ga-260731) corresponds to DeepSeek-V4-Flash-0731, the open-source checkpoint DeepSeek promoted to general availability on July 31, 2026. The architecture matches the April preview (284B total / 13B activated MoE, 1M context) and DeepSeek states only the post-training stage was redone — yet agent benchmarks improved sharply. APIYI has completed 21 test cases plus a dedicated dual-endpoint retest; both Chat Completions and Responses are callable directly.
APIYI has launched DeepSeek V4 Flash GA: model name deepseek-v4-flash-ga-260731, available on the default / svip groups. Note that this model thinks a lot by default — pass thinking: {"type": "disabled"} explicitly for simple tasks (see “Thinking control” below).

Key Advantages

1M context that holds up

Hard input ceiling of 1,048,570 tokens. A 322K-token needle-in-a-haystack test returned in 14.77s with a correct hit; max output is 393,216 tokens.

Two caching layers

Implicit cache needs no configuration and hits 99.9% on round two; Responses adds chained explicit caching that hits the entire prior context.

Concurrency without throttling

All 20 parallel requests returned 200, with wall-clock only 1.3s above a single call — suited to high-concurrency agents and batch text jobs.

Very low unit price

$0.14 input / $0.28 output per 1M tokens, matching BytePlus list price, with cache hits as low as $0.028.

Model Information

Measured Capability Matrix

Results from APIYI testing on August 5, 2026 (official claims vs actual behavior):
Three capabilities do not match the official sheet — know these before integrating: structured output fails silently on both endpoints (returns 200 while ignoring the schema entirely — use Function Call when you need enforcement); the online search tool is wired but its backend keeps erroring and returns no results; MCP returns AccessDenied (an account-level built-in-tool entitlement, not a model limitation).

Thinking Control

This model thinks a lot by default — a one-line question like “is 9.11 bigger than 9.9” consumed 263 reasoning tokens in our tests (the sibling deepseek-v4-flash used only 44). Disable it explicitly for simple tasks:
reasoning_effort is not a monotonic ladder. Two questions × five tiers × five samples:high produced less thinking than low on both questions, and within-tier variance (low ranged 150 to 1993) far exceeds between-tier differences. Only minimal is reliable — do not treat low → max as a cost dial.

Caching

Implicit cache (automatic on both endpoints)

An identical long prefix hits on the second request: a 15,634-token prefix matched 15,616 tokens (99.9%), billed at $0.028 per million tokens.
Implicit cache requires a byte-identical prefix. Keep anything variable — timestamps, random IDs, user names — at the end of the prompt, never mixed into the prefix.

Explicit cache (Responses, requires chaining)

Common mistake: resending the same long prefix twice with caching set leaves cached_tokens at 0. The correct pattern is to write on the first call, then chain with previous_response_id:

Quick Start

Need structured output? Use Function Call

response_format has no effect on this model and raises no error — the easiest trap to fall into. Tool arguments are what actually get constrained:

Pricing

Matches the BytePlus list price, and stacks with top-up promotions to reduce your effective cost further.
On “less than 1/10th of the flagship”: the vendor’s marketing compares against V4-Pro’s preview-era $1.74 / $3.48. Against the current V4-Pro list price ($0.435 / $0.87), this model is roughly 1/3, not 1/10.

Chat Completions

OpenAI-compatible chat endpoint with an interactive playground

Responses

Responses endpoint with chained explicit caching

Launch write-up and full test data

Benchmarks, three-way speed comparison, and the traps we hit

Model pricing table

Unit prices, endpoints and groups for every model