新規 無料登録、10回の呼び出しを進呈。最大 $1、カード不要。

DeepSeek V4 Flash

2026-04-24 リリース

chatコードツール呼び出しリーズニングプロンプトキャッシュ

DeepSeek V4 Flash はオープンソースの DeepSeek-V4 シリーズの高速で経済的なメンバーです。

入力
テキスト $0.138/M
出力
テキスト $0.275/M
キャッシュ読み取り
$0.0028/M
コンテキスト
1M
GPT-4o 比
約 97% 割安

ベンチマーク

平均超え比較できるのは 2 件のみ
DeepSeek V4 Flash 測定された他モデル 測定対象の平均 他モデルに上回られていない
SWE-Bench Pro max
52.6%
GPQA Diamond max
88.1%
APEX-Agents high
19.1%

ベンダー公表: Alibaba (Qwen) DeepSeek Google

価格の位置づけ

同種 60 モデル中の料金の位置

入力$0.138/M
$0.05 · Qwen3 VL Flash GPT-5.4 Pro · $30
出力$0.275/M
$0.275 · DeepSeek V4 Flash GPT-5.4 Pro · $180
キャッシュ読み取り$0.0028/M
$0.0028 · DeepSeek V4 Flash GPT-5.4 Pro · $15

このバーは、Synthorai 上の同種モデルの中でこのモデルの価格がどこに位置するかを示します。両端には最も安いモデルと最も高いモデルの名前が入ります。表示は基本料金で、バッチ・リージョン・キャッシュ書き込みの割引は料金ページにあります。

スペックと制限

トークン

コンテキストウィンドウ(ベンダー仕様) 1,000,000
最大出力(ベンダー仕様) 393,216

プロンプトキャッシュ

キャッシュ方式 自動
保持時間 固定 TTL なし(未使用のまま一定期間で自動削除)

思考

ベンダー側パラメータ thinking.type + reasoning_effort
指定可能な値 thinking.type enabled · disabled; reasoning_effort high · max (low and medium map to high, xhigh maps to max)
デフォルト enabled、reasoning_effort は high。一部の複雑なエージェントリクエストは自動的に max に設定されます リクエストで未指定の場合に適用
無効化の可否 対応
思考の挙動 トレースは reasoning_content で返り、モデルがツールを呼び出したターンについては以降のすべてのターンで返送する必要があります。それ以外では無視されます。また思考モードでは temperature、top_p、presence_penalty、frequency_penalty が黙って無視されます。DeepSeek はこの既定を自社の API について公開しており、このモデルをホストする他のプラットフォームは異なる既定を文書化しているため、ルーティングされる先のプラットフォームに照らして確認してください。
パラメータ reasoning_effort
minimal · low · medium · high ゲートウェイ側のパラメータ面——上のベンダーマッピングが適用されます

モデル

モダリティ テキスト → テキスト
パラメータ数 合計 284B · アクティブ 13B MoE
ライセンス MIT
  • 総パラメータ 284B / アクティブ 13B の MoE、1M コンテキスト、思考モードと非思考モード。
  • ハイブリッドスパースアテンション、FP4+FP8 混合精度。
  • 高速で経済的な V4 バリアントです。

出典:DeepSeek 公式ドキュメント ↗

1つのプロンプト — ゲートウェイ経由で測定

プロンプト Explain to a CFO, in exactly three sentences, why our LLM bill doubled after we enabled reasoning. チェック ちょうど 3 文

DeepSeek V4 Flash パス · 3 sentences

When reasoning is enabled, the model generates additional "chain-of-thought" tokens internally before producing the final answer, effectively doubling the total token count per request. Since our billing is based on tokens processed, this directly doubled your usage. Additionally, reasoning often requires more expensive model tiers or higher compute resources, further amplifying the cost increase.

出力 154 tok (+85 思考) レイテンシ 3.1 s

指示追従(ちょうど三文 — 数えられる)、読み手に合わせた調整(CFO 向けの語り口)、そして下のトークン計から見える隠れた思考の課金ギャップ。

プロンプト This function is supposed to return the longest run of consecutive equal items, but callers report it is off by one on single-element inputs and misses runs that end at the last index. Fix it and explain the bug in one paragraph. チェック 修正がテストを通る

DeepSeek V4 Flash パス · 8/8 cases

The bug is that the function counts the number of consecutive equal **pairs** (i.e., `cur` increments for each `i` where `xs[i] == xs[i-1]`), but it should return the **length** of the longest run. For a run of length `L`, the number of pairs is `L-1`, so the result is always one less than the correct value. This causes the function to return 0 for a single‑element list (expected 1) and to undercount runs that end at the last index (e.g., `[1,1]` returns 1 instead of 2). Additionally, runs of length 1 that are not part of any pair (such as a single element at the end of a list) are never considered because `best` is only updated when a pair is found. […]

出力 2494 tok (+2227 思考) レイテンシ 19.4 s

修正が実際に正しいか(実行可能か)、説明の密度、そして範囲の限られたタスクでのトークン効率。

プロンプト Extract a JSON object with fields {company, quarter, revenue_usd_m, growth_pct, guidance} from this text. Use null for anything not stated; add no other fields. チェック 妥当な JSON、スキーマ厳密

DeepSeek V4 Flash パス · 5/5 fields, guidance null

{ "company": "Meridian Robotics", "quarter": "Q3", "revenue_usd_m": 412, "growth_pct": null, "guidance": null }

出力 1101 tok (+1054 思考) レイテンシ 10.2 s

スキーマ遵守(フィールドをでっち上げない)、ハルシネーション圧(guidance は明示的に保留されている)、そして構造化出力の経路の違い。

