Bug Report: OpenCode Go deepseek-v4-flash is NOT serving DeepSeek V4 Flash 0731
Date: 2026-08-04
Channel: OpenCode Go (Zen) API
Endpoint: https://opencode.ai/zen/go/v1/chat/completions
Model ID: deepseek-v4-flash
Severity: High (billing/quality mismatch)
Summary
The deepseek-v4-flash model served via the OpenCode Go subscription is not the
official DeepSeek V4 Flash (0731 release). The model self-identifies as DeepSeek V3.2
and exhibits a knowledge cutoff of May 2025. It is unaware that DeepSeek V4 exists
(V4 was released 2026-04-24) and treats 2026-07-31 (the official 0731 release date) as a
future date.
This means Go subscribers are being billed against their $60/month quota for a model that
is NOT the advertised DeepSeek V4 Flash.
Reproduction
curl -s https://opencode.ai/zen/go/v1/chat/completions \
-H "Authorization: Bearer <YOUR_GO_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-v4-flash",
"messages": [{"role": "user", "content": "请回答以下三个问题:1. 你知道 DeepSeek V4 模型吗?它是什么时候发布的?2. 2026年7月31日发生了什么大事?3. 你训练数据的知识截止日期大概是什么时候?"}],
"max_tokens": 800
}'
Actual behavior (observed 2026-08-04)
The model's visible reply:
- DeepSeek V4 模型:截至我的知识范围(2025年5月),没有官方发布的"DeepSeek V4"。当前公开的最新版本是2024年12月发布的 DeepSeek-V3。如果V4日后发布,我暂不知晓。
- 2026年7月31日:该日期尚未到来,我无法预知未来事件。
- 训练数据知识截止日期:我的训练数据截止于 2025年5月。
The model's internal reasoning (returned as reasoning_content) explicitly states:
"实际上DeepSeek有V3,V3.1,V3.2等。没有V4。"
And when asked directly for its identity:
"我是DeepSeek V3.2。"
Expected behavior
Per DeepSeek's official changelog (2026-07-31):
The official release of the DeepSeek-V4-Flash API is now in public beta. The API calling
method remains unchanged — simply set the model name to deepseek-v4-flash to use the
latest version.
- The
deepseek-v4-flash model ID should resolve to the 0731 official build
(re-post-trained for agentic tasks, MIT-licensed, 284B MoE / 13B active, 1M context).
- The model should be aware of DeepSeek V4, have a knowledge cutoff in 2026, and know
about its own release.
Impact
- Billing mismatch: Go subscribers consume their $60/month quota at V4 Flash rates
while actually receiving a much older, weaker model (V3.2-era, cutoff 2025-05).
- Quality degradation: V4 Flash 0731 benchmarks far exceed V4-Pro-Preview on agentic
tasks; the served model cannot perform at that level.
- Trust: OpenCode Go markets "tested and benchmarked" models; this undermines that claim.
Suggested actions
- Verify which upstream provider/checkpoint
deepseek-v4-flash resolves to on the Go
backend, and upgrade it to the official 0731 checkpoint.
- Consider compensating Go subscribers for usage consumed on the incorrect model.
- Add version/checkpoint info to the
/zen/go/v1/models response so users can verify
which build they are being served.
Reporter: OpenCode Go subscriber. Can provide more reproduction logs on request.
Bug Report: OpenCode Go
deepseek-v4-flashis NOT serving DeepSeek V4 Flash 0731Date: 2026-08-04
Channel: OpenCode Go (Zen) API
Endpoint:
https://opencode.ai/zen/go/v1/chat/completionsModel ID:
deepseek-v4-flashSeverity: High (billing/quality mismatch)
Summary
The
deepseek-v4-flashmodel served via the OpenCode Go subscription is not theofficial DeepSeek V4 Flash (0731 release). The model self-identifies as DeepSeek V3.2
and exhibits a knowledge cutoff of May 2025. It is unaware that DeepSeek V4 exists
(V4 was released 2026-04-24) and treats 2026-07-31 (the official 0731 release date) as a
future date.
This means Go subscribers are being billed against their $60/month quota for a model that
is NOT the advertised DeepSeek V4 Flash.
Reproduction
Actual behavior (observed 2026-08-04)
The model's visible reply:
The model's internal reasoning (returned as
reasoning_content) explicitly states:And when asked directly for its identity:
Expected behavior
Per DeepSeek's official changelog (2026-07-31):
deepseek-v4-flashmodel ID should resolve to the 0731 official build(re-post-trained for agentic tasks, MIT-licensed, 284B MoE / 13B active, 1M context).
about its own release.
Impact
while actually receiving a much older, weaker model (V3.2-era, cutoff 2025-05).
tasks; the served model cannot perform at that level.
Suggested actions
deepseek-v4-flashresolves to on the Gobackend, and upgrade it to the official 0731 checkpoint.
/zen/go/v1/modelsresponse so users can verifywhich build they are being served.
Reporter: OpenCode Go subscriber. Can provide more reproduction logs on request.