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-flashAI チャット
プロンプトを入力すると、ここに回答が表示されます。
deepseek-v4.1-flashこのモデルに質問し、会話を続けてみましょう。
USD /1M tokens
料金
| グループ | 入力 | 出力 |
|---|---|---|
| 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 で構築する
API