deepseek-v3.2-exp-thinking
DeepSeek V3 · トークンごと
deepseek-v3-2-exp-thinking利用可能⚡キャッシュ 90% OFFチャット推論ツール利用JSONモードプレビューコンテキストウィンドウ: 164K最大出力トークン: 66K
料金
| 公式価格 | LemonData価格 | |
|---|---|---|
| 入力 | ¥0.28 | ¥0.196 |
| 出力 | ¥0.42 | ¥0.294 |
| キャッシュ読み取り | ¥0.028 | ¥0.028 |
パラメータ
コンテキストウィンドウ
164K トークン
最大出力トークン
66K トークン
最適な用途
チャット
対話型AI、カスタマーサポート、Q&A
推論
複雑な推論タスク、分析作業、および研究
コスト計算機
1M
0.5M
月間推定コスト¥0.34
APIコード例
POST/v1/chat/completions
curl https://api.lemondata.cc/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-xxx" \
-d '{
"model": "deepseek-v3-2-exp-thinking",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'よくある質問
deepseek-v3.2-exp-thinkingの料金はいくらですか?
LemonDataでは、deepseek-v3.2-exp-thinkingの料金は入力トークン100万個あたり$0.1960、出力トークン100万個あたり$0.2940で、公式価格より最大30%お得です。
deepseek-v3.2-exp-thinkingはどのような用途に最適ですか?
deepseek-v3.2-exp-thinkingはチャット, 推論, ツール利用に優れています。LemonDataの統合APIを通じて、単一のAPIキーでアクセスできます。
deepseek-v3.2-exp-thinking APIの使用方法は?
LemonDataからAPIキーを取得し、互換性のあるSDKを使用してhttps://api.lemondata.cc/v1/chat/completionsを呼び出します。統合の詳細については、上記のコード例を参照してください。