DeepSeek

V4.1 Flash

A strong high-throughput, lower-cost default for general and agentic work: it natively understands images and supports a 1M-token context, optional thinking and non-thinking modes, tool calls, and JSON output. Compared with the higher-tier V4 Pro, it is positioned around speed, throughput, and cost efficiency, making it practical for long documents, coding/agents, and image-text analysis; enable thinking when deeper reasoning is needed.

  • 推論
  • ツール利用
  • 構造化出力
  • 長いコンテキスト

このモデルの説明は現在の言語に未対応のため、英語で表示しています。

コンソールで使うdeepseek-v4.1-flash

USD

料金

default
標準レート
入力$0.3/1M tokens補完価格$1.2/1M tokens

米ドル建ての公開価格です。実際の料金はアカウントグループや利用量により異なる場合があります。

API

コード例

curl --location --request POST 'https://api.tokenhot.cn/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "model": "deepseek-v4.1-flash",
    "messages": [
        {
            "role": "user",
            "content": "What model are you"
        }
    ]
}'

DeepSeek

関連モデル

FAQ

よくある質問

V4.1 Flash はどの用途に適していますか?

V4.1 Flash は、このページに記載された入出力と機能に適しています。重要なシステムでは実際の負荷で事前に検証してください。

V4.1 Flash の料金体系は?

料金は上の料金セクションに表示されています。実際の費用は利用量、アカウントグループ、リクエスト内容によって異なります。

V4.1 Flash を呼び出すには?

上記のモデル ID と対応 API プロトコルを使用します。利用データがある場合はコード例も表示されます。

はじめる

V4.1 Flash で構築する

コンソールで使う