返回模型市場
D
核心數據
$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?"}]
}'