DeepSeek V4-Flash Lands with Native Responses API and a Codex Setup Walkthrough
Native Responses API support turns a cheap, high-performing Chinese model into a drop-in backend for OpenAI’s Codex Agent without fragile proxy layers. For anyone running coding agents on a budget, this combination undercuts GPT-4-class pricing by an order of magnitude while delivering competitive Agent benchmark scores.
The official V4-Flash release posts strong numbers across Terminal Bench 2.1, NL2Repo, DeepSWE, and two DSBench tiers, beating the V4-Pro preview on every Agent metric while holding the preview’s price line. Multimodal input is still absent, but the headline change is native Responses API support on DeepSeek’s own endpoint. Until now, wiring a Chat Completions-only model into OpenAI’s Codex meant either running the older CLI or proxying calls through a format adapter, both of which introduced stability gaps around tool use and streaming. Native Responses API support closes that gap and makes V4-Flash a first-class citizen inside Codex’s Agent loop. A step-by-step guide walks through installing Codex CLI or the ChatGPT desktop app, generating a DeepSeek API key, and using the open-source cc-switch tool to point Codex at the new endpoint with reasoning-effort controls.
DeepSeek is deliberately targeting the coding-agent toolchain, not just raw model quality: native Responses API support is a distribution play that makes its cheapest model the path of least resistance inside OpenAI’s own Agent runtime.
The cc-switch tool’s 123k stars suggest a sizable population of developers already routing multiple coding agents through third-party APIs, and DeepSeek’s compatibility makes it an immediate beneficiary of that installed base.
Keeping V4-Flash multimodal-free while pushing Agent benchmarks implies a deliberate product split: Flash handles tool-using code tasks cheaply, while a future Pro or multimodal variant will likely carry the vision workloads at a higher price.