ブログ • AI / リリース年表
DeepSeek 次世代モデルはいつ出る?2026 年 LLM リリース年表
Search “DeepSeek next model” and you will often get a specific calendar day. That day is usually not from DeepSeek.
As of 2026-09-05 DeepSeek has not announced a model named V5 and has not published a release date. The current generation is V4: DeepSeek-V4 Preview on April 24, a Flash API update in July, Pro GA on August 13, and an experimental Vision model on August 21. Those events match the DeepSeek API changelog.
OpenAI, Anthropic, and Google ran a different cadence this summer: a numbered family, then incremental drops a few weeks apart. GPT-5.6 reached GA on July 9, Claude Fable 5.1 on September 1, Gemini 3.8 Flash on September 2.
この記事では:
- Whether DeepSeek’s next model has an official date
- A confirmed 2026 timeline across four labs
- What the current flagship is for GPT, Claude, and Gemini
- How to separate confirmed facts, inference, and rumor
- How to pin the model field and validate JSON locally after a switch
まずこれだけ:Separate “the next generation that has not shipped” from “the generation you can call today.” DeepSeek’s recent capability changes are inside the V4 family, not V5. Below: answer → master table → four labs → how to read forecasts → how to track versions.
一言で
DeepSeek’s next generation (often called V5) has no official ship date. What you can put in production is still the three V4 API names.
The flagship you should watch today is not the same question as “will the next generation arrive this month”:
| ラボ | 今呼べるもの | 次世代の状態(2026-09-05) |
|---|---|---|
| DeepSeek | deepseek-v4-pro / deepseek-v4-flash |
No official V5; V4 still iterating |
| OpenAI | gpt-5.6 → Sol |
Astra evaluated separately; not the default alias |
| Anthropic | claude-fable-5-1 |
5.1 just shipped; no next major date |
| Gemini 3.8 Flash | Third Flash in six weeks; no Gemini 4 date |
If you just need a model that works, change the model field in config. Do not wait for a second-hand post that invents a calendar day.
2026 年の確定タイムライン
This table only includes events that match an official blog, API changelog, or product page. Two labs on the same day is not a formatting error.
| 日付 | ラボ | 出来事 | 注記 |
|---|---|---|---|
| 2026-04-24 | DeepSeek | V4 Preview | Open weights + API, 1M-token context |
| 2026-06-26 | OpenAI | GPT-5.6 | Limited preview for trusted partners |
| 2026-07-01 | Anthropic | Claude Fable 5 | GA after a June export-control pause |
| 2026-07-09 | OpenAI | GPT-5.6 Sol / Terra / Luna | GA across ChatGPT, Codex, and the API |
| 2026-07-24 | DeepSeek | deepseek-chat |
Legacy IDs retired; pointed at V4-Flash |
| 2026-07-24 | Anthropic | Claude Opus 5 | Separate Opus-line update |
| 2026-07-31 | DeepSeek | V4-Flash-0731 | Official Flash API, native Responses API |
| 2026-08-13 | DeepSeek | V4-Pro-0813 | GA on App, Web, and API |
| 2026-08-13 | Gemini 3.7 Flash | Immediate predecessor of 3.8 | |
| 2026-08-21 | DeepSeek | V4-Flash-Vision-Exp | Experimental multimodal, image input |
| 2026-09-01 | Anthropic | Fable 5.1 / Mythos 5.1 | Public Fable; Mythos is trusted access |
| 2026-09-01 | OpenAI | Astra | Critical cyber threshold; availability soon |
| 2026-09-02 | Gemini 3.8 Flash | Includes Flash Cyber (Fairwind defenders) |
This table answers “what already happened,” not “which lab ships next Tuesday.” Mixing those two is where fake-precise dates come from.
DeepSeek:V4 はまだ更新中、公式 V5 なし
The April 24 V4 Preview split the line into Pro (~1.6T / 49B active) and Flash (284B / 13B active). The next three months were not “wait for V5”—they pushed the same API names into production:
2026-07-24 retired deepseek-chat / deepseek-reasoner; 2026-07-31 shipped V4-Flash-0731; 2026-08-13 took V4-Pro-0813 to GA; 2026-08-21 added deepseek-v4-flash-vision-exp. The call path did not change: base_url stays https://api.deepseek.com, only model changes.
| API model | 役割 | 状態 |
|---|---|---|
deepseek-v4-pro |
Flagship reasoning / Agents | GA on 2026-08-13 |
deepseek-v4-flash |
High QPS, lower cost | Public beta on 2026-07-31 |
deepseek-v4-flash-vision-exp |
Images + Flash-level text | Experimental on 2026-08-21 |
For Function Calling, JSON Mode, and thinking effort, see DeepSeek V4-Pro explained. This article only answers when the next generation arrives.
If you replay the ~four-month gap from V3.2 (2025-12) to V4 (2026-04), the earliest window lands in Q4 2026. That is interval arithmetic, not a commitment. V4 is still shipping Vision and Pro GA. Until DeepSeek names V5, pin V4 in production.
OpenAI:GPT-5.6 ファミリーと Astra
On 2026-07-09 OpenAI took the GPT-5.6 family to GA: Sol is the flagship, Terra is everyday work, Luna is cost and speed. In the API, the gpt-5.6 alias routes to Sol. On August 21 OpenAI cut Sol API prices, with the promo running at least through 2026-11-21.
- Sol: hard coding, research, computer use
- Terra: near prior-flagship quality, cheaper
- Luna: fastest and cheapest
Astra is not a rename of GPT-5.6. Path to Astra says it is the first model to hit the Preparedness Framework Critical cybersecurity threshold; parts of the release were delayed to strengthen safeguards. The wording is “available soon,” with the most advanced cyber capabilities on the Daybreak trusted path—not “it already replaced gpt-5.6 in your code.”
For developers: GPT-5.6 is what you can pin in CI today. Treat Astra’s public surface as whatever the next official product page says. Do not copy a review-site date into crontab.
Claude:Fable 5.1 と Mythos 5.1
Anthropic shipped fast this summer: Fable 5 around July 1 GA, Opus 5 on July 24, and Claude Fable 5.1 / Mythos 5.1 on September 1. Fable 5.1 is the public flagship; Mythos 5.1 is the same model with more permissive safeguards, limited to trusted cybersecurity and life-science work.
The API name is claude-fable-5-1. For structured output and tool calls, see the Claude Fable 5.1 JSON guide.
There is no official date for 5.2 or the next major. The July-to-September follow-up pace is a recent habit, not a published calendar.
Gemini:3.8 Flash と Flash Cyber
Google shipped Gemini 3.8 Flash on 2026-09-02 and called it the third Flash in six weeks. 3.7 Flash landed on August 13. 3.8 targets reasoning and coding at an introductory $0.75 / $3.75 per million tokens through 2026-12-31; rates double on 2027-01-01.
Gemini 3.8 Flash Cyber sits beside it for vulnerability work and patching, via Fairwind, for trusted governments, critical infrastructure, and maintainers—the same product pattern as Mythos and Astra’s trusted access.
There is no official Gemini 4 date. What you can put in config is 3.8 Flash. “Next generation” is unannounced here too.
予測の読み方:確定、推論、噂
Release-calendar posts fail when they print three kinds of information as the same “ships on this day.”
| 種類 | 例 | タイトルに書いてよいか |
|---|---|---|
| 確定 | V4 Preview 2026-04-24; GPT-5.6 GA 2026-07-09 | Yes, and link the official page |
| 公式だが日付なし | Astra “available soon”; DeepSeek silent on V5 | State the status; do not invent a day |
| 妥当な推論 | V3.2→V4 gap implies V5 no earlier than Q4 | OK as a window if you label it inference |
| 噂 | “DeepSeek V5 ships November 12” | No. No first-party source, no hard date |
Filter any “2026 release timeline” with these four steps:
-
1
Find a first-party link
Official changelog, product blog, or API model page. Aggregators and social screenshots stay unconfirmed.
-
2
Separate Preview, GA, and retirement
V4 Preview, V4-Pro GA, and retiring deepseek-chat are three different events. Calling a Preview “full launch” mis-times migrations.
-
3
An alias is not a new model
gpt-5.6 routes to Sol; deepseek-chat pointed at V4-Flash until retirement. Changing an alias is not the next generation.
-
4
Trusted access is not public GA
Mythos, Flash Cyber, and parts of Astra sit on allowlists. Check whether your account is on the list before you write an external SLA.
開発者のバージョン管理
Model IDs will keep moving. Do not scatter the string across ten files. Keep one validatable JSON config, override it with an env var, and reject retired IDs.
{
"routing": {
"deepseek": {
"default": "deepseek-v4-pro",
"fast": "deepseek-v4-flash",
"vision": "deepseek-v4-flash-vision-exp"
},
"openai": {
"default": "gpt-5.6",
"flagship": "gpt-5.6-sol"
},
"anthropic": {
"default": "claude-fable-5-1"
}
},
"retired": ["deepseek-chat", "deepseek-reasoner"],
"pin_snapshots": true
}
Load that config at startup and refuse retired IDs:
import json
import os
def load_routing(path="models.json"):
with open(path, encoding="utf-8") as f:
return json.load(f)
cfg = load_routing()
model = os.environ.get("LLM_MODEL") or cfg["routing"]["deepseek"]["default"]
if model in cfg["retired"]:
raise ValueError(f"retired model id: {model}")
print("using", model)
After a switch, pin one sample of tool arguments or structured output and re-run the schema. What breaks is usually field names and enums, not the prompt.
JSONNote で切替後 JSON を確認
Moving from V4-Flash to V4-Pro, or from GPT-5.6 to Claude Fable 5.1, is often slowest in the JSON you get back. JSONNote runs locally in the browser:
-
1
まず整形
Paste the response into JSON フォーマッタ to see missing commas, truncation, and indent errors immediately.
-
2
同じ schema で検証
Paste tool definitions and model arguments into JSON Schema. After a model switch, required and enum fail first.
-
3
2 回の呼び出しを比較
Use JSON Diff to see what changed in structured output—missing fields versus type changes.
-
4
デバッグ現場を共有
Use URL Hash 共有 to embed sample JSON in a link. Colleagues can reproduce it; nothing is uploaded.
よくある質問
DeepSeek V5 はいつリリースされますか?
There is no official date. As of 2026-09-05 DeepSeek has not announced V5. The current generation is V4. Pages that name a specific day are not official.
今どれを呼べばよいですか?
Use deepseek-v4-pro for hard work, deepseek-v4-flash for high QPS, and deepseek-v4-flash-vision-exp for images. Do not keep writing deepseek-chat.
GPT-5.6 と Astra は同じですか?
No. GPT-5.6 is GA. Astra is a separate line marked on 2026-09-01 as the first Critical cyber-capability model; it had not replaced the gpt-5.6 alias.
ネットの具体的な発売日は信じられますか?
Treat dates without an official changelog or product blog as rumors. Only write “confirmed” when the date matches a first-party page.
モデル切替後に Structured Output は壊れますか?
Yes—especially field names, required keys, and enums. Re-run the same JSON Schema after you change model. “OpenAI-compatible” does not mean identical fields.
まとめ
All four labs shipped this summer. The cadence was not the same.
DeepSeek’s next generation has no official date; V4 is what you can call. GPT-5.6, Claude Fable 5.1, and Gemini 3.8 Flash are already live.
Keep confirmed facts and forecasts apart. Keep model IDs in one JSON file. After a switch, format, schema-check, and diff locally. Names will keep changing. The contract layer is what you control.