プロンプト Write a 120-word product announcement for an API gateway feature that caches prompts across providers. Forbidden words: "seamless", "unlock", "game-changer", "revolutionize", "empower". Exactly one sentence must be a question. チェック 120 語、禁止語 0

DeepSeek V4 Flash パス · 119 words, 0 banned, 1 question

We're thrilled to introduce Prompt Cache, a new feature for our API Gateway that stores prompt responses from any provider. When a user submits a prompt you've already processed, the system returns the cached result instantly—eliminating redundant API calls and reducing latency. This works across OpenAI, Anthropic, Google, and more, with automatic cache invalidation based on your rules. What does this mean for your budget? Fewer API calls directly lower your monthly spend. Additionally, response times drop by up to 80% for cached prompts, improving user experience. Developers can configure cache duration per provider, set TTLs, and bypass cache when needed. The feature is available now in your gateway dashboard. Start saving time and money with Prompt Cache.

出力 2039 tok (+1887 思考) レイテンシ 15.6 s

制約の遵守(語数の上限、禁止語リスト、唯一の疑問文)、文体の指紋、そして長さの制御。

30 秒で DeepSeek V4 Flash を使う

OpenAI 互換。base_url を差し替えるだけで、SDK はそのまま。POST /v1/chat/completions

from openai import OpenAI

client = OpenAI(
    base_url="https://synthorai.io/v1",
    api_key="sk-syn-...",
)

resp = client.chat.completions.create(
    model="deepseek-v4-flash",
    messages=[{"role": "user", "content": "Summarize this diff"}],
)
print(resp.choices[0].message.content)

DeepSeek V4 Flash について

  • 総パラメータ 284B、アクティブ 13B の Mixture-of-Experts モデルで、上位の兄弟モデルと同様に 32T を超えるトークンで事前学習されています。
  • シリーズ標準の 1M トークンのコンテキストウィンドウを備え、出力は最大 384K トークン、非思考モードと思考モード(より高い推論エフォート設定を含む)に対応します。
  • DeepSeek は、DeepSeek-V3.2 と比べてロングコンテキスト推論の計算量と KV キャッシュコストを大幅に削減するハイブリッドスパースアテンションの革新を強調しており、推論性能はより低い価格とレイテンシで V4 Pro に迫ります。
  • リリースノートはさらに踏み込み、単純なエージェントタスクでは Flash が Pro と同等の性能を示すと述べています。
  • これが両者を選び分ける際に読むべき線引きです。
  • 知識集約的で難しいエージェント作業には Pro を、大量処理のすべてには Flash を選びます。
  • ペアのうち高並行性を担うのも Flash です。
  • 統合の仕組みという点では両者は同一です。
  • 同じ thinking オブジェクトと reasoning_effort のレベル、チェーンオブソートを運ぶ同じ reasoning_content フィールド、ツールを呼び出したターンではそのフィールドを返し直すという同じ要件、同じ 128 関数のツール呼び出し、JSON 出力と自動プレフィックスキャッシュ、そして同じ FP4/FP8 混合精度パッケージングです。
  • ウェイトは MIT ライセンスで、DeepSeek 自身のモデルハブで公開されています。
  • Synthorai は DeepSeek V4 Flash を OpenAI 互換エンドポイント経由で提供し、クライアントの変更は不要です。

よくある質問

DeepSeek V4 Flash API は無料で試せますか?

はい。新規アカウントには 10 回のトライアル呼び出しと最大 $1 の無料クレジットが付与され、カード登録は不要です。入力 $0.138/M で計算すると、このクレジットだけで DeepSeek V4 Flash に対して約 905 回の ~8K トークンのリクエストを送れます。

DeepSeek V4 Flash は何が得意ですか?

アクティブ 13B の 284B パラメータ MoE、ハイブリッドスパースアテンションがロングコンテキストコストを削減、1M トークンコンテキストの MIT ライセンスウェイト。全体像はベンダー公式のリリースノートに基づく「このモデルについて」セクションをご覧ください。

DeepSeek V4 Flash の料金はいくらですか?

Synthorai 上の DeepSeek V4 Flash は入力 100 万トークンあたり $0.138、出力 100 万トークンあたり $0.275 です。ベンダー定価のままで、プラットフォーム手数料はありません。キャッシュ済み入力トークンは $0.0028/M で課金されます。

DeepSeek V4 Flash はプロンプトキャッシュに対応していますか?

はい、自動で有効です。DeepSeek 経由のプロンプトはコード変更なしでキャッシュされます。キャッシュ済み入力トークンは $0.0028/M(未キャッシュは $0.138/M)で課金されます(TTL 固定 TTL なし(未使用のまま一定期間で自動削除))。 プロンプトキャッシュガイド →

DeepSeek V4 Flash を利用するには?

お使いの OpenAI SDK の base_url を "https://synthorai.io/v1" に向け、model="deepseek-v4-flash" を設定すれば完了です。API キー 1 本でゲートウェイ上のすべてのモデルを利用できます。

DeepSeek V4 Flash はオープンソースですか?

はい。ウェイトは MIT ライセンス で公開されています。GPU を用意する必要もありません。ここでホストされる版は従量課金で、自前のインフラ運用は不要です。 オープンウェイトモデルの実行について →

関連モデル

比較

このページの値はすべてベンダー自身のドキュメント(上部にリンク)から転記し、確認した日付を付しています。価格はカタログ全体で比較しますが、ベンダーごとに定義が異なる仕様値は差異を明記するにとどめ、図表で比較はしません。当社が測定した数値はなく、スコアも付けていません。

API キーを取得 コストを比較する →