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

AI チャット

プロンプトを入力すると、ここに回答が表示されます。

deepseek-v4.1-flash
現在の会話
何をお手伝いしましょうか?

このモデルに質問し、会話を続けてみましょう。

モデルの現在の料金に応じてアカウント残高を使用します。

残高不足

生成に必要な残高が不足しています。チャージ後、このページで再試行してください。

USD /1M tokens

料金

グループ入力出力
default$0.3$1.2
default
入力$0.3出力$1.2

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

API

コード例

curl --location --request POST 'https://api.tokenhot.ai/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"
        }
    ]
}'

Blog

関連記事

FAQ

よくある質問

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

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

V4.1 Flash の料金体系は?

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

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

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

はじめる

V4.1 Flash で構築する

コンソールで使う
WhatsApp