モデル一覧に戻る
D
DeepSeek R1
Text
deepseek-r1by DeepSeekDeepSeek's reasoning-focused model with chain-of-thought capabilities. Excels at math, logic, and complex problem-solving tasks.
主要スペック
$0.01
Price
per request
67%
Savings
vs official
2
Modes
modes
機能
ChatReasoning
特徴:
- Chain-of-thought reasoning
- Math and logic
- Complex problem-solving
- Cost-effective reasoning
料金
$0.01per request
公式価格: $0.03
節約 67%
従量課金。最低金額なし、契約不要。
クイックスタート
bash
curl https://api.chmuhub.com/v1/public/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-chmuhub-..." \
-d '{
"model": "deepseek-r1",
"messages": [{"role": "user", "content": "Hello, how are you?"}]
}'