DeepSeek-V4-Flash
DeepSeek-V4-Flash is the fast open-weight coding model in the lineup: compressed attention, 1M context, and the throughput you want on the inner agent loop.
Model ID
prism-dsv4flash
Architecture
Fast MoE, compressed attention
Context
1M
- Open weights with compressed attention for fast decode.
- 1M context for coding, reasoning, and tool use.
- Best public latency in the open-source lineup.
const completion = await client.chat.completions.create({
model: "prism-dsv4flash",
messages,
prompt_cache_key: "run-8f2c1a",
});